JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-05-02T00:21:50.826Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-g282s with PID 14 (/app/app.jar started by so in /app) 2021-05-02T00:21:50.832Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-02T00:21:50.833Z||main|||||INFO|500||The following profiles are active: basic 2021-05-02T00:21:56.471Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-02T00:21:56.471Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-02T00:21:56.545Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-02T00:21:57.831Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-02T00:21:57.969Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-02T00:21:58.270Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-02T00:21:58.275Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-02T00:21:58.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-02T00:21:58.475Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-02T00:21:58.798Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-02T00:21:59.410Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-02T00:22:01.370Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-02T00:22:01.408Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-02T00:22:01.687Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-02T00:22:01.930Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-05-02T00:22:02.955Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-02T00:22:03.753Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-02T00:22:03.766Z||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$$1236a2fe.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-05-02T00:22:03.767Z||main|||||WARN|500||The sdc end point is not alive 2021-05-02T00:22:05.572Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-05-02T00:22:07.398Z||main|||||WARN|500||--- 2021-05-02T00:22:07.399Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-02T00:22:07.399Z||main|||||WARN|500||--- 2021-05-02T00:22:07.738Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-02T00:22:10.372Z||main|||||INFO|500||Started Application in 21.391 seconds (JVM running for 22.353) 2021-05-02T00:22:10.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:22:10.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:22:10.409Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:22:10.440Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:22:10.516Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c768e94-16e2-45c3-9768-b3061c04ee86 url= /sdc/v1/artifactTypes 2021-05-02T00:22:10.516Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:22:11.595Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:22:11.599Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@403f95ba 2021-05-02T00:22:11.599Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:22:11.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:22:11.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:22:11.610Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:23:00.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:23:00.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:23:00.370Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:23:00.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:23:00.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f423a886-037f-4e6e-b4c5-def0c6066da3 url= /sdc/v1/artifactTypes 2021-05-02T00:23:00.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:23:01.426Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:23:01.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2df2db01 2021-05-02T00:23:01.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:23:01.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:23:01.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:23:01.428Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:23:50.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:23:50.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:23:50.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:23:50.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:23:50.373Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76dfbdb5-c903-4f65-8300-187e99ff82dd url= /sdc/v1/artifactTypes 2021-05-02T00:23:50.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:23:51.402Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:23:51.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18667fe2 2021-05-02T00:23:51.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:23:51.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:23:51.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:23:51.403Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:24:40.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:24:40.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:24:40.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:24:40.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:24:40.378Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34d6ef8f-2ddc-47c7-a42d-82b4a249cf3f url= /sdc/v1/artifactTypes 2021-05-02T00:24:40.379Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:24:41.418Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:24:41.418Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a5779a9 2021-05-02T00:24:41.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:24:41.418Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:24:41.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:24:41.420Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:25:30.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:25:30.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:25:30.369Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:25:30.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:25:30.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb1dd3e0-aa6d-402b-9599-31421ff69ede url= /sdc/v1/artifactTypes 2021-05-02T00:25:30.375Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:25:31.401Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:25:31.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e0e6e75 2021-05-02T00:25:31.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:25:31.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:25:31.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:25:31.403Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:26:20.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:26:20.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:26:20.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:26:20.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:26:20.376Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23959574-5a3e-4df3-90a3-af6af1428996 url= /sdc/v1/artifactTypes 2021-05-02T00:26:20.376Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:26:21.422Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:26:21.422Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b2e9ffb 2021-05-02T00:26:21.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:26:21.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:26:21.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:26:21.423Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:27:10.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:27:10.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:27:10.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:27:10.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:27:10.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 198a3b65-0adc-4464-b4a3-edee967184b4 url= /sdc/v1/artifactTypes 2021-05-02T00:27:10.377Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:27:11.402Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:27:11.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@700bf1ec 2021-05-02T00:27:11.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:27:11.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:27:11.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:27:11.403Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:28:00.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:28:00.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:28:00.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:28:00.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:28:00.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d5ec93e-ae48-4db6-837e-35d4601b87d2 url= /sdc/v1/artifactTypes 2021-05-02T00:28:00.377Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:28:01.386Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:28:01.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b150061 2021-05-02T00:28:01.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:28:01.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:28:01.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:28:01.387Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:28:50.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:28:50.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:28:50.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:28:50.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:28:50.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45477e1b-272d-44a5-ba03-528bee981adf url= /sdc/v1/artifactTypes 2021-05-02T00:28:50.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:28:51.402Z||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.57.231] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-02T00:28:51.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@329720bf 2021-05-02T00:28:51.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-02T00:28:51.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-02T00:28:51.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-02T00:28:51.403Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-02T00:29:40.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-02T00:29:40.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-02T00:29:40.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-02T00:29:40.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-02T00:29:40.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4351aec3-b318-46b9-9ef1-242cbc57e172 url= /sdc/v1/artifactTypes 2021-05-02T00:29:40.375Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-02T00:29:40.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-02T00:29:40.554Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-05-02T00:29:40.576Z||scheduling-1|||||DEBUG|500||create keys 2021-05-02T00:29:40.582Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-02T00:29:40.600Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:29:40.613Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b48d0c65-bf2c-43fb-9340-af66967f2313 url= /sdc/v1/registerForDistribution 2021-05-02T00:29:40.864Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b48d0c65-bf2c-43fb-9340-af66967f2313 url= /sdc/v1/registerForDistribution 2021-05-02T00:29:40.864Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-02T00:29:40.871Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:29:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:29:40.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:29:40.876Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:29:40.876Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:29:40.877Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:29:40.877Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-02T00:29:51.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:29:51.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:30:40.870Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:30:40.871Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:30:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:30:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:30:40.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:30:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:30:50.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:30:50.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:31:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:31:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:31:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:31:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:31:40.872Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:31:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:31:50.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:31:50.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:32:20.582Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-02T00:32:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:32:40.871Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:32:40.873Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:32:40.873Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T00:32:40.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:32:40.874Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:32:50.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:32:50.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:33:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:33:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:33:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:33:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:33:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:33:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:33:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:33:50.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:34:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:34:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:34:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:34:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:34:40.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:34:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:34:50.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:34:50.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:35:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:35:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:35:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:35:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:35:40.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:35:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:35:50.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:35:50.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:36:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:36:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:36:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:36:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:36:40.873Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:36:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:36:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:36:50.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:37:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:37:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:37:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:37:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:37:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:37:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:37:50.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:37:50.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:38:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:38:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:38:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:38:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:38:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:38:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:38:50.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:38:50.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:39:40.870Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:39:40.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:39:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:39:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:39:40.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:39:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:39:50.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:39:50.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:40:40.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:40:40.871Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:40:40.871Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T00:40:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:40:40.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:40:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:40:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:40:50.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:41:40.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:41:40.871Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:41:40.871Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T00:41:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:41:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:41:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:41:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:41:50.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:42:40.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:42:40.871Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:42:40.871Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T00:42:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:42:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:42:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:42:50.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:42:50.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:43:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:43:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:43:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:43:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:43:40.873Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:43:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:43:50.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:43:50.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:44:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:44:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:44:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:44:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:44:40.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:44:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:44:50.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:44:50.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:45:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:45:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:45:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:45:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:45:40.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:45:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:45:50.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:45:50.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:46:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:46:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:46:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:46:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:46:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:46:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:46:50.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:46:50.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:47:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:47:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:47:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:47:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:47:40.872Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:47:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:47:50.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:47:50.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:48:40.870Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:48:40.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:48:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:48:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:48:40.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:48:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:48:50.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:48:50.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:49:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:49:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:49:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:49:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:49:40.873Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:49:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:49:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:49:50.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:50:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:50:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:50:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:50:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:50:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:50:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:50:50.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:50:50.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:51:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:51:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:51:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:51:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:51:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:51:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:51:50.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:51:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:52:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:52:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:52:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:52:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:52:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:52:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:52:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:52:50.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:53:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:53:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:53:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:53:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:53:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:53:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:53:50.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:53:50.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:54:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:54:40.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:54:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:54:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:54:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:54:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:54:50.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:54:50.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:55:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:55:40.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:55:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:55:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:55:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:55:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:55:50.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:55:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:56:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:56:40.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:56:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:56:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:56:40.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:56:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:56:50.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:56:50.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:57:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:57:40.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:57:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:57:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:57:40.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:57:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:57:50.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:57:50.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:58:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:58:40.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:58:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:58:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:58:40.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:58:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:58:50.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:58:50.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:59:40.870Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:59:40.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:59:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:59:40.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T00:59:40.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T00:59:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T00:59:50.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T00:59:50.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:00:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:00:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:00:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:00:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:00:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:00:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:00:50.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:00:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:01:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:01:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:01:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:01:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:01:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:01:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:01:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:01:50.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:02:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:02:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:02:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:02:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:02:40.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:02:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:02:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:02:50.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:03:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:03:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:03:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:03:40.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:03:40.872Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:03:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:03:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:03:50.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:04:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:04:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:04:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:04:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:04:40.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:04:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:04:50.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:04:50.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:05:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:05:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:05:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:05:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:05:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:05:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:05:50.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:05:50.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:06:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:06:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:06:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:06:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:06:40.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:06:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:06:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:06:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:07:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:07:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:07:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:07:40.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:07:40.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:07:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:07:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:07:50.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:40.870Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:08:40.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:08:40.871Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:08:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:08:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:48.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:48.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T01:08:48.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"93128823-cb93-474d-b9bc-b58b3efa6afb","serviceName":"vFW 2021-05-02 01-06-04","serviceVersion":"1.0","serviceUUID":"dc1dc9c0-0c3a-483b-8484-e5fe20a08a45","serviceDescription":"catalog service description","serviceInvariantUUID":"700f5ebc-271e-4913-9e46-e06d5551f8dd","resources":[{"resourceInstanceName":"vFW dfc22144-c02e 0","resourceName":"vFW dfc22144-c02e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13bdbd6a-727a-4f2e-a142-5928c483d79b","resourceInvariantUUID":"5b074872-bbd4-4453-b817-bc7800c8b8a9","resourceCustomizationUUID":"d1c024d8-69ab-4b6a-a3ac-c913c3223195","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml","artifactChecksum":"ZjU0MjgyNWJkN2JmODVjMTUzM2UzYjQxNmEyYzlhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19d7b167-de81-4d63-b2d4-2a7a5482344d","artifactVersion":"1"},{"artifactName":"vfwdfc22144c02e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json","artifactChecksum":"OTAyOTNiN2IwZjQwMmRjYjY2YTMwYjllYzM0ZjllNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e21ba86-7821-435b-ae91-9021e8e35585","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0c5da63-4a45-4bbf-b47b-10eebb8ab11c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDkwNWYwM2JmYmM2ODkzNWJhYTAzMTFlNzgyZDEyY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7a629d4-f313-4c38-a2e7-0cc458c39012","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50e435f9-5ba3-4448-923c-12b5923f3f06","artifactVersion":"2","generatedFromUUID":"e0c5da63-4a45-4bbf-b47b-10eebb8ab11c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210502010604-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml","artifactChecksum":"ZjU4YmM5MzRlOTM2ZWRlNGM1MzUxNTIyZTBjNGEzNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c41a183-7d9a-4095-a1f7-96f3c70d9f74","artifactVersion":"1"},{"artifactName":"service-Vfw20210502010604-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar","artifactChecksum":"YzBlODk1ODg5ZGIxYjgyZDI2NGE3MjVmOTUwZTBkZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e04ead2b-cdb5-4a39-8b1b-4d6428043fde","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:08:48.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:48.461Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:48.471Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:48.471Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:08:48.571Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-05-02T01:08:48.575Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:48.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:48.587Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:48.587Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":5,"count":1} 2021-05-02T01:08:48.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:48.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:08:48.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:08:48.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:08:48.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:08:48.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:08:48.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:08:49.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:49.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:49.480Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:49.480Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:08:49.580Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:49.581Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:49.581Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:49.589Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:49.589Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:08:50.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:50.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:50.483Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:50.483Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T01:08:50.583Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:50.584Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:50.584Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:50.592Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:50.592Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:08:51.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:51.484Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:51.486Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:51.486Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:08:51.586Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:51.587Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:51.587Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:51.598Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:51.598Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:08:52.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:52.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:52.488Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:52.488Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T01:08:52.589Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:52.589Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:52.590Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:52.597Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:52.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:08:53.489Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:53.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:53.492Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:53.492Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:08:53.592Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:53.593Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:53.593Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:53.602Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:53.603Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:08:54.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:08:54.493Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:54.496Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:54.496Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:08:54.596Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:54.597Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:54.597Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:54.605Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:54.605Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:08:55.497Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "serviceName": "vFW 2021-05-02 01-06-04", "serviceVersion": "1.0", "serviceUUID": "dc1dc9c0-0c3a-483b-8484-e5fe20a08a45", "serviceDescription": "catalog service description", "serviceInvariantUUID": "700f5ebc-271e-4913-9e46-e06d5551f8dd", "resources": [ { "resourceInstanceName": "vFW dfc22144-c02e 0", "resourceCustomizationUUID": "d1c024d8-69ab-4b6a-a3ac-c913c3223195", "resourceName": "vFW dfc22144-c02e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "13bdbd6a-727a-4f2e-a142-5928c483d79b", "resourceInvariantUUID": "5b074872-bbd4-4453-b817-bc7800c8b8a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdfc22144c02e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "artifactChecksum": "OTAyOTNiN2IwZjQwMmRjYjY2YTMwYjllYzM0ZjllNzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e21ba86-7821-435b-ae91-9021e8e35585", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e0c5da63-4a45-4bbf-b47b-10eebb8ab11c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "50e435f9-5ba3-4448-923c-12b5923f3f06", "generatedFromUUID": "e0c5da63-4a45-4bbf-b47b-10eebb8ab11c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "50e435f9-5ba3-4448-923c-12b5923f3f06", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210502010604-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "artifactChecksum": "YzBlODk1ODg5ZGIxYjgyZDI2NGE3MjVmOTUwZTBkZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e04ead2b-cdb5-4a39-8b1b-4d6428043fde" } ], "workloadContext": "Production" } 2021-05-02T01:08:55.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:08:55.499Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 ASDC 2021-05-02T01:08:55.579Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:93128823-cb93-474d-b9bc-b58b3efa6afb ServiceName:vFW 2021-05-02 01-06-04 ServiceVersion:1.0 ServiceUUID:dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 ServiceInvariantUUID:700f5ebc-271e-4913-9e46-e06d5551f8dd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210502010604-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar ArtifactUUID:e04ead2b-cdb5-4a39-8b1b-4d6428043fde ArtifactChecksum:YzBlODk1ODg5ZGIxYjgyZDI2NGE3MjVmOTUwZTBkZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW dfc22144-c02e 0 ResourceCustomizationUUID:d1c024d8-69ab-4b6a-a3ac-c913c3223195 ResourceInvariantUUID:5b074872-bbd4-4453-b817-bc7800c8b8a9 ResourceName:vFW dfc22144-c02e ResourceType:VF ResourceUUID:13bdbd6a-727a-4f2e-a142-5928c483d79b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdfc22144c02e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json ArtifactUUID:7e21ba86-7821-435b-ae91-9021e8e35585 ArtifactChecksum:OTAyOTNiN2IwZjQwMmRjYjY2YTMwYjllYzM0ZjllNzI= 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/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml ArtifactUUID:e0c5da63-4a45-4bbf-b47b-10eebb8ab11c 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/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env ArtifactUUID:50e435f9-5ba3-4448-923c-12b5923f3f06 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/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env ArtifactUUID:50e435f9-5ba3-4448-923c-12b5923f3f06 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T01:08:55.579Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:08:55.777Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:08:55.778Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:08:55.778Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:08:55.778Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e04ead2b-cdb5-4a39-8b1b-4d6428043fde from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar 2021-05-02T01:08:55.779Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:08:55.779Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar 2021-05-02T01:08:57.469Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:08:57.488Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar e04ead2b-cdb5-4a39-8b1b-4d6428043fde 110353 2021-05-02T01:08:57.488Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar ASDC sendASDCNotification 2021-05-02T01:08:57.489Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar 2021-05-02T01:08:57.489Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:08:57.490Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:08:57.492Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:08:57.492Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917737488, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:08:57.592Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:08:57.593Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:08:57.593Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:08:57.601Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:08:57.602Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:08:58.492Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:08:58.493Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:08:58.494Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e04ead2b-cdb5-4a39-8b1b-4d6428043fde, URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar to file: /app/ASDC/1/service-Vfw20210502010604-csar.csar 2021-05-02T01:08:58.494Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210502010604-csar.csar 2021-05-02T01:08:58.598Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210502010604-csar.csar 2021-05-02T01:08:58.599Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210502010604-csar.csar 2021-05-02T01:08:59.026Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4680056688736602624/Definitions/service-Vfw20210502010604-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-05-02T01:09:01.529Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.533Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfc22144-c02e 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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfc22144-c02e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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-Vfw20210502010604-csar.csar 2021-05-02T01:09:01.534Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T01:09:01.540Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.541Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.544Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:01.544Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T01:09:01.545Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:09:01.547Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.548Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.550Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.551Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.552Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T01:09:01.553Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.553Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:01.554Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:01.555Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T01:09:01.556Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6739f304-fd33-4dfe-95a1-7d2906f50562 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.557Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4413e47a-8dc8-4ef0-9ce3-5ab8ff6d8919 2021-05-02T01:09:01.558Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T01:09:01.559Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=372b3371-e30a-494b-bb2e-a2218942ae82 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.560Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:01.561Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-02 01-06-04 Description:catalog service description Model UUID:dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 Model Version:NULL Model InvariantUuid:700f5ebc-271e-4913-9e46-e06d5551f8dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW dfc22144-c02e Model UUID:c28e86fd-eb40-411e-afb1-5d7eb7632546 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5b074872-bbd4-4453-b817-bc7800c8b8a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d1c024d8-69ab-4b6a-a3ac-c913c3223195 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5d988c4f-0d70-432f-b551-40497d1c9574 ModelName:VfwDfc22144C02e..base_vfw..module-0 ModelUuid:20b41da1-5586-4e2a-811e-2d97e0400b52 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6739f304-fd33-4dfe-95a1-7d2906f50562 ModelInvariantUuid:e710a2a7-210d-4827-be2d-43e37147ed2f ModelName:vFW dfc22144-c02e-nodes.vfwCvfc ModelUuid:8b5c0fb5-a9f7-412d-933d-39c890c8dd86 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:391b708f-566e-4a21-b9b7-43b1a1313f30 ModelInvariantUuid:352bac01-ec05-4a5d-9a09-27909f7e7570 ModelName:VfwDfc22144C02e.compute.nodes.heat.vfw ModelUuid:ebf232a1-a826-4351-b703-14cd02888932 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4413e47a-8dc8-4ef0-9ce3-5ab8ff6d8919 ModelInvariantUuid:ce7611a0-d23e-4126-a23d-2a5263ce7ff8 ModelName:vFW dfc22144-c02e-nodes.vsnCvfc ModelUuid:6cf96b1d-0045-49bc-a8f2-6745330a1dae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f5518142-f22c-4983-b977-e68fe42e5057 ModelInvariantUuid:70a6e423-a3c4-42d3-80ab-fcfef200cdaf ModelName:VfwDfc22144C02e.compute.nodes.heat.vsn ModelUuid:e9e7f7b5-8dd9-4afc-9263-c847e643c5a0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:372b3371-e30a-494b-bb2e-a2218942ae82 ModelInvariantUuid:4ee39239-1ae6-4ed1-ad99-02814d66d3e6 ModelName:vFW dfc22144-c02e-nodes.vpgCvfc ModelUuid:e4105c22-83e1-4740-af60-8cd6e42a6477 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:edfcee82-cb07-4dd7-abe7-d8c0c921f84f ModelInvariantUuid:5892ed90-7b1c-4c5d-850e-9476e2bd8a83 ModelName:VfwDfc22144C02e.compute.nodes.heat.vpg ModelUuid:e63ed6e6-b453-4618-9f75-91bb88bc1c01 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:09:01.580Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 13bdbd6a-727a-4f2e-a142-5928c483d79b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:09:01.667Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||vFW dfc22144-c02e 0 2021-05-02T01:09:01.672Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13bdbd6a-727a-4f2e-a142-5928c483d79b 2021-05-02T01:09:01.672Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e21ba86-7821-435b-ae91-9021e8e35585 from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json 2021-05-02T01:09:01.673Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:09:01.673Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json 2021-05-02T01:09:03.708Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:09:03.708Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json 7e21ba86-7821-435b-ae91-9021e8e35585 785 2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json ASDC sendASDCNotification 2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json 2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:09:03.709Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:03.710Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:03.711Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917743709, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:09:03.811Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:09:03.811Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:03.811Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:03.818Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:03.819Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:09:04.712Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDfc22144C02e..base_vfw..module-0", "vfModuleModelInvariantUUID": "5d988c4f-0d70-432f-b551-40497d1c9574", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20b41da1-5586-4e2a-811e-2d97e0400b52", "vfModuleModelCustomizationUUID": "5cab37dd-da65-4049-8604-9877f83560a0", "isBase": true, "artifacts": [ "e0c5da63-4a45-4bbf-b47b-10eebb8ab11c", "50e435f9-5ba3-4448-923c-12b5923f3f06" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:09:04.733Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDfc22144C02e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:20b41da1-5586-4e2a-811e-2d97e0400b52 VfModuleModelInvariantUUID:5d988c4f-0d70-432f-b551-40497d1c9574 VfModuleModelDescription:NULL Artifacts UUID List:{ e0c5da63-4a45-4bbf-b47b-10eebb8ab11c , 50e435f9-5ba3-4448-923c-12b5923f3f06 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:09:04.735Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDfc22144C02e..base_vfw..module-0", "vfModuleModelInvariantUUID": "5d988c4f-0d70-432f-b551-40497d1c9574", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20b41da1-5586-4e2a-811e-2d97e0400b52", "vfModuleModelCustomizationUUID": "5cab37dd-da65-4049-8604-9877f83560a0", "isBase": true, "artifacts": [ "e0c5da63-4a45-4bbf-b47b-10eebb8ab11c", "50e435f9-5ba3-4448-923c-12b5923f3f06" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDfc22144C02e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:20b41da1-5586-4e2a-811e-2d97e0400b52 VfModuleModelInvariantUUID:5d988c4f-0d70-432f-b551-40497d1c9574 VfModuleModelDescription:NULL Artifacts UUID List:{ e0c5da63-4a45-4bbf-b47b-10eebb8ab11c , 50e435f9-5ba3-4448-923c-12b5923f3f06 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0c5da63-4a45-4bbf-b47b-10eebb8ab11c from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml 2021-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:09:04.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml 2021-05-02T01:09:04.962Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml e0c5da63-4a45-4bbf-b47b-10eebb8ab11c 20368 2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml 2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:09:04.963Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:04.965Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:04.965Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917744963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:09:05.065Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:09:05.066Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:05.066Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:05.074Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:05.075Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:09:05.965Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50e435f9-5ba3-4448-923c-12b5923f3f06 from URL: /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env 2021-05-02T01:09:05.966Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:09:05.966Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env 2021-05-02T01:09:06.369Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env 50e435f9-5ba3-4448-923c-12b5923f3f06 2098 2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env 2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:09:06.370Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:06.373Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:06.373Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917746370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:09:06.473Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:09:06.474Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:06.474Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:06.482Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:06.482Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:09:07.374Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 2021-05-02T01:09:07.374Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dfc22144-c02e 0 13bdbd6a-727a-4f2e-a142-5928c483d79b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:09:07.409Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.409Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d1c024d8-69ab-4b6a-a3ac-c913c3223195 2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1c024d8-69ab-4b6a-a3ac-c913c3223195 matches Tosca VF Customization UUID: d1c024d8-69ab-4b6a-a3ac-c913c3223195 2021-05-02T01:09:07.410Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d1c024d8-69ab-4b6a-a3ac-c913c3223195 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-02T01:09:07.415Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.415Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d1c024d8-69ab-4b6a-a3ac-c913c3223195: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a13e157 2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.416Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:09:07.417Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5cab37dd-da65-4049-8604-9877f83560a0 2021-05-02T01:09:07.418Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5cab37dd-da65-4049-8604-9877f83560a0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-02T01:09:07.422Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.422Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:07.422Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:07.423Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.423Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:07.424Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T01:09:07.425Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:07.426Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T01:09:07.427Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.427Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6739f304-fd33-4dfe-95a1-7d2906f50562 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:07.434Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:07.435Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-02T01:09:07.436Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.437Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4413e47a-8dc8-4ef0-9ce3-5ab8ff6d8919 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:09:07.439Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.439Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:07.439Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:07.441Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.441Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is not matching search criteria 2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:07.442Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-02T01:09:07.443Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-02T01:09:07.444Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=372b3371-e30a-494b-bb2e-a2218942ae82 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:09:07.446Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.446Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:07.446Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:09:07.447Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.447Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Node template vFW dfc22144-c02e 0 is matching search criteria 2021-05-02T01:09:07.447Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW dfc22144-c02e 0] matching following query criteria: sdcType=VF, customizationUUID=d1c024d8-69ab-4b6a-a3ac-c913c3223195 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dc1dc9c0-0c3a-483b-8484-e5fe20a08a45: vFW dfc22144-c02e 2021-05-02T01:09:07.449Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.450Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.451Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:09:07.452Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-02 01-06-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:09:07.452Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-05-02 01-06-04 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:09:07.647Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dfc22144-c02e 13bdbd6a-727a-4f2e-a142-5928c483d79b 1 ASDC deployResourceStructure 2021-05-02T01:09:07.647Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json ASDC sendASDCNotification 2021-05-02T01:09:07.647Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json 2021-05-02T01:09:07.648Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:09:07.648Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:07.649Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:07.649Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917747647, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:09:07.749Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T01:09:07.750Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:07.750Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:07.758Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:07.758Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:09:08.651Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-02T01:09:08.651Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml 2021-05-02T01:09:08.651Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:09:08.652Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:08.653Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:08.653Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917748651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:09:08.754Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T01:09:08.755Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:08.755Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:08.762Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:08.763Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env 2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:09:09.655Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:09.657Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:09.657Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917749654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-02T01:09:09.757Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:09:09.758Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:09.758Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:09.767Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:09.767Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar ASDC sendASDCNotification 2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar 2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:09:10.658Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:09:10.660Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:09:10.660Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917750657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:09:10.760Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:09:10.761Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:09:10.761Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:10.770Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:10.770Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:09:11.661Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:09:11.679Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:09:11.680Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:09:11.681Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:09:11.681Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:09:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:09:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:09:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:09:40.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:09:40.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:09:40.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:09:40.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:09:41.681Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:09:41.688Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:09:41.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:09:41.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:09:41.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:10:11.690Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:10:11.697Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:10:11.698Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:10:11.698Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:10:11.698Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:10:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:10:40.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:10:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:10:40.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:10:40.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:10:40.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:10:40.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:10:40.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:10:40.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:10:40.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:10:41.699Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:10:41.705Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:10:41.706Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:10:41.707Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:10:41.707Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:11:11.707Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:11:11.714Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:11:11.716Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:11:11.716Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:11:11.716Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:11:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:11:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:11:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:11:40.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:11:40.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917721585, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917720870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917727710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917721998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917721272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917727904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917737407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917737468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917737473, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917737488, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917737611, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917738413, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "dcae-sch", "timestamp": 1619917731848, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "cds", "timestamp": 1619917738628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.921Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.922Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "ves-openapi-manager", "timestamp": 1619917732163, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "policy-id", "timestamp": 1619917739423, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.931Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:40.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917734774, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917741664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917741965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917735873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917736266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917743709, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917743878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917743877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917743962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917744075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917744314, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917744963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917744971, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.945Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.946Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917745140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917745484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.953Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.953Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-windriver-id", "timestamp": 1619917745975, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917746370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-k8s-id", "timestamp": 1619917746487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917746489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917747498, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.961Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.962Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917747647, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917748483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917748502, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/vfwdfc22144c02e0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917748651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917749251, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917749534, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917749654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/resourceInstances/vfwdfc22144c02e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917750255, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.971Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:40.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "clamp", "timestamp": 1619917750538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:40.980Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:40.980Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917750657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917741998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917739632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917754176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917747710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917754378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917747903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:40.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "cds", "timestamp": 1619917755180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:40.997Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:40.997Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:41.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917755382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "policy-id", "timestamp": 1619917756384, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:41.013Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:41.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917756757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917757060, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917751585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "dcae-sch", "timestamp": 1619917751848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "ves-openapi-manager", "timestamp": 1619917752163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917760549, "artifactURL": "/sdc/v1/catalog/services/Vfw20210502010604/1.0/artifacts/service-Vfw20210502010604-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917754774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:41.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "aai-ml", "timestamp": 1619917761553, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.027Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93128823-cb93-474d-b9bc-b58b3efa6afb 2021-05-02T01:11:41.027Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93128823-cb93-474d-b9bc-b58b3efa6afb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917762085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917762958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917763417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917763786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917764309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917764602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917764792, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.038Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:41.038Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:11:41.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917765126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917765324, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.048Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:41.048Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917765768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-windriver-id", "timestamp": 1619917765795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917766142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-k8s-id", "timestamp": 1619917766327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917766772, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.056Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:41.056Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "clamp", "timestamp": 1619917767144, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:41.063Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:41.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1619917767779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:11:41.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917765873, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917766266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917774875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917775094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917777039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:11:41.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:11:41.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:11:41.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619917778043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.074Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:11:41.075Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:11:41.717Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.728Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:11:41.731Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:11:41.732Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:11:41.735Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:12:11.736Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93128823-cb93-474d-b9bc-b58b3efa6afb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:12:11.743Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93128823-cb93-474d-b9bc-b58b3efa6afb and serviceModelVersionId: dc1dc9c0-0c3a-483b-8484-e5fe20a08a45 2021-05-02T01:12:11.743Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 700f5ebc-271e-4913-9e46-e06d5551f8dd 2021-05-02T01:12:18.758Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0 2021-05-02T01:12:18.863Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:12:19.259Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|INFO|500||Invoke 2021-05-02T01:12:19.265Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93128823-cb93-474d-b9bc-b58b3efa6afb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5523a08f-fb58-4f5a-b9e6-43356aae6b32], X-ECOMP-RequestID=[93128823-cb93-474d-b9bc-b58b3efa6afb], X-TransactionId=[], X-ONAP-RequestID=[93128823-cb93-474d-b9bc-b58b3efa6afb], Content-Type=[application/merge-patch+json]} 2021-05-02T01:12:19.407Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:12:20.495Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?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/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-01:12:19:414-58540], vertex-id=[344152], Content-Length=[0], Date=[Sun, 02 May 2021 01:12:19 GMT], Content-Type=[application/json]} 2021-05-02T01:12:20.496Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:12:20.497Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/700f5ebc-271e-4913-9e46-e06d5551f8dd/model-vers/model-ver/dc1dc9c0-0c3a-483b-8484-e5fe20a08a45?depth=0|INFO|500||InvokeReturn 2021-05-02T01:12:20.500Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:12:20.500Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:12:20.502Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:12:20.509Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93128823-cb93-474d-b9bc-b58b3efa6afb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:12:20.510Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:12:20.511Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:20.512Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:20.513Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917940510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:12:20.613Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:20.613Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:20.613Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:20.625Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:20.626Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:12:21.520Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:12:21.521Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:12:21.521Z|93128823-cb93-474d-b9bc-b58b3efa6afb|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:25.815Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:25.816Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T01:12:25.816Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8383b47c-f45d-4590-b290-6cd61e6215ef","serviceName":"basic_onboard_MstYgH","serviceVersion":"1.0","serviceUUID":"6456a0ae-10a3-4366-b035-3ea4d38f22b6","serviceDescription":"service","serviceInvariantUUID":"3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b","resources":[{"resourceInstanceName":"basic_onboard_MstYgH 0","resourceName":"basic_onboard_MstYgH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63f1e131-f701-4e84-b09d-828e29712606","resourceInvariantUUID":"13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d","resourceCustomizationUUID":"f69beeba-1c3e-432e-81fa-019d2756b6a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml","artifactChecksum":"YTRhZGJlMzk1YzE1MWE3ODg5ZWI3MmYyNjhlYmQ3Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f614e58c-3351-464f-8119-ad02a13d59fa","artifactVersion":"1"},{"artifactName":"basic_onboard_mstygh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json","artifactChecksum":"NTZlOGM1NjU4ZTcwZTNhMzAxNTY5YWI3NmFiODljZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d2e522d-8aab-427d-beb0-83329f58bdb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4974c6bb-c02c-4e3a-865f-0fcfecf38c1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58c3be70-07e6-4a30-9e86-dc9c495d356c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c179b770-fdb3-4574-a38b-1913581ebafc","artifactVersion":"2","generatedFromUUID":"4974c6bb-c02c-4e3a-865f-0fcfecf38c1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMstygh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml","artifactChecksum":"NjQ4Yjg1N2M0ZmUwZjJmYTNhZTQxYjJkYzNhYjVkNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1844cea-57f4-4262-a3f7-79e5e91d68ba","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMstygh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar","artifactChecksum":"ZjcwNTJmNWMwZjkwMThkYWRlNjMyNGU0YWJhNWE5ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"882038e7-cf2d-4166-b45a-20e54b41965e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:12:25.818Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:25.819Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:25.820Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:25.820Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:12:25.920Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:25.921Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:25.921Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:25.929Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:25.929Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:26.821Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:26.821Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:26.823Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:26.823Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:12:26.924Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:26.924Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:26.924Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:26.934Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:26.934Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:12:27.824Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:27.825Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:27.826Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:27.826Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:12:27.926Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:27.927Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:27.927Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:27.935Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:27.935Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:28.827Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:28.828Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:28.830Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:28.830Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:12:28.931Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:12:28.932Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:28.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:28.940Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:28.941Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:12:29.831Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:29.831Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:29.833Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:29.833Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:12:29.933Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:29.934Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:29.934Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:29.942Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:29.942Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:30.834Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:30.834Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:30.836Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:30.836Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:12:30.936Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:30.937Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:30.937Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:30.945Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:30.945Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:31.836Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:12:31.837Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:31.838Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:31.838Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:12:31.938Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:31.939Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:31.939Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:31.947Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:31.947Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:32.840Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "serviceName": "basic_onboard_MstYgH", "serviceVersion": "1.0", "serviceUUID": "6456a0ae-10a3-4366-b035-3ea4d38f22b6", "serviceDescription": "service", "serviceInvariantUUID": "3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b", "resources": [ { "resourceInstanceName": "basic_onboard_MstYgH 0", "resourceCustomizationUUID": "f69beeba-1c3e-432e-81fa-019d2756b6a2", "resourceName": "basic_onboard_MstYgH", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "63f1e131-f701-4e84-b09d-828e29712606", "resourceInvariantUUID": "13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mstygh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "artifactChecksum": "NTZlOGM1NjU4ZTcwZTNhMzAxNTY5YWI3NmFiODljZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d2e522d-8aab-427d-beb0-83329f58bdb1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4974c6bb-c02c-4e3a-865f-0fcfecf38c1a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c179b770-fdb3-4574-a38b-1913581ebafc", "generatedFromUUID": "4974c6bb-c02c-4e3a-865f-0fcfecf38c1a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c179b770-fdb3-4574-a38b-1913581ebafc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMstygh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "artifactChecksum": "ZjcwNTJmNWMwZjkwMThkYWRlNjMyNGU0YWJhNWE5ODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "882038e7-cf2d-4166-b45a-20e54b41965e" } ], "workloadContext": "Production" } 2021-05-02T01:12:32.840Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:12:32.841Z|93128823-cb93-474d-b9bc-b58b3efa6afb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6456a0ae-10a3-4366-b035-3ea4d38f22b6 ASDC 2021-05-02T01:12:32.841Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8383b47c-f45d-4590-b290-6cd61e6215ef ServiceName:basic_onboard_MstYgH ServiceVersion:1.0 ServiceUUID:6456a0ae-10a3-4366-b035-3ea4d38f22b6 ServiceInvariantUUID:3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMstygh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar ArtifactUUID:882038e7-cf2d-4166-b45a-20e54b41965e ArtifactChecksum:ZjcwNTJmNWMwZjkwMThkYWRlNjMyNGU0YWJhNWE5ODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_MstYgH 0 ResourceCustomizationUUID:f69beeba-1c3e-432e-81fa-019d2756b6a2 ResourceInvariantUUID:13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d ResourceName:basic_onboard_MstYgH ResourceType:VF ResourceUUID:63f1e131-f701-4e84-b09d-828e29712606 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mstygh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json ArtifactUUID:4d2e522d-8aab-427d-beb0-83329f58bdb1 ArtifactChecksum:NTZlOGM1NjU4ZTcwZTNhMzAxNTY5YWI3NmFiODljZDg= 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/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml ArtifactUUID:4974c6bb-c02c-4e3a-865f-0fcfecf38c1a 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/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env ArtifactUUID:c179b770-fdb3-4574-a38b-1913581ebafc 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/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env ArtifactUUID:c179b770-fdb3-4574-a38b-1913581ebafc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T01:12:32.841Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6456a0ae-10a3-4366-b035-3ea4d38f22b6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:12:32.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:12:32.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:12:32.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:12:32.868Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 882038e7-cf2d-4166-b45a-20e54b41965e from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:32.868Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:12:32.868Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:34.270Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:12:34.276Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar 882038e7-cf2d-4166-b45a-20e54b41965e 74817 2021-05-02T01:12:34.276Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar ASDC sendASDCNotification 2021-05-02T01:12:34.276Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:34.277Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:12:34.277Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:34.279Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:34.280Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917954276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:12:34.380Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:34.380Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:34.380Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:34.388Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:34.388Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:35.280Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:12:35.281Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:12:35.282Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 882038e7-cf2d-4166-b45a-20e54b41965e, URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar to file: /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:35.282Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:35.282Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:35.283Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:35.581Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18314971791069912763/Definitions/service-BasicOnboardMstygh-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-02T01:12:36.719Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:12:36.719Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T01:12:36.719Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MstYgH 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.720Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MstYgH 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-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T01:12:36.721Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:12:36.722Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is not matching search criteria 2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-02T01:12:36.723Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:12:36.724Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:36.725Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is not matching search criteria 2021-05-02T01:12:36.726Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=125bae65-071d-47f6-82e2-7dac81b0f6a2 2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.727Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:36.728Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_MstYgH Description:service Model UUID:6456a0ae-10a3-4366-b035-3ea4d38f22b6 Model Version:NULL Model InvariantUuid:3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_MstYgH Model UUID:cb0accf6-307c-416c-bc38-8dd4b13f6f13 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:13d1a52c-a3f6-4728-b2ae-8f96a1b3ab2d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f69beeba-1c3e-432e-81fa-019d2756b6a2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a4ac59e6-54b7-4444-9d74-64b69ea1b3b0 ModelName:BasicOnboardMstygh..base_ubuntu18..module-0 ModelUuid:b3de31da-0ce4-481c-8df9-839713b31b76 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:125bae65-071d-47f6-82e2-7dac81b0f6a2 ModelInvariantUuid:659180cb-1525-4aa7-a3e5-f3eb9637009d ModelName:basic_onboard_MstYgH-nodes.ubuntu18Cvfc ModelUuid:13c6c514-f009-47a4-855e-d4719b1eb696 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ab25530d-992b-46df-b6a4-98482f1b8623 ModelInvariantUuid:d2734188-847f-4269-921e-4c9feb603b0f ModelName:BasicOnboardMstygh.compute.nodes.heat.ubuntu18 ModelUuid:2f6f04b9-fe9d-43db-b636-69e025a96435 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:12:36.732Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 63f1e131-f701-4e84-b09d-828e29712606 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||basic_onboard_MstYgH 0 2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63f1e131-f701-4e84-b09d-828e29712606 2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d2e522d-8aab-427d-beb0-83329f58bdb1 from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json 2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:12:36.735Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json 2021-05-02T01:12:38.866Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json 4d2e522d-8aab-427d-beb0-83329f58bdb1 798 2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json ASDC sendASDCNotification 2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json 2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:12:38.867Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:38.869Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:38.869Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917958867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:12:38.969Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:38.970Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:38.970Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:38.978Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:38.979Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:39.869Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMstygh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a4ac59e6-54b7-4444-9d74-64b69ea1b3b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b3de31da-0ce4-481c-8df9-839713b31b76", "vfModuleModelCustomizationUUID": "e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc", "isBase": true, "artifacts": [ "4974c6bb-c02c-4e3a-865f-0fcfecf38c1a", "c179b770-fdb3-4574-a38b-1913581ebafc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:12:39.874Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMstygh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b3de31da-0ce4-481c-8df9-839713b31b76 VfModuleModelInvariantUUID:a4ac59e6-54b7-4444-9d74-64b69ea1b3b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 4974c6bb-c02c-4e3a-865f-0fcfecf38c1a , c179b770-fdb3-4574-a38b-1913581ebafc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:12:39.876Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMstygh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a4ac59e6-54b7-4444-9d74-64b69ea1b3b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b3de31da-0ce4-481c-8df9-839713b31b76", "vfModuleModelCustomizationUUID": "e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc", "isBase": true, "artifacts": [ "4974c6bb-c02c-4e3a-865f-0fcfecf38c1a", "c179b770-fdb3-4574-a38b-1913581ebafc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMstygh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b3de31da-0ce4-481c-8df9-839713b31b76 VfModuleModelInvariantUUID:a4ac59e6-54b7-4444-9d74-64b69ea1b3b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 4974c6bb-c02c-4e3a-865f-0fcfecf38c1a , c179b770-fdb3-4574-a38b-1913581ebafc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4974c6bb-c02c-4e3a-865f-0fcfecf38c1a from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml 2021-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:12:39.877Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml 2021-05-02T01:12:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:12:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:12:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:40.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:40.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:12:40.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917782794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:12:40.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:12:40.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-02T01:12:40.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "aai-ml", "timestamp": 1619917783797, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:12:40.897Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8383b47c-f45d-4590-b290-6cd61e6215ef 2021-05-02T01:12:40.897Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8383b47c-f45d-4590-b290-6cd61e6215ef and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:12:41.603Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml 4974c6bb-c02c-4e3a-865f-0fcfecf38c1a 5033 2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml 2021-05-02T01:12:41.604Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:12:41.605Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:41.606Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:41.606Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917961604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:12:41.706Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:41.707Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:41.707Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:41.718Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:41.719Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:12:42.607Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c179b770-fdb3-4574-a38b-1913581ebafc from URL: /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env 2021-05-02T01:12:42.608Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:12:42.608Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env 2021-05-02T01:12:42.981Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:12:42.981Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env c179b770-fdb3-4574-a38b-1913581ebafc 909 2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env 2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:12:42.982Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:42.983Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:42.984Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917962981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:12:43.084Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:43.084Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:43.085Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:43.093Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:43.093Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:43.984Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6456a0ae-10a3-4366-b035-3ea4d38f22b6 2021-05-02T01:12:43.985Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MstYgH 0 63f1e131-f701-4e84-b09d-828e29712606 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:12:43.997Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f69beeba-1c3e-432e-81fa-019d2756b6a2 2021-05-02T01:12:43.998Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f69beeba-1c3e-432e-81fa-019d2756b6a2 matches Tosca VF Customization UUID: f69beeba-1c3e-432e-81fa-019d2756b6a2 2021-05-02T01:12:43.999Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f69beeba-1c3e-432e-81fa-019d2756b6a2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-02T01:12:44.001Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.001Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f69beeba-1c3e-432e-81fa-019d2756b6a2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@106285a1 2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.002Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:12:44.003Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc 2021-05-02T01:12:44.003Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e05bf431-0a9e-4cef-aa9c-9cbb8eb4bafc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-02T01:12:44.005Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.005Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:44.005Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:12:44.006Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.006Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:44.006Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is not matching search criteria 2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T01:12:44.007Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T01:12:44.008Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=125bae65-071d-47f6-82e2-7dac81b0f6a2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:12:44.010Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.011Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_MstYgH 0 is matching search criteria 2021-05-02T01:12:44.011Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_MstYgH 0] matching following query criteria: sdcType=VF, customizationUUID=f69beeba-1c3e-432e-81fa-019d2756b6a2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6456a0ae-10a3-4366-b035-3ea4d38f22b6: basic_onboard_MstYgH 2021-05-02T01:12:44.013Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.014Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.015Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.015Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.015Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.016Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:12:44.016Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_MstYgH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:12:44.016Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_MstYgH Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:12:44.072Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MstYgH 63f1e131-f701-4e84-b09d-828e29712606 1 ASDC deployResourceStructure 2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json ASDC sendASDCNotification 2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json 2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:12:44.073Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:44.075Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:44.075Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917964073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:12:44.175Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:44.176Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:44.176Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:44.184Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:44.184Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:12:45.076Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-02T01:12:45.076Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml 2021-05-02T01:12:45.076Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:12:45.077Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:45.078Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:45.079Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917965076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:12:45.179Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:45.179Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:45.179Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:45.188Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:45.188Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:46.079Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-02T01:12:46.080Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env 2021-05-02T01:12:46.080Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:12:46.080Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:46.082Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:46.082Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917966079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T01:12:46.182Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:46.182Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:46.183Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:46.194Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:46.194Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar ASDC sendASDCNotification 2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar 2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:12:47.083Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:12:47.085Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:12:47.085Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917967082, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:12:47.185Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:12:47.186Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:12:47.186Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:12:47.194Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:12:47.194Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:12:48.086Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8383b47c-f45d-4590-b290-6cd61e6215ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:12:48.093Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8383b47c-f45d-4590-b290-6cd61e6215ef Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:12:48.095Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:12:48.099Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:13:18.099Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8383b47c-f45d-4590-b290-6cd61e6215ef and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:13:18.103Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8383b47c-f45d-4590-b290-6cd61e6215ef and serviceModelVersionId: 6456a0ae-10a3-4366-b035-3ea4d38f22b6 2021-05-02T01:13:18.103Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b 2021-05-02T01:13:18.104Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0 2021-05-02T01:13:18.107Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:13:18.144Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-02T01:13:18.144Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0|INFO|500||Invoke 2021-05-02T01:13:18.169Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:13:19.062Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0|INFO|500||InvokeReturn 2021-05-02T01:13:19.062Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3be0f9ae-79a5-4bbe-b741-9ce8b6f0ec3b/model-vers/model-ver/6456a0ae-10a3-4366-b035-3ea4d38f22b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-01:13:18:173-46682], vertex-id=[188560], Content-Length=[0], Date=[Sun, 02 May 2021 01:13:18 GMT], Content-Type=[application/json]} 2021-05-02T01:13:19.063Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:13:19.063Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:13:19.063Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8383b47c-f45d-4590-b290-6cd61e6215ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:13:19.067Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:13:19.069Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:13:19.069Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917999067, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:13:19.169Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:13:19.170Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:13:19.170Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:13:19.180Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:13:19.181Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:13:20.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:13:20.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:13:20.077Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:13:29.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:13:29.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:13:29.612Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:13:29.612Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:13:39.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:13:39.147Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:13:39.147Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:13:39.148Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:13:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:13:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:13:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:13:40.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93128823-cb93-474d-b9bc-b58b3efa6afb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917940510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917941520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917954276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917958867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:13:40.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:13:48.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:13:48.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:13:48.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:13:48.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:13:58.215Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:14:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:14:40.871Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:14:40.871Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:14:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:14:40.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:14:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:14:41.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:14:41.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917961604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917962981, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917964073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/basic_onboard_mstygh0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917965076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:14:41.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917966079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/resourceInstances/basic_onboard_mstygh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917967082, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMstygh/1.0/artifacts/service-BasicOnboardMstygh-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8383b47c-f45d-4590-b290-6cd61e6215ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619917999067, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:14:41.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:14:50.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:15:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:15:40.871Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:15:40.871Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:15:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:15:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:15:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:15:50.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:15:50.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:16:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:16:40.871Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:16:40.871Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:16:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:16:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:16:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:16:50.401Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:16:50.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:40.870Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:17:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:17:40.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:17:40.874Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:17:40.874Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:17:40.874Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:17:41.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:41.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9a19144-7e50-4d9e-b7e5-aff9369a2853","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2ad7fd5a-a89f-434e-8934-ebed5e42d388","serviceDescription":"service","serviceInvariantUUID":"b25acec6-0e7d-41ba-b745-412541a528c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"70d874f2-0322-4cf8-bac1-0e5b6d3f79e8","resourceInvariantUUID":"40d3190e-694f-4d92-b5fb-ea4a17c24e71","resourceCustomizationUUID":"cb36f986-2b7e-4a72-96c2-60584a95250c","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":"YWI4YmJhZWYxYWVjMWIxZDIxOTc0ODQ4ZmQ2MzUwZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"286ef6db-8146-4cd4-a98d-00bad806abb7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU0YTE1ODNmOTgwOTZmNDI3NWIyOTFhNjdjNDY4MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97c8b9ab-76fe-4f51-a7f7-52ba9fa05531","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:17:41.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "cds", "timestamp": 1619918216272, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "aai-ml", "timestamp": 1619918216266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "ves-openapi-manager", "timestamp": 1619918212163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918215873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918214774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "dcae-sch", "timestamp": 1619918211848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "cds", "timestamp": 1619918216272, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "ves-openapi-manager", "timestamp": 1619918212163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "aai-ml", "timestamp": 1619918216266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918214774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.501Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918260870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918215873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "dcae-sch", "timestamp": 1619918211848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "aai-ml", "timestamp": 1619918222508, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:17:41.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "cds", "timestamp": 1619918222547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:17:41.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918222601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:17:41.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "policy-id", "timestamp": 1619918221998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "cds", "timestamp": 1619918223554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:17:41.538Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853 2021-05-02T01:17:41.538Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:17:41.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "policy-id", "timestamp": 1619918221998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918224056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "policy-id", "timestamp": 1619918224780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918225060, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:17:41.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853 2021-05-02T01:17:41.547Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:17:41.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "aai-ml", "timestamp": 1619918225408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:17:41.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "policy-id", "timestamp": 1619918225784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:17:41.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "aai-ml", "timestamp": 1619918226411, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:17:41.556Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853 2021-05-02T01:17:41.556Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:17:41.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "policy-id", "timestamp": 1619918226788, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:17:41.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853 2021-05-02T01:17:41.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "multicloud-windriver-id", "timestamp": 1619918227710, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "multicloud-k8s-id", "timestamp": 1619918227903, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "multicloud-windriver-id", "timestamp": 1619918227710, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "multicloud-k8s-id", "timestamp": 1619918227903, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "clamp", "timestamp": 1619918231585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "clamp", "timestamp": 1619918231585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:17:41.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "clamp", "timestamp": 1619918243233, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "clamp", "timestamp": 1619918244246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:17:41.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "clamp", "timestamp": 1619918245248, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:17:41.576Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9a19144-7e50-4d9e-b7e5-aff9369a2853 2021-05-02T01:17:41.576Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9a19144-7e50-4d9e-b7e5-aff9369a2853 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:17:41.601Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:17:41.601Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:17:41.601Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:17:41.608Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:41.609Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:17:42.501Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:17:42.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:17:42.505Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:17:42.505Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918260870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:17:42.605Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:17:42.605Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:17:42.606Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:17:42.614Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:42.614Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:17:43.506Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2ad7fd5a-a89f-434e-8934-ebed5e42d388", "serviceDescription": "service", "serviceInvariantUUID": "b25acec6-0e7d-41ba-b745-412541a528c8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cb36f986-2b7e-4a72-96c2-60584a95250c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "70d874f2-0322-4cf8-bac1-0e5b6d3f79e8", "resourceInvariantUUID": "40d3190e-694f-4d92-b5fb-ea4a17c24e71", "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": "MDU0YTE1ODNmOTgwOTZmNDI3NWIyOTFhNjdjNDY4MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "97c8b9ab-76fe-4f51-a7f7-52ba9fa05531" } ], "workloadContext": "Production" } 2021-05-02T01:17:43.506Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:17:43.506Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ad7fd5a-a89f-434e-8934-ebed5e42d388 ASDC 2021-05-02T01:17:43.507Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e9a19144-7e50-4d9e-b7e5-aff9369a2853 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2ad7fd5a-a89f-434e-8934-ebed5e42d388 ServiceInvariantUUID:b25acec6-0e7d-41ba-b745-412541a528c8 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:97c8b9ab-76fe-4f51-a7f7-52ba9fa05531 ArtifactChecksum:MDU0YTE1ODNmOTgwOTZmNDI3NWIyOTFhNjdjNDY4MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cb36f986-2b7e-4a72-96c2-60584a95250c ResourceInvariantUUID:40d3190e-694f-4d92-b5fb-ea4a17c24e71 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:70d874f2-0322-4cf8-bac1-0e5b6d3f79e8 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-02T01:17:43.507Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ad7fd5a-a89f-434e-8934-ebed5e42d388 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:17:43.525Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97c8b9ab-76fe-4f51-a7f7-52ba9fa05531 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:17:43.526Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-02T01:17:43.697Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:17:43.699Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 97c8b9ab-76fe-4f51-a7f7-52ba9fa05531 52217 2021-05-02T01:17:43.699Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-02T01:17:43.699Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-02T01:17:43.700Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:17:43.700Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:17:43.701Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:17:43.701Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918263699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:17:43.801Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:17:43.802Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:17:43.802Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:17:43.809Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:43.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:17:44.702Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:17:44.703Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:17:44.703Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 97c8b9ab-76fe-4f51-a7f7-52ba9fa05531, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:44.704Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-02T01:17:44.704Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:44.704Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:44.783Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10391992070414363846/Definitions/service-BasicNetwork-template.yml 2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.116Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-02T01:17:45.117Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.118Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.119Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2ad7fd5a-a89f-434e-8934-ebed5e42d388 Model Version:NULL Model InvariantUuid:b25acec6-0e7d-41ba-b745-412541a528c8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:40d3190e-694f-4d92-b5fb-ea4a17c24e71 Model UUID:0b7b5b78-8e00-4d08-8d16-6bcfcc5ce429 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cb36f986-2b7e-4a72-96c2-60584a95250c Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:17:45.123Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 70d874f2-0322-4cf8-bac1-0e5b6d3f79e8 2021-05-02T01:17:45.123Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||No resources found for Service: 2ad7fd5a-a89f-434e-8934-ebed5e42d388 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:17:45.126Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500|| 2021-05-02T01:17:45.126Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2ad7fd5a-a89f-434e-8934-ebed5e42d388 2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2ad7fd5a-a89f-434e-8934-ebed5e42d388 2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-02T01:17:45.127Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:17:45.130Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2ad7fd5a-a89f-434e-8934-ebed5e42d388: Generic NeutronNet 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.131Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-02T01:17:45.149Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:17:45.150Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:17:45.185Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:17:45.187Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:17:45.187Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918265185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:17:45.287Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:17:45.287Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:17:45.288Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:17:45.295Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:17:45.295Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:17:46.188Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:17:46.195Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:17:46.197Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:17:46.197Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:17:46.198Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:17:46.201Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:18:16.202Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:18:16.208Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9a19144-7e50-4d9e-b7e5-aff9369a2853 and serviceModelVersionId: 2ad7fd5a-a89f-434e-8934-ebed5e42d388 2021-05-02T01:18:16.208Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b25acec6-0e7d-41ba-b745-412541a528c8 2021-05-02T01:18:16.209Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0 2021-05-02T01:18:16.215Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:18:16.254Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|INFO|500||Invoke 2021-05-02T01:18:16.255Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9a19144-7e50-4d9e-b7e5-aff9369a2853], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71c7ba5d-ace0-4cab-8b30-0b1219dcc2bc], X-ECOMP-RequestID=[e9a19144-7e50-4d9e-b7e5-aff9369a2853], X-TransactionId=[], X-ONAP-RequestID=[e9a19144-7e50-4d9e-b7e5-aff9369a2853], Content-Type=[application/merge-patch+json]} 2021-05-02T01:18:16.274Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:18:16.861Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?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/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-01:18:16:278-7440], vertex-id=[376864], Content-Length=[0], Date=[Sun, 02 May 2021 01:18:16 GMT], Content-Type=[application/json]} 2021-05-02T01:18:16.862Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:18:16.862Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b25acec6-0e7d-41ba-b745-412541a528c8/model-vers/model-ver/2ad7fd5a-a89f-434e-8934-ebed5e42d388?depth=0|INFO|500||InvokeReturn 2021-05-02T01:18:16.863Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:18:16.863Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:18:16.866Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:18:16.866Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9a19144-7e50-4d9e-b7e5-aff9369a2853 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:18:16.867Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:18:16.867Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:16.868Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:16.869Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918296866, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:18:16.969Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:16.969Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:16.969Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:16.980Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:16.981Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:18:40.870Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:18:40.871Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:18:40.871Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:18:40.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:18:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:40.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:40.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:18:40.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918260870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:40.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:18:41.487Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:41.488Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:18:41.488Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"df4b06fa-666f-42a8-be21-a95ef98088bb","serviceName":"Demo_pNF_MaCdfRXAJYmvZpK2QvUD","serviceVersion":"1.0","serviceUUID":"63848853-31b6-49cd-ae71-71a44819dfc2","serviceDescription":"catalog service description","serviceInvariantUUID":"148140fd-0c36-4e72-b157-85712647ced0","resources":[{"resourceInstanceName":"pNF 27ad2859-2069 0","resourceName":"pNF 27ad2859-2069","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"286ee129-e48b-4060-a7d1-1c9de9851c9b","resourceInvariantUUID":"a1bd2a5e-e776-411c-8558-2a39182921da","resourceCustomizationUUID":"8ce51df8-0b60-49b1-9e5c-9c313a04e46c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml","artifactChecksum":"ODE1OWZlYWUzMjFjNDRiNmU0NzM3OGI4ZDFhYjQ1OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84ea5c14-b367-4279-952c-3f9244877c69","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5479566c-b417-4f4a-bc03-6f4f93e06373","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89c11495-1ae8-44c8-80a7-2f34fee41f2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml","artifactChecksum":"NGY1Y2QyNDAxNzQ3YTkxOGVjMDQ3NDExNDRlY2FiMzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f635af4-2741-488b-a090-2c88a85be687","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da1daca1-a3f7-445e-82b6-9377e82f82cd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c109027b-6e0d-4eff-a1b4-0c6eae61419f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMacdfrxajymvzpk2qvud-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml","artifactChecksum":"ZDM5NTk5OTZmMjQzN2EyOTMzM2ZlMWM2NzljZGNlOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87be4ddc-7fa9-491a-a624-3edd46679fa7","artifactVersion":"1"},{"artifactName":"service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar","artifactChecksum":"NGE1NzVjNzlhOGE4ZWM5MjIzOGZmMjY3NDBkODdkYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55019465-c005-47ac-b602-3005bbc01b16","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:18:41.490Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:41.490Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:41.491Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:41.492Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:41.592Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:41.592Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:41.593Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:41.601Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:41.601Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:42.492Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:42.493Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:42.494Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:42.494Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:42.595Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:42.595Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:42.595Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:42.603Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:42.603Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:43.495Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:43.496Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:43.497Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:43.497Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:43.598Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:43.598Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:43.599Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:43.606Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:43.606Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:44.498Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:44.498Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:44.500Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:44.500Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:44.600Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:44.601Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:44.601Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:44.609Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:44.610Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:45.500Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:45.501Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:45.502Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:45.502Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:45.603Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T01:18:45.603Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:45.604Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:45.613Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:45.613Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:46.503Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:46.503Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:46.505Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:46.505Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:46.605Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:46.606Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:46.606Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:46.613Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:46.614Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:47.505Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:47.506Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:47.507Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:47.508Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:18:47.608Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:47.609Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:47.609Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:47.620Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:47.621Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:48.508Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:18:48.509Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:48.510Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:48.510Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:18:48.610Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:48.611Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:48.611Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:48.620Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:48.620Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:49.511Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "serviceName": "Demo_pNF_MaCdfRXAJYmvZpK2QvUD", "serviceVersion": "1.0", "serviceUUID": "63848853-31b6-49cd-ae71-71a44819dfc2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "148140fd-0c36-4e72-b157-85712647ced0", "resources": [ { "resourceInstanceName": "pNF 27ad2859-2069 0", "resourceCustomizationUUID": "8ce51df8-0b60-49b1-9e5c-9c313a04e46c", "resourceName": "pNF 27ad2859-2069", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "286ee129-e48b-4060-a7d1-1c9de9851c9b", "resourceInvariantUUID": "a1bd2a5e-e776-411c-8558-2a39182921da", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "artifactChecksum": "NGE1NzVjNzlhOGE4ZWM5MjIzOGZmMjY3NDBkODdkYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55019465-c005-47ac-b602-3005bbc01b16" } ], "workloadContext": "Production" } 2021-05-02T01:18:49.511Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:18:49.511Z|e9a19144-7e50-4d9e-b7e5-aff9369a2853|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63848853-31b6-49cd-ae71-71a44819dfc2 ASDC 2021-05-02T01:18:49.512Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:df4b06fa-666f-42a8-be21-a95ef98088bb ServiceName:Demo_pNF_MaCdfRXAJYmvZpK2QvUD ServiceVersion:1.0 ServiceUUID:63848853-31b6-49cd-ae71-71a44819dfc2 ServiceInvariantUUID:148140fd-0c36-4e72-b157-85712647ced0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar ArtifactUUID:55019465-c005-47ac-b602-3005bbc01b16 ArtifactChecksum:NGE1NzVjNzlhOGE4ZWM5MjIzOGZmMjY3NDBkODdkYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 27ad2859-2069 0 ResourceCustomizationUUID:8ce51df8-0b60-49b1-9e5c-9c313a04e46c ResourceInvariantUUID:a1bd2a5e-e776-411c-8558-2a39182921da ResourceName:pNF 27ad2859-2069 ResourceType:PNF ResourceUUID:286ee129-e48b-4060-a7d1-1c9de9851c9b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-02T01:18:49.512Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63848853-31b6-49cd-ae71-71a44819dfc2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:18:49.529Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:18:49.529Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55019465-c005-47ac-b602-3005bbc01b16 from URL: /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:18:49.530Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:49.870Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:18:49.873Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 55019465-c005-47ac-b602-3005bbc01b16 83321 2021-05-02T01:18:49.873Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar ASDC sendASDCNotification 2021-05-02T01:18:49.873Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:49.874Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:18:49.874Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:49.875Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:49.876Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918329873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:18:49.976Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:49.976Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:49.977Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:49.983Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:49.984Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:18:50.876Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 55019465-c005-47ac-b602-3005bbc01b16, URL: /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar to file: /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:50.877Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:50.878Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:50.957Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3762128731823543077/Definitions/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml 2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.504Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27ad2859-2069 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27ad2859-2069 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-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Node template pNF 27ad2859-2069 0 is matching search criteria 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:18:51.505Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 27ad2859-2069 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Node template pNF 27ad2859-2069 0 is matching search criteria 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 27ad2859-2069 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.506Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.507Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_MaCdfRXAJYmvZpK2QvUD Description:catalog service description Model UUID:63848853-31b6-49cd-ae71-71a44819dfc2 Model Version:NULL Model InvariantUuid:148140fd-0c36-4e72-b157-85712647ced0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:18:51.511Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 286ee129-e48b-4060-a7d1-1c9de9851c9b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||pNF 27ad2859-2069 0 2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 286ee129-e48b-4060-a7d1-1c9de9851c9b 2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 63848853-31b6-49cd-ae71-71a44819dfc2 2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 63848853-31b6-49cd-ae71-71a44819dfc2 2021-05-02T01:18:51.513Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 27ad2859-2069 0 286ee129-e48b-4060-a7d1-1c9de9851c9b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 63848853-31b6-49cd-ae71-71a44819dfc2: pNF 27ad2859-2069 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Processing PNF resource: 286ee129-e48b-4060-a7d1-1c9de9851c9b 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MaCdfRXAJYmvZpK2QvUD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:18:51.516Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||Resource customization UUID: 8ce51df8-0b60-49b1-9e5c-9c313a04e46c is the same as notified resource customizationUUID: 8ce51df8-0b60-49b1-9e5c-9c313a04e46c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-02T01:18:51.550Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 27ad2859-2069 286ee129-e48b-4060-a7d1-1c9de9851c9b 0 ASDC deployResourceStructure 2021-05-02T01:18:51.550Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar ASDC sendASDCNotification 2021-05-02T01:18:51.550Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar 2021-05-02T01:18:51.550Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:18:51.550Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:18:51.552Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:18:51.552Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918331550, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:18:51.652Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:18:51.653Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:18:51.653Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:18:51.661Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:18:51.661Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:18:52.553Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:18:52.558Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:18:52.560Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:18:52.560Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:18:52.560Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:19:22.560Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:19:22.568Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:19:22.570Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:19:22.570Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:19:22.570Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:19:40.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:19:40.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:19:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:19:40.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:19:40.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918260870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918263699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918265185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918261272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918261998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918261585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918274564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918274865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-windriver-id", "timestamp": 1619918267710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-k8s-id", "timestamp": 1619918267903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "cds", "timestamp": 1619918275569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:40.921Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df4b06fa-666f-42a8-be21-a95ef98088bb 2021-05-02T01:19:40.921Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df4b06fa-666f-42a8-be21-a95ef98088bb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:19:40.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918275869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "policy-id", "timestamp": 1619918276872, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:40.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df4b06fa-666f-42a8-be21-a95ef98088bb 2021-05-02T01:19:40.931Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df4b06fa-666f-42a8-be21-a95ef98088bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:19:40.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "dcae-sch", "timestamp": 1619918271848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918272163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918281695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918274774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918282988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918283020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918275873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918276266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918284000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:19:40.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "ves-openapi-manager", "timestamp": 1619918284024, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:40.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of df4b06fa-666f-42a8-be21-a95ef98088bb 2021-05-02T01:19:40.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df4b06fa-666f-42a8-be21-a95ef98088bb and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:19:40.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918284792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "clamp", "timestamp": 1619918285003, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:40.953Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df4b06fa-666f-42a8-be21-a95ef98088bb 2021-05-02T01:19:40.953Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df4b06fa-666f-42a8-be21-a95ef98088bb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918285087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918286506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918287510, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:40.961Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df4b06fa-666f-42a8-be21-a95ef98088bb 2021-05-02T01:19:40.961Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df4b06fa-666f-42a8-be21-a95ef98088bb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:19:40.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918288494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:19:40.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:40.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "aai-ml", "timestamp": 1619918289497, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:40.968Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df4b06fa-666f-42a8-be21-a95ef98088bb 2021-05-02T01:19:40.969Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df4b06fa-666f-42a8-be21-a95ef98088bb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:19:40.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-02T01:19:40.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9a19144-7e50-4d9e-b7e5-aff9369a2853", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918296866, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:19:40.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:19:52.570Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:19:52.577Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.582Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.583Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:19:52.583Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:19:52.586Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:20:22.586Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df4b06fa-666f-42a8-be21-a95ef98088bb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:20:22.589Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df4b06fa-666f-42a8-be21-a95ef98088bb and serviceModelVersionId: 63848853-31b6-49cd-ae71-71a44819dfc2 2021-05-02T01:20:22.590Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 148140fd-0c36-4e72-b157-85712647ced0 2021-05-02T01:20:22.590Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/148140fd-0c36-4e72-b157-85712647ced0/model-vers/model-ver/63848853-31b6-49cd-ae71-71a44819dfc2?depth=0 2021-05-02T01:20:22.593Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:20:22.623Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148140fd-0c36-4e72-b157-85712647ced0/model-vers/model-ver/63848853-31b6-49cd-ae71-71a44819dfc2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-02T01:20:22.624Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148140fd-0c36-4e72-b157-85712647ced0/model-vers/model-ver/63848853-31b6-49cd-ae71-71a44819dfc2?depth=0|INFO|500||Invoke 2021-05-02T01:20:22.641Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148140fd-0c36-4e72-b157-85712647ced0/model-vers/model-ver/63848853-31b6-49cd-ae71-71a44819dfc2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:20:22.988Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148140fd-0c36-4e72-b157-85712647ced0/model-vers/model-ver/63848853-31b6-49cd-ae71-71a44819dfc2?depth=0|INFO|500||InvokeReturn 2021-05-02T01:20:22.989Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148140fd-0c36-4e72-b157-85712647ced0/model-vers/model-ver/63848853-31b6-49cd-ae71-71a44819dfc2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210502-01:20:22:645-34589], vertex-id=[389152], Content-Length=[0], Date=[Sun, 02 May 2021 01:20:22 GMT], Content-Type=[application/json]} 2021-05-02T01:20:22.989Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:20:22.989Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:20:22.989Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:20:22.993Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:20:22.993Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df4b06fa-666f-42a8-be21-a95ef98088bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:20:22.993Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:20:22.994Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:22.996Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:22.996Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918422993, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:20:23.096Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:23.097Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:23.097Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:23.110Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:23.111Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:20:24.005Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:20:24.006Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:20:24.006Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:33.539Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:40.870Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:20:40.871Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:20:40.871Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:20:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:20:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:40.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/resourceInstances/pnf27ad285920690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918320870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918329873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:20:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918331550, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMacdfrxajymvzpk2qvud/1.0/artifacts/service-DemoPnfMacdfrxajymvzpk2qvud-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:20:40.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:20:48.703Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:48.703Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:20:48.703Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbc97bcd-e8ac-4cc2-9673-d068e245b34c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4558159b-cf6a-4013-9f75-df9a91426e21","serviceDescription":"service","serviceInvariantUUID":"53b59063-beae-4a86-9e39-890a2fc8edd8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61fbe384-e046-4a28-b28a-577b280544b0","resourceInvariantUUID":"ac58b58b-321a-4fe5-854d-e346e9e745cb","resourceCustomizationUUID":"23ddc869-71e9-484e-8f11-08cbf9b200d5","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":"NmFmMWE0MmY0Mzg2ZjIzMzAwMWU2YTE5MzllZDIzMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5288548-ec5b-45bf-902a-90997bbe1d1c","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":"ZDkyMjkyMzFmODlhMzFhNjBlZjU5MDJkY2Q5YTUwOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b818081-16e1-4c36-abb9-e4bfbf6f77d5","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":"32e3ed3e-9492-439c-a02d-9129aa7a6bd5","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":"b14093c5-9537-4aaa-bdc2-146e06a134ea","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":"0cbfd4c5-76d8-4dc4-bab7-21245504a8e8","artifactVersion":"2","generatedFromUUID":"32e3ed3e-9492-439c-a02d-9129aa7a6bd5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1MjdjYTk2ZDIzMDQzYWJiYjYzN2M1NzUwZGVkZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2524c2a6-6c64-4cc9-8326-0cc897b5d5b2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDg4NGRkZWIwNmRlZWIxMzhhYTA0YTU2YTdkOGVkODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64c2f551-8849-4701-969a-9d2211debfe4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:20:48.705Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:48.705Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:48.706Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:48.706Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:48.806Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:48.807Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:48.807Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:48.814Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:48.814Z||pool-51-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:49.707Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:49.707Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:49.708Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:49.708Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:20:49.809Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:49.809Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:49.809Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:49.815Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:49.816Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:20:50.709Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:50.710Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:50.711Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:50.711Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:20:50.812Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:20:50.813Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:50.814Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:50.822Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:50.822Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:51.712Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:51.712Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:51.713Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:51.714Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:51.814Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:51.814Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:51.814Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:51.822Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:51.822Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:52.714Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:52.715Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:52.716Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:52.716Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:20:52.817Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T01:20:52.817Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:52.817Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:52.825Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:52.825Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:53.717Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:53.717Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:53.719Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:53.719Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:20:53.819Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:53.820Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:53.820Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:53.839Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:53.840Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:54.719Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:20:54.720Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:54.722Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:54.722Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:20:54.822Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:54.823Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:54.823Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:54.831Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:54.831Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:55.723Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "4558159b-cf6a-4013-9f75-df9a91426e21", "serviceDescription": "service", "serviceInvariantUUID": "53b59063-beae-4a86-9e39-890a2fc8edd8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "23ddc869-71e9-484e-8f11-08cbf9b200d5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61fbe384-e046-4a28-b28a-577b280544b0", "resourceInvariantUUID": "ac58b58b-321a-4fe5-854d-e346e9e745cb", "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": "ZDkyMjkyMzFmODlhMzFhNjBlZjU5MDJkY2Q5YTUwOGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b818081-16e1-4c36-abb9-e4bfbf6f77d5", "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": "32e3ed3e-9492-439c-a02d-9129aa7a6bd5", "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": "0cbfd4c5-76d8-4dc4-bab7-21245504a8e8", "generatedFromUUID": "32e3ed3e-9492-439c-a02d-9129aa7a6bd5" }, "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": "0cbfd4c5-76d8-4dc4-bab7-21245504a8e8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDg4NGRkZWIwNmRlZWIxMzhhYTA0YTU2YTdkOGVkODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64c2f551-8849-4701-969a-9d2211debfe4" } ], "workloadContext": "Production" } 2021-05-02T01:20:55.723Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:20:55.723Z|df4b06fa-666f-42a8-be21-a95ef98088bb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4558159b-cf6a-4013-9f75-df9a91426e21 ASDC 2021-05-02T01:20:55.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:fbc97bcd-e8ac-4cc2-9673-d068e245b34c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:4558159b-cf6a-4013-9f75-df9a91426e21 ServiceInvariantUUID:53b59063-beae-4a86-9e39-890a2fc8edd8 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:64c2f551-8849-4701-969a-9d2211debfe4 ArtifactChecksum:ZDg4NGRkZWIwNmRlZWIxMzhhYTA0YTU2YTdkOGVkODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:23ddc869-71e9-484e-8f11-08cbf9b200d5 ResourceInvariantUUID:ac58b58b-321a-4fe5-854d-e346e9e745cb ResourceName:basic_vm ResourceType:VF ResourceUUID:61fbe384-e046-4a28-b28a-577b280544b0 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:6b818081-16e1-4c36-abb9-e4bfbf6f77d5 ArtifactChecksum:ZDkyMjkyMzFmODlhMzFhNjBlZjU5MDJkY2Q5YTUwOGU= 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:32e3ed3e-9492-439c-a02d-9129aa7a6bd5 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:0cbfd4c5-76d8-4dc4-bab7-21245504a8e8 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:0cbfd4c5-76d8-4dc4-bab7-21245504a8e8 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T01:20:55.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4558159b-cf6a-4013-9f75-df9a91426e21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:20:55.745Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:20:55.746Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:20:55.746Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:20:55.746Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 64c2f551-8849-4701-969a-9d2211debfe4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T01:20:55.746Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:20:55.746Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T01:20:57.587Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:20:57.590Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 64c2f551-8849-4701-969a-9d2211debfe4 74273 2021-05-02T01:20:57.590Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-02T01:20:57.590Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T01:20:57.590Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:20:57.590Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:20:57.591Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:20:57.592Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918457590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:20:57.692Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:20:57.692Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:20:57.692Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:20:57.701Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:20:57.701Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:20:58.592Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:20:58.593Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:20:58.593Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 64c2f551-8849-4701-969a-9d2211debfe4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:58.594Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-02T01:20:58.594Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:58.594Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:58.698Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4308399265009400392/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-02T01:20:59.722Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:20:59.722Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.723Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.724Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:20:59.725Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:20:59.725Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:20:59.725Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.725Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.725Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:20:59.725Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:20:59.726Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:20:59.726Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.726Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.726Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.726Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-02T01:20:59.726Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T01:20:59.727Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-02T01:20:59.727Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-02T01:20:59.727Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-02T01:20:59.727Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T01:20:59.727Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.727Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:20:59.728Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.728Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:20:59.728Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:20:59.728Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.728Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:20:59.728Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:20:59.729Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.729Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:20:59.729Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:20:59.729Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.729Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de53087c-b0ff-4d2a-a9e1-c68551bd01d3 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.730Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.731Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.731Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.731Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:20:59.731Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:20:59.731Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:4558159b-cf6a-4013-9f75-df9a91426e21 Model Version:NULL Model InvariantUuid:53b59063-beae-4a86-9e39-890a2fc8edd8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:40fe6c87-41e0-4f28-8926-8b9b9614b629 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ac58b58b-321a-4fe5-854d-e346e9e745cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:23ddc869-71e9-484e-8f11-08cbf9b200d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:be7a09df-5a24-4b92-8f27-e936a72aedc0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:cfc12ae0-36d1-40c0-a032-5a66261f08cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:de53087c-b0ff-4d2a-a9e1-c68551bd01d3 ModelInvariantUuid:1839e305-2f5d-47b5-82cb-8f43506e31c3 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:f5165d64-5a90-438f-8393-cf84c6fcbbe3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ebeb7bed-eac5-443c-b6a8-ad986fbdcb64 ModelInvariantUuid:05b6231a-6931-4beb-89eb-1e2794ac4d3d ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:dd7d7f4c-c748-4ab3-b2e7-c5654a7ed636 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:20:59.735Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 61fbe384-e046-4a28-b28a-577b280544b0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:20:59.737Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||basic_vm 0 2021-05-02T01:20:59.737Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61fbe384-e046-4a28-b28a-577b280544b0 2021-05-02T01:20:59.737Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6b818081-16e1-4c36-abb9-e4bfbf6f77d5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T01:20:59.738Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:20:59.738Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T01:21:03.060Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:21:03.061Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6b818081-16e1-4c36-abb9-e4bfbf6f77d5 787 2021-05-02T01:21:03.061Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-02T01:21:03.061Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T01:21:03.061Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:21:03.061Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:03.063Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:03.063Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918463061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:21:03.163Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:03.164Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:03.164Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:03.171Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:03.171Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:21:04.063Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "be7a09df-5a24-4b92-8f27-e936a72aedc0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfc12ae0-36d1-40c0-a032-5a66261f08cb", "vfModuleModelCustomizationUUID": "24803278-002d-43a1-89fc-6b076e7ea4a3", "isBase": true, "artifacts": [ "32e3ed3e-9492-439c-a02d-9129aa7a6bd5", "0cbfd4c5-76d8-4dc4-bab7-21245504a8e8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:21:04.068Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfc12ae0-36d1-40c0-a032-5a66261f08cb VfModuleModelInvariantUUID:be7a09df-5a24-4b92-8f27-e936a72aedc0 VfModuleModelDescription:NULL Artifacts UUID List:{ 32e3ed3e-9492-439c-a02d-9129aa7a6bd5 , 0cbfd4c5-76d8-4dc4-bab7-21245504a8e8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:21:04.071Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "be7a09df-5a24-4b92-8f27-e936a72aedc0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfc12ae0-36d1-40c0-a032-5a66261f08cb", "vfModuleModelCustomizationUUID": "24803278-002d-43a1-89fc-6b076e7ea4a3", "isBase": true, "artifacts": [ "32e3ed3e-9492-439c-a02d-9129aa7a6bd5", "0cbfd4c5-76d8-4dc4-bab7-21245504a8e8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:21:04.072Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfc12ae0-36d1-40c0-a032-5a66261f08cb VfModuleModelInvariantUUID:be7a09df-5a24-4b92-8f27-e936a72aedc0 VfModuleModelDescription:NULL Artifacts UUID List:{ 32e3ed3e-9492-439c-a02d-9129aa7a6bd5 , 0cbfd4c5-76d8-4dc4-bab7-21245504a8e8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:21:04.072Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 32e3ed3e-9492-439c-a02d-9129aa7a6bd5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T01:21:04.072Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:21:04.073Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T01:21:05.174Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:21:05.174Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 32e3ed3e-9492-439c-a02d-9129aa7a6bd5 5033 2021-05-02T01:21:05.175Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-02T01:21:05.175Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T01:21:05.175Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:21:05.175Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:05.177Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:05.177Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918465175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:21:05.277Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:05.278Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:05.278Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:05.286Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:05.286Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:21:06.177Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0cbfd4c5-76d8-4dc4-bab7-21245504a8e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T01:21:06.178Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:21:06.178Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T01:21:06.393Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:21:06.394Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0cbfd4c5-76d8-4dc4-bab7-21245504a8e8 903 2021-05-02T01:21:06.394Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-02T01:21:06.394Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T01:21:06.394Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:21:06.394Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:06.396Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:06.396Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918466394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:21:06.496Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:06.497Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:06.497Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:06.504Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:06.505Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:21:07.396Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4558159b-cf6a-4013-9f75-df9a91426e21 2021-05-02T01:21:07.397Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 61fbe384-e046-4a28-b28a-577b280544b0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:21:07.408Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.408Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.409Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-02T01:21:07.409Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 23ddc869-71e9-484e-8f11-08cbf9b200d5 2021-05-02T01:21:07.409Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23ddc869-71e9-484e-8f11-08cbf9b200d5 matches Tosca VF Customization UUID: 23ddc869-71e9-484e-8f11-08cbf9b200d5 2021-05-02T01:21:07.409Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 23ddc869-71e9-484e-8f11-08cbf9b200d5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-02T01:21:07.410Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.411Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.411Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 23ddc869-71e9-484e-8f11-08cbf9b200d5: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-02T01:21:07.411Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ecd8a20 2021-05-02T01:21:07.412Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.412Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:21:07.412Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24803278-002d-43a1-89fc-6b076e7ea4a3 2021-05-02T01:21:07.412Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24803278-002d-43a1-89fc-6b076e7ea4a3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:21:07.414Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.415Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-02T01:21:07.415Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T01:21:07.415Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T01:21:07.415Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de53087c-b0ff-4d2a-a9e1-c68551bd01d3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:21:07.416Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.416Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:21:07.417Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:21:07.417Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.417Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-02T01:21:07.417Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=23ddc869-71e9-484e-8f11-08cbf9b200d5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:21:07.418Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.418Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.418Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4558159b-cf6a-4013-9f75-df9a91426e21: basic_vm 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.419Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.420Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.420Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:21:07.420Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:21:07.420Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:21:07.516Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 61fbe384-e046-4a28-b28a-577b280544b0 1 ASDC deployResourceStructure 2021-05-02T01:21:07.516Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-02T01:21:07.516Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-02T01:21:07.516Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:21:07.516Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:07.517Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:07.517Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918467516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:21:07.618Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:07.618Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:07.618Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:07.626Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:07.626Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:21:08.518Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-02T01:21:08.518Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-02T01:21:08.519Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:21:08.519Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:08.520Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:08.520Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918468518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:21:08.620Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:08.621Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:08.621Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:08.628Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:08.628Z||pool-63-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:21:09.521Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-02T01:21:09.521Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-02T01:21:09.521Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:21:09.521Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:09.523Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:09.523Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918469521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T01:21:09.623Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:09.624Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:09.624Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:09.633Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:09.633Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:21:10.523Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-02T01:21:10.524Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-02T01:21:10.524Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:21:10.524Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:21:10.525Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:21:10.526Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918470523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:21:10.626Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:21:10.626Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:21:10.626Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:10.635Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:10.635Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:21:11.526Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:21:11.532Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:21:11.534Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:21:11.534Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:21:11.534Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:21:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:21:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:21:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:21:40.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:21:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:21:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "df4b06fa-666f-42a8-be21-a95ef98088bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918422993, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:21:40.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:21:41.534Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:21:41.540Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:21:41.542Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:21:41.542Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:21:41.542Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:22:11.542Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:22:11.548Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:22:11.549Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:22:11.550Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:22:11.550Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:22:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:22:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:22:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:22:40.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:22:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918447904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918441585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918441272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918447710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918441998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918440870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918457590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918457593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918457784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918458065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918458241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "dcae-sch", "timestamp": 1619918451848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "ves-openapi-manager", "timestamp": 1619918452163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "cds", "timestamp": 1619918459069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.914Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.914Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918459245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "policy-id", "timestamp": 1619918460248, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918462686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918463061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918463109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918463257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918464121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918464556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918464976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918464981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "clamp", "timestamp": 1619918465123, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.933Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.933Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918465175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918465283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918465385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918465746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918465992, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.941Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.941Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:22:40.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918466291, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.947Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918466394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-k8s-id", "timestamp": 1619918466994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918467047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918467154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-windriver-id", "timestamp": 1619918467295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918467516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918460071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918468055, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.955Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.955Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:22:40.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918468158, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.962Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918468518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918468866, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918469061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918469521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918461998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "cds", "timestamp": 1619918469870, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:40.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918470523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918471243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918471845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918472246, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "aai-ml", "timestamp": 1619918472848, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.986Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbc97bcd-e8ac-4cc2-9673-d068e245b34c 2021-05-02T01:22:40.986Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc97bcd-e8ac-4cc2-9673-d068e245b34c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "policy-id", "timestamp": 1619918473248, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:40.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:40.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:40.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:40.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:40.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:40.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:22:40.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918467996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918468299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918455873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918454774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918478958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918471585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918471848, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "ves-openapi-manager", "timestamp": 1619918472163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918479843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918479969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918456266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918481973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918482155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918482698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918482977, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.009Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.009Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918483458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918483695, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918484198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918484957, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918485371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918485384, "artifactURL": "/sdc/v1/catalog/services/8d105586-8772-448a-853f-198c847a0cee/resourceInstances/basicclamp0/artifacts/158d9999-6cff-4d48-8432-2f0d2f36db02", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918485773, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918485970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.018Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.018Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:22:41.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918486378, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.025Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:22:41.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918486610, "artifactURL": "/sdc/v1/catalog/services/8d105586-8772-448a-853f-198c847a0cee/resourceInstances/basicclamp0/artifacts/158d9999-6cff-4d48-8432-2f0d2f36db02", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918486777, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-k8s-id", "timestamp": 1619918486972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-windriver-id", "timestamp": 1619918487382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "dcae-sch", "timestamp": 1619918487614, "artifactURL": "/sdc/v1/catalog/services/8d105586-8772-448a-853f-198c847a0cee/resourceInstances/basicclamp0/artifacts/158d9999-6cff-4d48-8432-2f0d2f36db02", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.039Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.039Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918487780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918488609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918489495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "aai-ml", "timestamp": 1619918489612, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.046Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.046Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:41.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918490498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:22:41.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918491896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918492899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:22:41.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:22:41.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "clamp", "timestamp": 1619918493901, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.053Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 536e6cc9-e06c-41ba-8f62-d020b51d0602 2021-05-02T01:22:41.053Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 536e6cc9-e06c-41ba-8f62-d020b51d0602 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:22:41.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:22:41.550Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.556Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:22:41.558Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:22:41.561Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:23:11.561Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:23:11.565Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc97bcd-e8ac-4cc2-9673-d068e245b34c and serviceModelVersionId: 4558159b-cf6a-4013-9f75-df9a91426e21 2021-05-02T01:23:11.565Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53b59063-beae-4a86-9e39-890a2fc8edd8 2021-05-02T01:23:11.566Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53b59063-beae-4a86-9e39-890a2fc8edd8/model-vers/model-ver/4558159b-cf6a-4013-9f75-df9a91426e21?depth=0 2021-05-02T01:23:11.569Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:23:11.600Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53b59063-beae-4a86-9e39-890a2fc8edd8/model-vers/model-ver/4558159b-cf6a-4013-9f75-df9a91426e21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-02T01:23:11.600Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53b59063-beae-4a86-9e39-890a2fc8edd8/model-vers/model-ver/4558159b-cf6a-4013-9f75-df9a91426e21?depth=0|INFO|500||Invoke 2021-05-02T01:23:11.615Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53b59063-beae-4a86-9e39-890a2fc8edd8/model-vers/model-ver/4558159b-cf6a-4013-9f75-df9a91426e21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:23:11.861Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53b59063-beae-4a86-9e39-890a2fc8edd8/model-vers/model-ver/4558159b-cf6a-4013-9f75-df9a91426e21?depth=0|INFO|500||InvokeReturn 2021-05-02T01:23:11.862Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53b59063-beae-4a86-9e39-890a2fc8edd8/model-vers/model-ver/4558159b-cf6a-4013-9f75-df9a91426e21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-01:23:11:620-22871], vertex-id=[196784], Content-Length=[0], Date=[Sun, 02 May 2021 01:23:11 GMT], Content-Type=[application/json]} 2021-05-02T01:23:11.862Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:23:11.862Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:23:11.862Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:23:11.865Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:23:11.865Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc97bcd-e8ac-4cc2-9673-d068e245b34c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:23:11.865Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:23:11.865Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:11.867Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:11.867Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918591865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:23:11.967Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:11.968Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:11.968Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:11.979Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:11.980Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:23:12.874Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:23:12.875Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:23:12.875Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:17.176Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:17.177Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:23:17.177Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"536e6cc9-e06c-41ba-8f62-d020b51d0602","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8d105586-8772-448a-853f-198c847a0cee","serviceDescription":"service","serviceInvariantUUID":"d1900ec4-c072-4bbe-ad5c-f5274153c3c8","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"302345e5-a1ef-4794-a748-59ce7f350588","resourceInvariantUUID":"5fa716c3-381c-4c35-ae28-0528e084759e","resourceCustomizationUUID":"66e730fa-bab0-4905-9245-430987aa17b9","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":"158d9999-6cff-4d48-8432-2f0d2f36db02","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":"OGU4NTNhZDQzYzMxMzY3YTM0ZDNhZmRiYThiNDFmMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79bd4d36-12b9-4949-9ec9-b815b85311ca","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":"MjEyNjhhYjY1NDE3ODY4MThlY2JmODdhNTdiYjllMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1aaf140-075b-44e9-ad2e-cf7eaa0513dc","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":"a879d942-de7d-463a-8d68-b16f98f2dd8a","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":"37d6d7a6-f2c6-4b81-98d3-b7740228c024","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":"56e96bb7-cafc-43b8-96c3-17e4a36e45b8","artifactVersion":"2","generatedFromUUID":"a879d942-de7d-463a-8d68-b16f98f2dd8a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTRmMDg2MWVhOTIzY2QzY2M5YTQzMmQwOTM1NTU2ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b52d2a1-5472-4d73-bb95-b7ccdac26b37","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2IyNDQwNzBkODg1NDIzZDQyYjU4MjhhNWQwYTA4Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8dd01a0-2520-4ac9-b264-4542ed0de5b5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:23:17.179Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:17.179Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:17.181Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:17.182Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:23:17.282Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:17.282Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:17.282Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:17.290Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:17.290Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:18.182Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:18.183Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:18.184Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:18.184Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:23:18.284Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:18.285Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:18.285Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:18.292Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:18.292Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:19.185Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:19.185Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:19.187Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:19.187Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:23:19.287Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:19.288Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:19.288Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:19.297Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:19.297Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:20.188Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:20.188Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:20.190Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:20.190Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:23:20.290Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:20.291Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:20.291Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:20.299Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:20.299Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:23:21.190Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:21.191Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:21.192Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:21.192Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:23:21.293Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:21.293Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:21.293Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:21.301Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:21.302Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:22.193Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:22.194Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:22.195Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:22.195Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:23:22.295Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:22.296Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:22.296Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:22.304Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:22.304Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:23.196Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:23.196Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:23.198Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:23.198Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:23:23.298Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:23.298Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:23.299Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:23.307Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:23.307Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:24.198Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:23:24.199Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:24.201Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:24.201Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:23:24.301Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:24.302Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:24.302Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:24.309Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:24.310Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:25.202Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "8d105586-8772-448a-853f-198c847a0cee", "serviceDescription": "service", "serviceInvariantUUID": "d1900ec4-c072-4bbe-ad5c-f5274153c3c8", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "66e730fa-bab0-4905-9245-430987aa17b9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "302345e5-a1ef-4794-a748-59ce7f350588", "resourceInvariantUUID": "5fa716c3-381c-4c35-ae28-0528e084759e", "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": "MjEyNjhhYjY1NDE3ODY4MThlY2JmODdhNTdiYjllMjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1aaf140-075b-44e9-ad2e-cf7eaa0513dc", "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": "a879d942-de7d-463a-8d68-b16f98f2dd8a", "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": "56e96bb7-cafc-43b8-96c3-17e4a36e45b8", "generatedFromUUID": "a879d942-de7d-463a-8d68-b16f98f2dd8a" }, "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": "56e96bb7-cafc-43b8-96c3-17e4a36e45b8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Y2IyNDQwNzBkODg1NDIzZDQyYjU4MjhhNWQwYTA4Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8dd01a0-2520-4ac9-b264-4542ed0de5b5" } ], "workloadContext": "Production" } 2021-05-02T01:23:25.202Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:23:25.202Z|fbc97bcd-e8ac-4cc2-9673-d068e245b34c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d105586-8772-448a-853f-198c847a0cee ASDC 2021-05-02T01:23:25.203Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:536e6cc9-e06c-41ba-8f62-d020b51d0602 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:8d105586-8772-448a-853f-198c847a0cee ServiceInvariantUUID:d1900ec4-c072-4bbe-ad5c-f5274153c3c8 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:b8dd01a0-2520-4ac9-b264-4542ed0de5b5 ArtifactChecksum:Y2IyNDQwNzBkODg1NDIzZDQyYjU4MjhhNWQwYTA4Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:66e730fa-bab0-4905-9245-430987aa17b9 ResourceInvariantUUID:5fa716c3-381c-4c35-ae28-0528e084759e ResourceName:basicclamp ResourceType:VF ResourceUUID:302345e5-a1ef-4794-a748-59ce7f350588 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:b1aaf140-075b-44e9-ad2e-cf7eaa0513dc ArtifactChecksum:MjEyNjhhYjY1NDE3ODY4MThlY2JmODdhNTdiYjllMjE= 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:a879d942-de7d-463a-8d68-b16f98f2dd8a 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:56e96bb7-cafc-43b8-96c3-17e4a36e45b8 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:56e96bb7-cafc-43b8-96c3-17e4a36e45b8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T01:23:25.203Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d105586-8772-448a-853f-198c847a0cee ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:23:25.222Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:23:25.223Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:23:25.223Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:23:25.223Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b8dd01a0-2520-4ac9-b264-4542ed0de5b5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-02T01:23:25.223Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:23:25.224Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-02T01:23:25.379Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:23:25.382Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b8dd01a0-2520-4ac9-b264-4542ed0de5b5 76822 2021-05-02T01:23:25.382Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-02T01:23:25.382Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-02T01:23:25.382Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:23:25.382Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:25.384Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:25.384Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918605382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:23:25.484Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:25.485Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:25.485Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:25.493Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:25.493Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:26.384Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:23:26.385Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:23:26.386Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b8dd01a0-2520-4ac9-b264-4542ed0de5b5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:26.386Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-02T01:23:26.386Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:26.386Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:26.509Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15615587659536791458/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-02T01:23:27.404Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:23:27.404Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:23:27.404Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.404Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T01:23:27.404Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.404Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-02T01:23:27.405Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:23:27.406Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.406Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.406Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:27.406Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:23:27.406Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:23:27.407Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.407Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.407Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:27.407Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:23:27.407Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:23:27.407Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.408Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.408Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.408Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-02T01:23:27.408Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-02T01:23:27.408Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-02T01:23:27.408Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:27.409Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:23:27.410Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.410Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:27.410Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:23:27.410Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.411Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:27.411Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:23:27.411Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.411Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-02T01:23:27.411Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T01:23:27.411Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55d76cfb-8357-4260-bfc1-8fd1cd41dd79 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.412Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.413Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:27.413Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:27.413Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:8d105586-8772-448a-853f-198c847a0cee Model Version:NULL Model InvariantUuid:d1900ec4-c072-4bbe-ad5c-f5274153c3c8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:17c4c0f2-530c-48cf-904f-3dee868a4fcf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5fa716c3-381c-4c35-ae28-0528e084759e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66e730fa-bab0-4905-9245-430987aa17b9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3251e9cf-bda6-48b5-9cac-d96986e0eaaf ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:909df78e-546f-43c8-af75-17de3094d172 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55d76cfb-8357-4260-bfc1-8fd1cd41dd79 ModelInvariantUuid:fe4d9b3b-a704-4f4b-ab23-8c0a0f752186 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:cb58db34-15bc-4856-8a47-67bf7ddad97e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e77c0fc3-538c-4413-ab25-ad8e09cb7923 ModelInvariantUuid:e3898830-ff2b-4420-bc44-2903f3520918 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:bb3348ea-a4ac-4a04-847d-aa5151adfe42 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:23:27.417Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 302345e5-a1ef-4794-a748-59ce7f350588 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:23:27.419Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||basicclamp 0 2021-05-02T01:23:27.419Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 302345e5-a1ef-4794-a748-59ce7f350588 2021-05-02T01:23:27.419Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b1aaf140-075b-44e9-ad2e-cf7eaa0513dc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-02T01:23:27.419Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:23:27.420Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-02T01:23:27.565Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:23:27.565Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b1aaf140-075b-44e9-ad2e-cf7eaa0513dc 790 2021-05-02T01:23:27.565Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-02T01:23:27.566Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-02T01:23:27.566Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:23:27.566Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:27.567Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:27.567Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918607565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:23:27.667Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:27.668Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:27.668Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:27.676Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:27.676Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:28.568Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3251e9cf-bda6-48b5-9cac-d96986e0eaaf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "909df78e-546f-43c8-af75-17de3094d172", "vfModuleModelCustomizationUUID": "c2e3fd56-ecb6-4f4f-b494-9c9e8d914c80", "isBase": true, "artifacts": [ "a879d942-de7d-463a-8d68-b16f98f2dd8a", "56e96bb7-cafc-43b8-96c3-17e4a36e45b8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:23:28.571Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:909df78e-546f-43c8-af75-17de3094d172 VfModuleModelInvariantUUID:3251e9cf-bda6-48b5-9cac-d96986e0eaaf VfModuleModelDescription:NULL Artifacts UUID List:{ a879d942-de7d-463a-8d68-b16f98f2dd8a , 56e96bb7-cafc-43b8-96c3-17e4a36e45b8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:23:28.572Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3251e9cf-bda6-48b5-9cac-d96986e0eaaf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "909df78e-546f-43c8-af75-17de3094d172", "vfModuleModelCustomizationUUID": "c2e3fd56-ecb6-4f4f-b494-9c9e8d914c80", "isBase": true, "artifacts": [ "a879d942-de7d-463a-8d68-b16f98f2dd8a", "56e96bb7-cafc-43b8-96c3-17e4a36e45b8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:23:28.573Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:909df78e-546f-43c8-af75-17de3094d172 VfModuleModelInvariantUUID:3251e9cf-bda6-48b5-9cac-d96986e0eaaf VfModuleModelDescription:NULL Artifacts UUID List:{ a879d942-de7d-463a-8d68-b16f98f2dd8a , 56e96bb7-cafc-43b8-96c3-17e4a36e45b8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:23:28.573Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a879d942-de7d-463a-8d68-b16f98f2dd8a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-02T01:23:28.573Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:23:28.573Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-02T01:23:28.728Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:23:28.728Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a879d942-de7d-463a-8d68-b16f98f2dd8a 5033 2021-05-02T01:23:28.728Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-02T01:23:28.728Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-02T01:23:28.728Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:23:28.729Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:28.730Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:28.730Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918608728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:23:28.831Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:28.831Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:28.831Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:28.839Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:28.839Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:29.731Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56e96bb7-cafc-43b8-96c3-17e4a36e45b8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-02T01:23:29.732Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:23:29.732Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-02T01:23:30.345Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:23:30.346Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 56e96bb7-cafc-43b8-96c3-17e4a36e45b8 909 2021-05-02T01:23:30.346Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-02T01:23:30.346Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-02T01:23:30.346Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:23:30.346Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:30.348Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:30.348Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918610346, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:23:30.448Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:30.449Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:30.449Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:30.457Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:30.457Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:31.350Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d105586-8772-448a-853f-198c847a0cee 2021-05-02T01:23:31.350Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 302345e5-a1ef-4794-a748-59ce7f350588 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:23:31.358Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.359Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.359Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-02T01:23:31.359Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 66e730fa-bab0-4905-9245-430987aa17b9 2021-05-02T01:23:31.359Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66e730fa-bab0-4905-9245-430987aa17b9 matches Tosca VF Customization UUID: 66e730fa-bab0-4905-9245-430987aa17b9 2021-05-02T01:23:31.359Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 66e730fa-bab0-4905-9245-430987aa17b9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-02T01:23:31.360Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.360Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.361Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 66e730fa-bab0-4905-9245-430987aa17b9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-02T01:23:31.361Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f84c367 2021-05-02T01:23:31.361Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.361Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:23:31.361Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2e3fd56-ecb6-4f4f-b494-9c9e8d914c80 2021-05-02T01:23:31.362Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2e3fd56-ecb6-4f4f-b494-9c9e8d914c80 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-02T01:23:31.363Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.363Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:31.363Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:23:31.363Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.363Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:31.364Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:23:31.364Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.364Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-02T01:23:31.364Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-02T01:23:31.364Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-02T01:23:31.364Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55d76cfb-8357-4260-bfc1-8fd1cd41dd79 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:23:31.365Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.366Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:31.366Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:23:31.366Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.366Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-02T01:23:31.366Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=66e730fa-bab0-4905-9245-430987aa17b9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:23:31.367Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.367Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d105586-8772-448a-853f-198c847a0cee: basicclamp 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.368Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.369Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:23:31.369Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:23:31.369Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:23:31.420Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 302345e5-a1ef-4794-a748-59ce7f350588 1 ASDC deployResourceStructure 2021-05-02T01:23:31.420Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-02T01:23:31.420Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-02T01:23:31.420Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:23:31.421Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:31.422Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:31.422Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918611420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:23:31.522Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:31.523Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:31.523Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:31.530Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:31.531Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:32.423Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-02T01:23:32.424Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-02T01:23:32.424Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:23:32.424Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:32.425Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:32.426Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918612423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:23:32.526Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:32.526Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:32.526Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:32.535Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:32.536Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:33.427Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-02T01:23:33.427Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-02T01:23:33.427Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:23:33.427Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:33.429Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:33.429Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918613426, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T01:23:33.529Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:33.530Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:33.530Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:33.538Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:33.538Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:23:34.430Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-02T01:23:34.430Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-02T01:23:34.430Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:23:34.431Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:23:34.433Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:23:34.433Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918614430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:23:34.533Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:23:34.533Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:23:34.534Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:34.541Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:34.542Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:23:35.433Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 536e6cc9-e06c-41ba-8f62-d020b51d0602 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:23:35.440Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 536e6cc9-e06c-41ba-8f62-d020b51d0602 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:23:35.442Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:23:35.446Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:23:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:23:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:23:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:23:40.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:23:40.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:23:40.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:23:40.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:05.446Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 536e6cc9-e06c-41ba-8f62-d020b51d0602 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:24:05.449Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 536e6cc9-e06c-41ba-8f62-d020b51d0602 and serviceModelVersionId: 8d105586-8772-448a-853f-198c847a0cee 2021-05-02T01:24:05.449Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1900ec4-c072-4bbe-ad5c-f5274153c3c8 2021-05-02T01:24:05.450Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0 2021-05-02T01:24:05.453Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:24:05.479Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0|INFO|500||Invoke 2021-05-02T01:24:05.479Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[536e6cc9-e06c-41ba-8f62-d020b51d0602], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b43b9d2-0df2-40d8-b569-02df6df5ffc4], X-ECOMP-RequestID=[536e6cc9-e06c-41ba-8f62-d020b51d0602], X-TransactionId=[], X-ONAP-RequestID=[536e6cc9-e06c-41ba-8f62-d020b51d0602], Content-Type=[application/merge-patch+json]} 2021-05-02T01:24:05.493Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:24:05.593Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?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/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210502-01:24:05:497-49780], vertex-id=[213216], Content-Length=[0], Date=[Sun, 02 May 2021 01:24:05 GMT], Content-Type=[application/json]} 2021-05-02T01:24:05.593Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:24:05.594Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1900ec4-c072-4bbe-ad5c-f5274153c3c8/model-vers/model-ver/8d105586-8772-448a-853f-198c847a0cee?depth=0|INFO|500||InvokeReturn 2021-05-02T01:24:05.594Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:24:05.594Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:24:05.597Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:24:05.597Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 536e6cc9-e06c-41ba-8f62-d020b51d0602 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:24:05.597Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:24:05.597Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:05.598Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:05.599Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918645597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:24:05.699Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:05.699Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:05.699Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:05.710Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:05.711Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:24:06.606Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:24:06.606Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b7f528a-c712-4573-89e8-54441d2ee712","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8f26424c-bea7-40e2-9d42-727519626bbf","serviceDescription":"service","serviceInvariantUUID":"a8c35be9-08b5-4b21-88fd-68404c259caa","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01c3db22-e502-48b5-af13-9e858dcd8b66","resourceInvariantUUID":"a1c0d6ff-5c4b-46c2-ab5f-d9389d7b1447","resourceCustomizationUUID":"7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39","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":"ZmE2NTYzZGZkYjI1NTRlMmQ2MWExZjNkNWY0ZThmMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"405bba4a-fcb2-4eb4-95fd-0e279e260fa7","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":"NWZmYjQxMWQ3YjZkNDVkZjQ2OGQ2NDQzZTZmYWVjMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"948a6cc1-b4a8-4e59-9fda-eb4ea2f0cb26","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":"b04ed3a0-0095-45c1-94cc-cc2e7bc41599","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":"bf802bcf-8d22-4b89-b4d2-60e77eaa51da","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":"113914dd-94dc-4964-a99e-029b67a39489","artifactVersion":"2","generatedFromUUID":"b04ed3a0-0095-45c1-94cc-cc2e7bc41599"},{"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":"ZjY3MzhiMzk3NjYxYjQ5NzQ3MzBjMDQ5YzFkMjhhYzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"37a5ac63-9831-45d1-b1e7-c06215c805ab","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":"YWQyZDJjNTZkNzI0OTBmZThhNGU4NGYzNzk1OTQ2NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0df90cc6-2f31-4f17-a60a-7d33ef104f38","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDhlYjE1ZTUzMDAxZmVkMjU3NzBmYjNlZTgzYjg1MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15f64a19-2054-412a-9a62-e3c78cfca04a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:24:06.607Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:06.607Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:06.608Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:06.608Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:06.708Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:06.709Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:06.709Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:06.716Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:06.717Z||pool-84-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:07.608Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:07.609Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:07.610Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:07.610Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:24:07.711Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:07.711Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:07.712Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:07.719Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:07.719Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:08.611Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:08.612Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:08.613Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:08.614Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:24:08.714Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:08.714Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:08.714Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:08.722Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:08.723Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:09.614Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:09.615Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:09.616Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:09.616Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:09.716Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:09.717Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:09.717Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:09.724Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:09.724Z||pool-87-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:10.617Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:10.617Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:10.619Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:10.619Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:24:10.719Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:10.719Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:10.720Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:10.727Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:10.727Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:11.619Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:11.620Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:11.621Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:11.621Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:11.721Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:11.723Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:11.723Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:11.730Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:11.731Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:24:12.622Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:12.622Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:12.624Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:12.624Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:12.725Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:24:12.726Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:12.726Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:12.733Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:12.733Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:13.625Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:24:13.626Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:13.627Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:13.628Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:13.728Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:13.728Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:13.729Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:13.736Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:13.736Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:14.629Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "8f26424c-bea7-40e2-9d42-727519626bbf", "serviceDescription": "service", "serviceInvariantUUID": "a8c35be9-08b5-4b21-88fd-68404c259caa", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "01c3db22-e502-48b5-af13-9e858dcd8b66", "resourceInvariantUUID": "a1c0d6ff-5c4b-46c2-ab5f-d9389d7b1447", "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": "NWZmYjQxMWQ3YjZkNDVkZjQ2OGQ2NDQzZTZmYWVjMjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "948a6cc1-b4a8-4e59-9fda-eb4ea2f0cb26", "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": "b04ed3a0-0095-45c1-94cc-cc2e7bc41599", "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": "113914dd-94dc-4964-a99e-029b67a39489", "generatedFromUUID": "b04ed3a0-0095-45c1-94cc-cc2e7bc41599" }, "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": "113914dd-94dc-4964-a99e-029b67a39489", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NDhlYjE1ZTUzMDAxZmVkMjU3NzBmYjNlZTgzYjg1MjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15f64a19-2054-412a-9a62-e3c78cfca04a" } ], "workloadContext": "Production" } 2021-05-02T01:24:14.629Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:24:14.629Z|536e6cc9-e06c-41ba-8f62-d020b51d0602|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f26424c-bea7-40e2-9d42-727519626bbf ASDC 2021-05-02T01:24:14.630Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6b7f528a-c712-4573-89e8-54441d2ee712 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:8f26424c-bea7-40e2-9d42-727519626bbf ServiceInvariantUUID:a8c35be9-08b5-4b21-88fd-68404c259caa 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:15f64a19-2054-412a-9a62-e3c78cfca04a ArtifactChecksum:NDhlYjE1ZTUzMDAxZmVkMjU3NzBmYjNlZTgzYjg1MjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 ResourceInvariantUUID:a1c0d6ff-5c4b-46c2-ab5f-d9389d7b1447 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:01c3db22-e502-48b5-af13-9e858dcd8b66 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:948a6cc1-b4a8-4e59-9fda-eb4ea2f0cb26 ArtifactChecksum:NWZmYjQxMWQ3YjZkNDVkZjQ2OGQ2NDQzZTZmYWVjMjE= 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:b04ed3a0-0095-45c1-94cc-cc2e7bc41599 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:113914dd-94dc-4964-a99e-029b67a39489 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:113914dd-94dc-4964-a99e-029b67a39489 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T01:24:14.630Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f26424c-bea7-40e2-9d42-727519626bbf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:24:14.650Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:24:14.651Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:24:14.651Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:24:14.651Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 15f64a19-2054-412a-9a62-e3c78cfca04a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-02T01:24:14.651Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:24:14.651Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-02T01:24:16.674Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:24:16.677Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 15f64a19-2054-412a-9a62-e3c78cfca04a 82039 2021-05-02T01:24:16.677Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-02T01:24:16.677Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-02T01:24:16.677Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:24:16.677Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:16.679Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:16.679Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918656677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:16.780Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:24:16.781Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:16.781Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:16.789Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:16.789Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:17.680Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:24:17.681Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:24:17.681Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 15f64a19-2054-412a-9a62-e3c78cfca04a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:17.681Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-02T01:24:17.682Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:17.682Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:17.798Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13396013178925451776/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-02T01:24:18.621Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:24:18.621Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:24:18.621Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.622Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:24:18.623Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-02T01:24:18.624Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:18.625Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2aa442d7-0bcf-4e73-9e07-293e7af3c847 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.626Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:18.627Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:8f26424c-bea7-40e2-9d42-727519626bbf Model Version:NULL Model InvariantUuid:a8c35be9-08b5-4b21-88fd-68404c259caa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:078d24e3-fa0a-4fe3-b332-6c7a4c3e2de3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a1c0d6ff-5c4b-46c2-ab5f-d9389d7b1447 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:182c79b2-56fd-4b0b-bdd4-2332241454c7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:db8d9c87-405b-42aa-a27a-52a120d8bb7e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2aa442d7-0bcf-4e73-9e07-293e7af3c847 ModelInvariantUuid:3713d5f0-134b-4f36-9f88-ff34e832ef45 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:c3efb992-4f0d-4b58-8d90-f16cbba5e073 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:6cfc2dde-88c0-4707-ab5b-32681e03bddf ModelInvariantUuid:5d6a3028-7fa9-4710-a188-870bae139973 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:8219b6ff-bcf6-476e-a88c-cc3e280c703b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:24:18.631Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 01c3db22-e502-48b5-af13-9e858dcd8b66 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:24:18.632Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2021-05-02T01:24:18.632Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01c3db22-e502-48b5-af13-9e858dcd8b66 2021-05-02T01:24:18.632Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 948a6cc1-b4a8-4e59-9fda-eb4ea2f0cb26 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-02T01:24:18.632Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:24:18.633Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-02T01:24:22.985Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:24:22.985Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 948a6cc1-b4a8-4e59-9fda-eb4ea2f0cb26 792 2021-05-02T01:24:22.985Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-02T01:24:22.985Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-02T01:24:22.986Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:24:22.986Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:22.987Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:22.987Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918662985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:23.087Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:23.088Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:23.088Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:23.097Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:23.098Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:23.988Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "182c79b2-56fd-4b0b-bdd4-2332241454c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db8d9c87-405b-42aa-a27a-52a120d8bb7e", "vfModuleModelCustomizationUUID": "be5984a9-5a11-441e-a844-77c444301da2", "isBase": true, "artifacts": [ "b04ed3a0-0095-45c1-94cc-cc2e7bc41599", "113914dd-94dc-4964-a99e-029b67a39489" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:24:23.991Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db8d9c87-405b-42aa-a27a-52a120d8bb7e VfModuleModelInvariantUUID:182c79b2-56fd-4b0b-bdd4-2332241454c7 VfModuleModelDescription:NULL Artifacts UUID List:{ b04ed3a0-0095-45c1-94cc-cc2e7bc41599 , 113914dd-94dc-4964-a99e-029b67a39489 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:24:23.993Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "182c79b2-56fd-4b0b-bdd4-2332241454c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db8d9c87-405b-42aa-a27a-52a120d8bb7e", "vfModuleModelCustomizationUUID": "be5984a9-5a11-441e-a844-77c444301da2", "isBase": true, "artifacts": [ "b04ed3a0-0095-45c1-94cc-cc2e7bc41599", "113914dd-94dc-4964-a99e-029b67a39489" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:24:23.993Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db8d9c87-405b-42aa-a27a-52a120d8bb7e VfModuleModelInvariantUUID:182c79b2-56fd-4b0b-bdd4-2332241454c7 VfModuleModelDescription:NULL Artifacts UUID List:{ b04ed3a0-0095-45c1-94cc-cc2e7bc41599 , 113914dd-94dc-4964-a99e-029b67a39489 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:24:23.993Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b04ed3a0-0095-45c1-94cc-cc2e7bc41599 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-02T01:24:23.994Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:24:23.994Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-02T01:24:24.310Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:24:24.311Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b04ed3a0-0095-45c1-94cc-cc2e7bc41599 5033 2021-05-02T01:24:24.311Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-02T01:24:24.311Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-02T01:24:24.312Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:24:24.312Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:24.314Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:24.314Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918664311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:24.414Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:24.415Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:24.415Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:24.423Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:24.423Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:25.314Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 113914dd-94dc-4964-a99e-029b67a39489 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-02T01:24:25.315Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:24:25.315Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-02T01:24:25.466Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:24:25.466Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 113914dd-94dc-4964-a99e-029b67a39489 903 2021-05-02T01:24:25.466Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-02T01:24:25.467Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-02T01:24:25.467Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:24:25.467Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:25.470Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:25.470Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918665466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:25.570Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:25.570Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:25.571Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:25.578Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:25.578Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:26.470Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f26424c-bea7-40e2-9d42-727519626bbf 2021-05-02T01:24:26.471Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 01c3db22-e502-48b5-af13-9e858dcd8b66 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:24:26.480Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.480Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.481Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-02T01:24:26.481Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 2021-05-02T01:24:26.481Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 matches Tosca VF Customization UUID: 7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 2021-05-02T01:24:26.481Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-02T01:24:26.482Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.482Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.483Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-02T01:24:26.483Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18715833 2021-05-02T01:24:26.483Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.483Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:24:26.483Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be5984a9-5a11-441e-a844-77c444301da2 2021-05-02T01:24:26.484Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be5984a9-5a11-441e-a844-77c444301da2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-02T01:24:26.485Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.485Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:26.485Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:24:26.485Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-02T01:24:26.486Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2aa442d7-0bcf-4e73-9e07-293e7af3c847 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:24:26.488Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.488Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:26.488Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:24:26.488Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.488Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-02T01:24:26.489Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7bb18aa1-4da6-4548-bdfd-fc3b7f73ab39 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f26424c-bea7-40e2-9d42-727519626bbf: basic_vm_macro 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.490Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:24:26.491Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:24:26.550Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 01c3db22-e502-48b5-af13-9e858dcd8b66 1 ASDC deployResourceStructure 2021-05-02T01:24:26.550Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-02T01:24:26.550Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-02T01:24:26.550Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:24:26.550Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:26.552Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:26.552Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918666550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:24:26.652Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:26.653Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:26.653Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:26.662Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:26.662Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:27.553Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-02T01:24:27.553Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-02T01:24:27.553Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:24:27.553Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:27.555Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:27.555Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918667553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:24:27.655Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:27.656Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:27.656Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:27.664Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:27.664Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:28.556Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-02T01:24:28.556Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-02T01:24:28.557Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:24:28.557Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:28.559Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:28.559Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918668556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T01:24:28.659Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:28.660Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:28.660Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:28.668Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:28.668Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:29.560Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-02T01:24:29.561Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-02T01:24:29.561Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:24:29.561Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:24:29.562Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:24:29.562Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918669560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:24:29.663Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:24:29.663Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:24:29.664Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:29.671Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:29.672Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:24:30.563Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b7f528a-c712-4573-89e8-54441d2ee712 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:24:30.569Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b7f528a-c712-4573-89e8-54441d2ee712 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:24:30.570Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:24:30.571Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:24:30.571Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:24:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:24:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:24:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:24:40.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:24:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918490614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918498321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "ves-openapi-manager", "timestamp": 1619918492163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "dcae-sch", "timestamp": 1619918491848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918507243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918507254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918508397, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918501272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918501585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918501998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918509663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918510358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918510667, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.907Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.907Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:24:40.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918511179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918511670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918512182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "cds", "timestamp": 1619918512499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.916Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.916Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:24:40.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:24:40.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "policy-id", "timestamp": 1619918513184, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.923Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:24:40.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918514968, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918507710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918507904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "aai-ml", "timestamp": 1619918515971, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.930Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918519334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918519737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918522358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918523435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918515873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918523537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918523778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918524544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.940Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.940Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:24:40.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918524697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:24:40.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918524792, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.947Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918525486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-windriver-id", "timestamp": 1619918525546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "multicloud-k8s-id", "timestamp": 1619918525795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "clamp", "timestamp": 1619918526489, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.954Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.954Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:24:40.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918526704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:24:40.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:24:40.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:24:40.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918527707, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:24:40.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b7f528a-c712-4573-89e8-54441d2ee712 2021-05-02T01:24:40.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f528a-c712-4573-89e8-54441d2ee712 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:25:00.571Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b7f528a-c712-4573-89e8-54441d2ee712 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:25:00.577Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b7f528a-c712-4573-89e8-54441d2ee712 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:25:00.578Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:25:00.579Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:25:00.582Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:25:30.582Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b7f528a-c712-4573-89e8-54441d2ee712 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:25:30.586Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b7f528a-c712-4573-89e8-54441d2ee712 and serviceModelVersionId: 8f26424c-bea7-40e2-9d42-727519626bbf 2021-05-02T01:25:30.586Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8c35be9-08b5-4b21-88fd-68404c259caa 2021-05-02T01:25:30.586Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0 2021-05-02T01:25:30.589Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:25:30.618Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0|INFO|500||Invoke 2021-05-02T01:25:30.618Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b7f528a-c712-4573-89e8-54441d2ee712], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f825c030-466d-489f-a313-5bc2ebf4a057], X-ECOMP-RequestID=[6b7f528a-c712-4573-89e8-54441d2ee712], X-TransactionId=[], X-ONAP-RequestID=[6b7f528a-c712-4573-89e8-54441d2ee712], Content-Type=[application/merge-patch+json]} 2021-05-02T01:25:30.633Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:25:30.764Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?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/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-01:25:30:637-91213], vertex-id=[225424], Content-Length=[0], Date=[Sun, 02 May 2021 01:25:30 GMT], Content-Type=[application/json]} 2021-05-02T01:25:30.765Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:25:30.765Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8c35be9-08b5-4b21-88fd-68404c259caa/model-vers/model-ver/8f26424c-bea7-40e2-9d42-727519626bbf?depth=0|INFO|500||InvokeReturn 2021-05-02T01:25:30.766Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:25:30.766Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:25:30.770Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:25:30.770Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b7f528a-c712-4573-89e8-54441d2ee712 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:25:30.770Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:25:30.771Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:30.772Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:30.772Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918730770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:25:30.872Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:30.873Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:30.873Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:30.883Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:30.883Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:25:31.779Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:25:31.780Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:25:31.780Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:36.059Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:36.060Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:25:36.060Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c505ba51-231f-4cd2-8199-6ba2cf2959af","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cee5ac9e-d956-4824-8a59-c76a264d95de","serviceDescription":"service","serviceInvariantUUID":"e1f0034f-f8b2-451c-9a96-2e709c965b71","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76419261-7dad-459a-910e-21adb28f388d","resourceInvariantUUID":"3d2f6b9f-2643-44c3-9b68-dfbf4a79f919","resourceCustomizationUUID":"46110534-3d9a-4051-a817-e45d4510bb52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MjlhZGI0Y2MxODIxYjI3MGJhYTVjZTFjYzhiOTE1MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d371e2-abb8-460a-be74-6a16f45db0e6","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"935feb24-1e34-4f53-8729-f1c50f9ca510","artifactVersion":"2","generatedFromUUID":"c44660e1-30cf-4f80-b14f-7372651323e9"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c44660e1-30cf-4f80-b14f-7372651323e9","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODZiODFhOTMzZmM2MTEzZWY5ZGFjNTRkZjA5NTlhYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c2af07d-99c8-4bde-adf9-5bd8bd916881","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"671e6c72-1cb2-42db-9db1-e055660fb29d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd926691-7b90-4d9e-891c-ef354196946b","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb89b641-9750-4338-a6b3-7c7f23282f4c","artifactVersion":"2","generatedFromUUID":"671e6c72-1cb2-42db-9db1-e055660fb29d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDU0YTkwZDk0N2FmMDgwZjIyNDNkZjI4NjMwNDE4ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2db8e5e3-756b-4283-878a-8400b65f7191","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjI3Y2Y0YWNhODhiNTMwYmU5OTVhYWIzNzI5YmQ2Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"064c1339-1627-4677-aee5-2473b90e4596","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:25:36.061Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:36.061Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:36.063Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:36.063Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:36.163Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:36.164Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:36.164Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:36.171Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:36.172Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:37.063Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:37.064Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:37.065Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:37.065Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T01:25:37.165Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:37.166Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:37.166Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:37.175Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:37.176Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:38.066Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:38.066Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:38.068Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:38.068Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T01:25:38.168Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:38.168Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:38.168Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:38.176Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:38.176Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:39.068Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:39.069Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:39.070Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:39.070Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:25:39.170Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:39.171Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:39.171Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:39.178Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:39.179Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:25:40.071Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:40.072Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:40.073Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:40.073Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T01:25:40.173Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:40.174Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:40.174Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:40.181Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:40.181Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:25:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:25:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:40.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc97bcd-e8ac-4cc2-9673-d068e245b34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918591865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918605382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918607565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918608728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918610346, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918611420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918612423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918613426, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918614430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:25:40.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:25:41.074Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:41.074Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:41.076Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:41.076Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:41.176Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:41.176Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:41.176Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:41.183Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:41.184Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:42.076Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:42.077Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:42.078Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:42.078Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T01:25:42.178Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:42.179Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:42.179Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:42.186Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:42.187Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:25:43.079Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:43.080Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:43.081Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:43.081Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:25:43.181Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:43.182Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:43.182Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:43.190Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:43.191Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:44.081Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:25:44.082Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:44.083Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:44.083Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:25:44.183Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:44.184Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:44.184Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:44.191Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:44.191Z||pool-109-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:45.084Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cee5ac9e-d956-4824-8a59-c76a264d95de", "serviceDescription": "service", "serviceInvariantUUID": "e1f0034f-f8b2-451c-9a96-2e709c965b71", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "46110534-3d9a-4051-a817-e45d4510bb52", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "76419261-7dad-459a-910e-21adb28f388d", "resourceInvariantUUID": "3d2f6b9f-2643-44c3-9b68-dfbf4a79f919", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "935feb24-1e34-4f53-8729-f1c50f9ca510", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c44660e1-30cf-4f80-b14f-7372651323e9", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ODZiODFhOTMzZmM2MTEzZWY5ZGFjNTRkZjA5NTlhYWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c2af07d-99c8-4bde-adf9-5bd8bd916881", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "671e6c72-1cb2-42db-9db1-e055660fb29d", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cb89b641-9750-4338-a6b3-7c7f23282f4c", "generatedFromUUID": "671e6c72-1cb2-42db-9db1-e055660fb29d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cb89b641-9750-4338-a6b3-7c7f23282f4c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjI3Y2Y0YWNhODhiNTMwYmU5OTVhYWIzNzI5YmQ2Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "064c1339-1627-4677-aee5-2473b90e4596" } ], "workloadContext": "Production" } 2021-05-02T01:25:45.084Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:25:45.084Z|6b7f528a-c712-4573-89e8-54441d2ee712|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cee5ac9e-d956-4824-8a59-c76a264d95de ASDC 2021-05-02T01:25:45.085Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c505ba51-231f-4cd2-8199-6ba2cf2959af ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cee5ac9e-d956-4824-8a59-c76a264d95de ServiceInvariantUUID:e1f0034f-f8b2-451c-9a96-2e709c965b71 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:064c1339-1627-4677-aee5-2473b90e4596 ArtifactChecksum:MjI3Y2Y0YWNhODhiNTMwYmU5OTVhYWIzNzI5YmQ2Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:46110534-3d9a-4051-a817-e45d4510bb52 ResourceInvariantUUID:3d2f6b9f-2643-44c3-9b68-dfbf4a79f919 ResourceName:basic_cnf ResourceType:VF ResourceUUID:76419261-7dad-459a-910e-21adb28f388d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:935feb24-1e34-4f53-8729-f1c50f9ca510 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:c44660e1-30cf-4f80-b14f-7372651323e9 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:7c2af07d-99c8-4bde-adf9-5bd8bd916881 ArtifactChecksum:ODZiODFhOTMzZmM2MTEzZWY5ZGFjNTRkZjA5NTlhYWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:671e6c72-1cb2-42db-9db1-e055660fb29d ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:cb89b641-9750-4338-a6b3-7c7f23282f4c ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:cb89b641-9750-4338-a6b3-7c7f23282f4c ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-02T01:25:45.085Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cee5ac9e-d956-4824-8a59-c76a264d95de ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:25:45.105Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:25:45.105Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:25:45.105Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:25:45.106Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 064c1339-1627-4677-aee5-2473b90e4596 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T01:25:45.106Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:25:45.106Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T01:25:45.348Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:25:45.351Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 064c1339-1627-4677-aee5-2473b90e4596 71165 2021-05-02T01:25:45.351Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-02T01:25:45.351Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T01:25:45.351Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:25:45.351Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:45.353Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:45.353Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918745351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:45.453Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:45.454Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:45.454Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:45.461Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:45.461Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:46.353Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:25:46.354Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:25:46.354Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 064c1339-1627-4677-aee5-2473b90e4596, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:46.354Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-02T01:25:46.355Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:46.355Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:46.454Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16328253268635193966/Definitions/service-BasicCnf-template.yml 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:47.240Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.241Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-02T01:25:47.242Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:25:47.243Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5a619e0a-17fa-4faf-8953-a84438e57249 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.244Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.245Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.245Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.245Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.245Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:47.245Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:47.245Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cee5ac9e-d956-4824-8a59-c76a264d95de Model Version:NULL Model InvariantUuid:e1f0034f-f8b2-451c-9a96-2e709c965b71 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:326bea31-ff37-4b07-ad2f-08a7ea3a9a08 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3d2f6b9f-2643-44c3-9b68-dfbf4a79f919 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:46110534-3d9a-4051-a817-e45d4510bb52 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89802bc3-1b75-4aa0-8346-d6cf81a670a5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:208d7af4-8c0b-4d6c-af66-387615fcad8d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5a619e0a-17fa-4faf-8953-a84438e57249 ModelInvariantUuid:3c4340df-7596-49a8-bf75-e302ebe00a20 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:7536eeb7-ff97-4e5f-9624-d467f43e5503 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cc44b3c9-5466-4e9a-971e-d6e7f1cadb98 ModelInvariantUuid:3461e861-8392-4172-b574-373acd0f17f4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f2336957-b95f-4509-aa64-80909dbdc28d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:25:47.249Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 76419261-7dad-459a-910e-21adb28f388d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:25:47.250Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||basic_cnf 0 2021-05-02T01:25:47.250Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76419261-7dad-459a-910e-21adb28f388d 2021-05-02T01:25:47.250Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 935feb24-1e34-4f53-8729-f1c50f9ca510 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-02T01:25:47.250Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:25:47.250Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-02T01:25:47.398Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:25:47.398Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 935feb24-1e34-4f53-8729-f1c50f9ca510 12 2021-05-02T01:25:47.398Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-02T01:25:47.398Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-02T01:25:47.399Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:25:47.399Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:47.400Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:47.401Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918747398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:47.501Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:47.501Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:47.501Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:47.509Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:47.509Z||pool-111-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:48.401Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c44660e1-30cf-4f80-b14f-7372651323e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-02T01:25:48.402Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:25:48.402Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-02T01:25:48.564Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:25:48.565Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c44660e1-30cf-4f80-b14f-7372651323e9 2688 2021-05-02T01:25:48.565Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-02T01:25:48.565Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-02T01:25:48.565Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:25:48.565Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:48.567Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:48.567Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918748565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:48.667Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:48.667Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:48.668Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:48.676Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:48.677Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:49.568Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7c2af07d-99c8-4bde-adf9-5bd8bd916881 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T01:25:49.568Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:25:49.568Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T01:25:49.950Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:25:49.950Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7c2af07d-99c8-4bde-adf9-5bd8bd916881 828 2021-05-02T01:25:49.950Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-02T01:25:49.951Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T01:25:49.951Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:25:49.951Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:49.952Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:49.952Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918749950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:50.052Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:50.053Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:50.053Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:50.061Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:50.061Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:50.953Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "89802bc3-1b75-4aa0-8346-d6cf81a670a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "208d7af4-8c0b-4d6c-af66-387615fcad8d", "vfModuleModelCustomizationUUID": "0f885622-b90b-4cd2-b0e0-6ceaed50b9dc", "isBase": true, "artifacts": [ "671e6c72-1cb2-42db-9db1-e055660fb29d", "c44660e1-30cf-4f80-b14f-7372651323e9", "cb89b641-9750-4338-a6b3-7c7f23282f4c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:25:50.956Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:208d7af4-8c0b-4d6c-af66-387615fcad8d VfModuleModelInvariantUUID:89802bc3-1b75-4aa0-8346-d6cf81a670a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 671e6c72-1cb2-42db-9db1-e055660fb29d , c44660e1-30cf-4f80-b14f-7372651323e9 , cb89b641-9750-4338-a6b3-7c7f23282f4c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:25:50.957Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "89802bc3-1b75-4aa0-8346-d6cf81a670a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "208d7af4-8c0b-4d6c-af66-387615fcad8d", "vfModuleModelCustomizationUUID": "0f885622-b90b-4cd2-b0e0-6ceaed50b9dc", "isBase": true, "artifacts": [ "671e6c72-1cb2-42db-9db1-e055660fb29d", "c44660e1-30cf-4f80-b14f-7372651323e9", "cb89b641-9750-4338-a6b3-7c7f23282f4c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-02T01:25:50.957Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:208d7af4-8c0b-4d6c-af66-387615fcad8d VfModuleModelInvariantUUID:89802bc3-1b75-4aa0-8346-d6cf81a670a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 671e6c72-1cb2-42db-9db1-e055660fb29d , c44660e1-30cf-4f80-b14f-7372651323e9 , cb89b641-9750-4338-a6b3-7c7f23282f4c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-02T01:25:50.957Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 671e6c72-1cb2-42db-9db1-e055660fb29d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T01:25:50.958Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:25:50.958Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T01:25:52.069Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:25:52.070Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 671e6c72-1cb2-42db-9db1-e055660fb29d 1164 2021-05-02T01:25:52.070Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-02T01:25:52.070Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T01:25:52.070Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:25:52.070Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:52.071Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:52.071Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918752070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:52.172Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:25:52.172Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:52.172Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:52.182Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:52.182Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:53.072Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb89b641-9750-4338-a6b3-7c7f23282f4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T01:25:53.072Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:25:53.072Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T01:25:53.860Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:25:53.860Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cb89b641-9750-4338-a6b3-7c7f23282f4c 200 2021-05-02T01:25:53.860Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-02T01:25:53.860Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T01:25:53.860Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:25:53.860Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:53.862Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:53.862Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918753860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:25:53.962Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:53.963Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:53.963Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:53.970Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:53.970Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:54.863Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cee5ac9e-d956-4824-8a59-c76a264d95de 2021-05-02T01:25:54.863Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 76419261-7dad-459a-910e-21adb28f388d 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-05-02T01:25:54.873Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:25:54.876Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.876Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.876Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-02T01:25:54.877Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 46110534-3d9a-4051-a817-e45d4510bb52 2021-05-02T01:25:54.877Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 46110534-3d9a-4051-a817-e45d4510bb52 matches Tosca VF Customization UUID: 46110534-3d9a-4051-a817-e45d4510bb52 2021-05-02T01:25:54.877Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 46110534-3d9a-4051-a817-e45d4510bb52 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-02T01:25:54.878Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.878Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.879Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 46110534-3d9a-4051-a817-e45d4510bb52: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-05-02T01:25:54.879Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@747af07f 2021-05-02T01:25:54.879Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.879Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-02T01:25:54.879Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f885622-b90b-4cd2-b0e0-6ceaed50b9dc 2021-05-02T01:25:54.879Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f885622-b90b-4cd2-b0e0-6ceaed50b9dc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-02T01:25:54.881Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.881Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:54.881Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:25:54.881Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.881Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:54.882Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:25:54.882Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.882Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-02T01:25:54.882Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-02T01:25:54.882Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5a619e0a-17fa-4faf-8953-a84438e57249 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-02T01:25:54.883Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.884Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:54.884Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-02T01:25:54.884Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.884Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-02T01:25:54.884Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=46110534-3d9a-4051-a817-e45d4510bb52 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:25:54.885Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.885Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cee5ac9e-d956-4824-8a59-c76a264d95de: basic_cnf 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.886Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.887Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.887Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:25:54.887Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:25:54.887Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:25:54.927Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 76419261-7dad-459a-910e-21adb28f388d 1 ASDC deployResourceStructure 2021-05-02T01:25:54.927Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-02T01:25:54.927Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-02T01:25:54.928Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-02T01:25:54.928Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:54.929Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:54.929Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918754927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-02T01:25:55.029Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:55.030Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:55.030Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:55.036Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:55.037Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:55.930Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-02T01:25:55.930Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-02T01:25:55.930Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-02T01:25:55.930Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:55.932Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:55.932Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918755930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-02T01:25:56.032Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:56.033Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:56.033Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:56.041Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:56.041Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:25:56.933Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-02T01:25:56.933Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-02T01:25:56.933Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:25:56.933Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:56.935Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:56.935Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918756932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:25:57.035Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:57.036Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:57.036Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:57.045Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:57.045Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:57.936Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-02T01:25:57.936Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-02T01:25:57.936Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:25:57.937Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:57.938Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:57.938Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918757935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:25:58.039Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:25:58.040Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:58.040Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:58.048Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:58.049Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:58.939Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-02T01:25:58.940Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-02T01:25:58.940Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:25:58.940Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:58.941Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:58.941Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918758939, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-02T01:25:59.042Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:25:59.042Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:25:59.042Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:25:59.050Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:25:59.050Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:25:59.942Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-02T01:25:59.943Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-02T01:25:59.943Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:25:59.943Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:25:59.944Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:25:59.944Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918759942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:26:00.045Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:26:00.045Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:26:00.045Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:26:00.052Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:26:00.053Z||pool-121-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:26:00.945Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:26:00.952Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:26:00.953Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:26:00.953Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:26:00.953Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:26:30.954Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:26:30.960Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:26:30.961Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:26:30.961Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:26:30.961Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:26:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:26:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:26:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:26:40.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:26:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "536e6cc9-e06c-41ba-8f62-d020b51d0602", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918645597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918592874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:26:40.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918656677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918662985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918664311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918665466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918666550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918667553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918668556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918669560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:26:40.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:00.962Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:27:00.967Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:27:00.968Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:27:00.968Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:27:00.968Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:27:30.969Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:27:30.975Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:27:30.976Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:27:30.976Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:27:30.976Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:27:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:27:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:27:40.873Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:27:40.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:27:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:27:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918681585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918674774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918681998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918681272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918694357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918694383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918694571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "cds", "timestamp": 1619918695387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.915Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.915Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:27:40.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918695574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918687712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918687903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "policy-id", "timestamp": 1619918696576, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.926Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.926Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:27:40.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918696983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918698283, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918699296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918700035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "clamp", "timestamp": 1619918700299, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "dcae-sch", "timestamp": 1619918691848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "ves-openapi-manager", "timestamp": 1619918692163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918700963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918702287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918703086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918703657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918704474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918695873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918704550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918704824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918696266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:27:40.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918705478, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.951Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.952Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:27:40.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918705731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918705738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918705992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918706266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:27:40.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918706481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918706753, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:27:40.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918706997, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.966Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-02T01:27:40.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-k8s-id", "timestamp": 1619918707755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918707766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "multicloud-windriver-id", "timestamp": 1619918708000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918708769, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.973Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.973Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:27:40.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918712244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:27:40.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "aai-ml", "timestamp": 1619918713247, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:27:40.982Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c505ba51-231f-4cd2-8199-6ba2cf2959af 2021-05-02T01:27:40.982Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c505ba51-231f-4cd2-8199-6ba2cf2959af and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:27:40.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b7f528a-c712-4573-89e8-54441d2ee712", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918730770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:27:40.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:27:40.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:27:40.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:27:40.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-02T01:27:40.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:28:00.976Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:28:00.983Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:28:00.985Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:28:00.985Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:28:00.985Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:28:00.985Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:28:00.986Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:28:00.989Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:28:30.990Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c505ba51-231f-4cd2-8199-6ba2cf2959af and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:28:30.994Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c505ba51-231f-4cd2-8199-6ba2cf2959af and serviceModelVersionId: cee5ac9e-d956-4824-8a59-c76a264d95de 2021-05-02T01:28:30.994Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1f0034f-f8b2-451c-9a96-2e709c965b71 2021-05-02T01:28:30.994Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0 2021-05-02T01:28:30.997Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:28:31.025Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0|INFO|500||Invoke 2021-05-02T01:28:31.025Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c505ba51-231f-4cd2-8199-6ba2cf2959af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6270df98-14ba-4321-909b-d6db95537ee9], X-ECOMP-RequestID=[c505ba51-231f-4cd2-8199-6ba2cf2959af], X-TransactionId=[], X-ONAP-RequestID=[c505ba51-231f-4cd2-8199-6ba2cf2959af], Content-Type=[application/merge-patch+json]} 2021-05-02T01:28:31.039Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:28:31.360Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?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/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210502-01:28:31:044-89553], vertex-id=[250000], Content-Length=[0], Date=[Sun, 02 May 2021 01:28:31 GMT], Content-Type=[application/json]} 2021-05-02T01:28:31.360Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:28:31.361Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1f0034f-f8b2-451c-9a96-2e709c965b71/model-vers/model-ver/cee5ac9e-d956-4824-8a59-c76a264d95de?depth=0|INFO|500||InvokeReturn 2021-05-02T01:28:31.361Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:28:31.361Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:28:31.364Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:28:31.364Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c505ba51-231f-4cd2-8199-6ba2cf2959af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:28:31.364Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:28:31.364Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:31.366Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:31.366Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918911364, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:28:31.466Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:31.467Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:31.467Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:31.476Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:31.476Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:28:32.374Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:28:32.374Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:28:32.374Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:36.649Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:36.649Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:28:36.649Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"45cbd067-6785-4100-b018-213aba91c750","serviceName":"Demo_pNF_e45WUjVgYRgColwP81qN","serviceVersion":"1.0","serviceUUID":"b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6","serviceDescription":"catalog service description","serviceInvariantUUID":"29738467-1e06-4b1a-8b65-260582b62446","resources":[{"resourceInstanceName":"pNF 2650a338-a3b4 0","resourceName":"pNF 2650a338-a3b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a200c23-f970-4a1a-9e26-d1e18061c11d","resourceInvariantUUID":"e4361f26-e2ee-4052-8e9e-a68032b6c3d2","resourceCustomizationUUID":"36869501-7f27-4e17-a79c-5d3024ab7a05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml","artifactChecksum":"OTliNGU4ZDA1OTA0YzdmZWQ3NGU0MmRhZmE0YjE5YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58cda5ae-d69c-4814-a233-4ba6628eaed4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8edfaec-17cf-4953-a5e3-030f8b4667ea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a81025d2-997f-4ed3-8b4c-9909484a8218","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIwOTU3ZTRkNjZkOWQ3NTFhMzUyM2Y2MjA4M2ZlMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f78fcab1-c647-4580-992a-fe6ebfefa25d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a18d07bc-7f1c-401e-8236-7dd8da983962","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42d76935-9465-4ee8-bb28-14ab59dd095a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE45wujvgyrgcolwp81qn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml","artifactChecksum":"MmM5Njc1M2RiYjY2OTI3MDhlNzUyMmE2NTc5MTM0OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a95cacd9-0a52-4b0e-93ae-fbfce55dda65","artifactVersion":"1"},{"artifactName":"service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar","artifactChecksum":"NGZkNGU2MTE5MzQ2ZDdiMzkxNWRhZjI4ZjEzZGZlOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be6095d9-38db-4216-adc2-040895966bce","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:28:36.651Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:36.651Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:36.652Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:36.653Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:36.753Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:36.753Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:36.754Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:36.762Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:36.762Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:37.653Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:37.654Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:37.655Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:37.655Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:37.755Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:37.756Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:37.756Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:37.765Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:37.766Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:38.655Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:38.656Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:38.658Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:38.658Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:38.758Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:38.759Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:38.759Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:38.768Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:38.768Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:39.658Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:39.659Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:39.660Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:39.660Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:39.760Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:39.761Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:39.761Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:39.781Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:39.781Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:40.661Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:40.661Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:40.663Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:40.663Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:40.763Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:40.764Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:40.764Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:40.771Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:40.772Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:28:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:28:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:40.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:40.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918731779, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918745351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918747398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918748565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918749950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918752070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:40.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918753860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918754927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918755930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918756932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-02T01:28:40.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918757935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918758939, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918759942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:28:40.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:28:41.663Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:41.664Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:41.665Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:41.665Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:41.765Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:41.766Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:41.766Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:41.773Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:41.774Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:42.665Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:42.666Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:42.667Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:42.667Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:28:42.768Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:42.768Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:42.768Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:42.776Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:42.776Z||pool-129-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:43.668Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:28:43.669Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:43.670Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:43.670Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:28:43.770Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:43.771Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:43.771Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:43.779Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:43.779Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:44.672Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "serviceName": "Demo_pNF_e45WUjVgYRgColwP81qN", "serviceVersion": "1.0", "serviceUUID": "b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "29738467-1e06-4b1a-8b65-260582b62446", "resources": [ { "resourceInstanceName": "pNF 2650a338-a3b4 0", "resourceCustomizationUUID": "36869501-7f27-4e17-a79c-5d3024ab7a05", "resourceName": "pNF 2650a338-a3b4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0a200c23-f970-4a1a-9e26-d1e18061c11d", "resourceInvariantUUID": "e4361f26-e2ee-4052-8e9e-a68032b6c3d2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "artifactChecksum": "NGZkNGU2MTE5MzQ2ZDdiMzkxNWRhZjI4ZjEzZGZlOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be6095d9-38db-4216-adc2-040895966bce" } ], "workloadContext": "Production" } 2021-05-02T01:28:44.672Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:28:44.672Z|c505ba51-231f-4cd2-8199-6ba2cf2959af|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 ASDC 2021-05-02T01:28:44.672Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:45cbd067-6785-4100-b018-213aba91c750 ServiceName:Demo_pNF_e45WUjVgYRgColwP81qN ServiceVersion:1.0 ServiceUUID:b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 ServiceInvariantUUID:29738467-1e06-4b1a-8b65-260582b62446 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar ArtifactUUID:be6095d9-38db-4216-adc2-040895966bce ArtifactChecksum:NGZkNGU2MTE5MzQ2ZDdiMzkxNWRhZjI4ZjEzZGZlOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2650a338-a3b4 0 ResourceCustomizationUUID:36869501-7f27-4e17-a79c-5d3024ab7a05 ResourceInvariantUUID:e4361f26-e2ee-4052-8e9e-a68032b6c3d2 ResourceName:pNF 2650a338-a3b4 ResourceType:PNF ResourceUUID:0a200c23-f970-4a1a-9e26-d1e18061c11d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-02T01:28:44.672Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:28:44.690Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:28:44.690Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:28:44.690Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:28:44.690Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be6095d9-38db-4216-adc2-040895966bce from URL: /sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:44.691Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:28:44.691Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:44.843Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:28:44.846Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar be6095d9-38db-4216-adc2-040895966bce 83327 2021-05-02T01:28:44.846Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar ASDC sendASDCNotification 2021-05-02T01:28:44.846Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:44.846Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:28:44.847Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:44.848Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:44.848Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918924846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:28:44.948Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:44.949Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:44.949Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:44.959Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:44.959Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:45.849Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:28:45.850Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:28:45.850Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be6095d9-38db-4216-adc2-040895966bce, URL: /sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar to file: /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:45.850Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:45.851Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:45.851Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:45.935Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15169486061172598547/Definitions/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml 2021-05-02T01:28:46.480Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2650a338-a3b4 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2650a338-a3b4 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-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.481Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Node template pNF 2650a338-a3b4 0 is matching search criteria 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2650a338-a3b4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Node template pNF 2650a338-a3b4 0 is matching search criteria 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2650a338-a3b4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.482Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.483Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_e45WUjVgYRgColwP81qN Description:catalog service description Model UUID:b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 Model Version:NULL Model InvariantUuid:29738467-1e06-4b1a-8b65-260582b62446 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:28:46.487Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a200c23-f970-4a1a-9e26-d1e18061c11d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:28:46.488Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||pNF 2650a338-a3b4 0 2021-05-02T01:28:46.488Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a200c23-f970-4a1a-9e26-d1e18061c11d 2021-05-02T01:28:46.489Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 2021-05-02T01:28:46.489Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 2021-05-02T01:28:46.489Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2650a338-a3b4 0 0a200c23-f970-4a1a-9e26-d1e18061c11d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:28:46.491Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.491Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.491Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6: pNF 2650a338-a3b4 2021-05-02T01:28:46.491Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Processing PNF resource: 0a200c23-f970-4a1a-9e26-d1e18061c11d 2021-05-02T01:28:46.492Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:28:46.492Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_e45WUjVgYRgColwP81qN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:28:46.492Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||Resource customization UUID: 36869501-7f27-4e17-a79c-5d3024ab7a05 is the same as notified resource customizationUUID: 36869501-7f27-4e17-a79c-5d3024ab7a05 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-02T01:28:46.510Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2650a338-a3b4 0a200c23-f970-4a1a-9e26-d1e18061c11d 0 ASDC deployResourceStructure 2021-05-02T01:28:46.510Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar ASDC sendASDCNotification 2021-05-02T01:28:46.510Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar 2021-05-02T01:28:46.510Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:28:46.511Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:28:46.512Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:28:46.512Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918926510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:28:46.612Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:28:46.613Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:28:46.613Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:28:46.621Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:28:46.621Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:28:47.512Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:28:47.518Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:28:47.519Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:28:47.519Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:28:47.519Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:29:17.526Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:29:17.532Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:29:17.533Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:29:17.533Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:29:17.533Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:29:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:29:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:29:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:29:40.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:29:40.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c505ba51-231f-4cd2-8199-6ba2cf2959af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918911364, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-k8s-id", "timestamp": 1619918907904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918906266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918906272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918901998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:29:40.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-windriver-id", "timestamp": 1619918907710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918905873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "dcae-sch", "timestamp": 1619918911848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918912163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:40.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:29:40.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:29:40.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:29:47.533Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:29:47.539Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:29:47.540Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:29:47.540Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:29:47.540Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:30:17.541Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:30:17.546Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:30:17.547Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:30:17.547Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:30:17.548Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:30:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:30:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:30:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:30:41.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:30:41.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918921571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918921792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918921894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918922091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "multicloud-starlingx-id", "timestamp": 1619918914774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:30:41.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "cds", "timestamp": 1619918922796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:41.397Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45cbd067-6785-4100-b018-213aba91c750 2021-05-02T01:30:41.397Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45cbd067-6785-4100-b018-213aba91c750 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918922896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918923291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918912374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918923721, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "policy-id", "timestamp": 1619918923899, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:41.406Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45cbd067-6785-4100-b018-213aba91c750 2021-05-02T01:30:41.407Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45cbd067-6785-4100-b018-213aba91c750 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:30:41.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918924314, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:30:41.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619918924725, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:41.414Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45cbd067-6785-4100-b018-213aba91c750 2021-05-02T01:30:41.414Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45cbd067-6785-4100-b018-213aba91c750 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918924846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918925010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "ves-openapi-manager", "timestamp": 1619918925317, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:41.422Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 45cbd067-6785-4100-b018-213aba91c750 2021-05-02T01:30:41.422Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45cbd067-6785-4100-b018-213aba91c750 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:30:41.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "aai-ml", "timestamp": 1619918926013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:41.429Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45cbd067-6785-4100-b018-213aba91c750 2021-05-02T01:30:41.429Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45cbd067-6785-4100-b018-213aba91c750 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619918926510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/resourceInstances/pnf2650a338a3b40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918921585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918942337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918943349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE45wujvgyrgcolwp81qn/1.0/artifacts/service-DemoPnfE45wujvgyrgcolwp81qn-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-02T01:30:41.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "clamp", "timestamp": 1619918944351, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:41.437Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45cbd067-6785-4100-b018-213aba91c750 2021-05-02T01:30:41.438Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45cbd067-6785-4100-b018-213aba91c750 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:30:47.548Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:30:47.554Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:30:47.555Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:30:47.556Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:30:47.559Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:31:17.559Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45cbd067-6785-4100-b018-213aba91c750 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:31:17.563Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45cbd067-6785-4100-b018-213aba91c750 and serviceModelVersionId: b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6 2021-05-02T01:31:17.563Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29738467-1e06-4b1a-8b65-260582b62446 2021-05-02T01:31:17.563Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29738467-1e06-4b1a-8b65-260582b62446/model-vers/model-ver/b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6?depth=0 2021-05-02T01:31:17.566Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:31:17.591Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29738467-1e06-4b1a-8b65-260582b62446/model-vers/model-ver/b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-02T01:31:17.592Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29738467-1e06-4b1a-8b65-260582b62446/model-vers/model-ver/b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6?depth=0|INFO|500||Invoke 2021-05-02T01:31:17.606Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29738467-1e06-4b1a-8b65-260582b62446/model-vers/model-ver/b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:31:17.990Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29738467-1e06-4b1a-8b65-260582b62446/model-vers/model-ver/b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6?depth=0|INFO|500||InvokeReturn 2021-05-02T01:31:17.991Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29738467-1e06-4b1a-8b65-260582b62446/model-vers/model-ver/b5a166c1-4c80-4a5d-88d6-0e4a38b7d8f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-01:31:17:612-30277], vertex-id=[237800], Content-Length=[0], Date=[Sun, 02 May 2021 01:31:17 GMT], Content-Type=[application/json]} 2021-05-02T01:31:17.991Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:31:17.991Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:31:17.991Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:31:17.994Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:31:17.994Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45cbd067-6785-4100-b018-213aba91c750 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:31:17.994Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:31:17.994Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:31:17.995Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:31:17.996Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919077994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:31:18.096Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:31:18.097Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:31:18.097Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:31:18.106Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:31:18.107Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:31:19.004Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:31:19.004Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:31:19.004Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:31:29.190Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:31:29.191Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:31:29.191Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:31:29.191Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:31:38.718Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:31:38.719Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:31:38.719Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:31:38.719Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:31:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:31:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:31:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:31:41.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:31:41.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:31:41.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "45cbd067-6785-4100-b018-213aba91c750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919077994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:31:41.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:31:48.244Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:31:48.244Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:31:48.244Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:31:48.244Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:31:57.775Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:31:57.776Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:31:57.776Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:31:57.776Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:32:07.308Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:32:07.309Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:32:07.309Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:32:07.309Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:32:16.839Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:32:16.840Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:32:16.840Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:32:16.840Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:32:26.373Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:32:26.373Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:32:26.374Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:32:26.374Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:32:35.904Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:32:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:32:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:32:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:32:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:32:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:32:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:32:50.402Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:32:50.402Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:33:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:33:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:33:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:33:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:33:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:33:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:33:50.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:33:50.405Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:34:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:34:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:34:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:34:40.871Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:34:40.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:34:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:34:50.404Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:34:50.405Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:35:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:35:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:35:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:35:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:35:40.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:35:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:35:50.424Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:35:50.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:36:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:36:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:36:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:36:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:36:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:36:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:36:50.406Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:36:50.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:37:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:37:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:37:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:37:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:37:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:37:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:37:50.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:37:50.407Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:40.870Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:38:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:38:40.871Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:38:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:38:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:41.490Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:41.491Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.491Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8","serviceName":"Demo_pNF_n66PK4gSqRiRTiTycv69","serviceVersion":"1.0","serviceUUID":"3bb87290-f380-4c5a-ba2a-7868fca9bfac","serviceDescription":"catalog service description","serviceInvariantUUID":"37927b4f-b239-4ea4-9566-aa8818b720b0","resources":[{"resourceInstanceName":"pNF c275898a-a288 0","resourceName":"pNF c275898a-a288","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5be4fbe3-c171-4a51-b5c5-658bf00e6876","resourceInvariantUUID":"54634184-9c40-4490-a817-d13d7ea5e387","resourceCustomizationUUID":"ee6c3d57-999b-45db-a587-caf4d0fe7be4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml","artifactChecksum":"OTNmNTAxMWI3MTk4MGY1YWViMzY3OTRlZTRmNjNkMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f72baada-285d-4834-9c26-096b3eeaae33","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"638d77a6-5fdb-4605-875a-98836ff793fb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71954250-d43a-458b-94ee-4b6b56700618","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml","artifactChecksum":"YmY2YWY1NDhhYzhiMzU0YWY4YmI2ZGUwZDZjMGI0Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f40e29c-11a7-408e-bff3-6a6c0ae821b3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29ad6600-29cc-4cf5-ab97-ceee2cd28d15","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd77052c-d34f-45f0-aac2-0279c28eedf4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN66pk4gsqrirtitycv69-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml","artifactChecksum":"MWRiMDI3MTNkY2VjNDBkZjg1ODNhMTlmYTNhZDAyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7182e464-67ab-4f1c-8f41-f3672698aa14","artifactVersion":"1"},{"artifactName":"service-DemoPnfN66pk4gsqrirtitycv69-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar","artifactChecksum":"MmIzNTVlNWMwM2FmNzJjYTY5OGU1NTg0MWE2YzcxMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"255f41b1-ab80-49db-81ac-e03a4b02c27b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:38:41.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:41.492Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:41.492Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:41.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.493Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919501998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919505873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919506266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919506272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919514667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-windriver-id", "timestamp": 1619919507710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-k8s-id", "timestamp": 1619919507903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919515591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919515673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919516273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919516364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "policy-id", "timestamp": 1619919516676, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:38:41.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 2021-05-02T01:38:41.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:38:41.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919517264, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "cds", "timestamp": 1619919517370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:38:41.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 2021-05-02T01:38:41.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:38:41.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619919518268, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:38:41.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 2021-05-02T01:38:41.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:38:41.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "dcae-sch", "timestamp": 1619919511848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919512163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:38:41.594Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:41.595Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:41.595Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:41.601Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:41.601Z||pool-134-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:42.494Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:42.494Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:42.496Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:42.496Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:42.596Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:42.597Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:42.597Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:42.605Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:42.605Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:43.496Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:43.497Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:43.498Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:43.498Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:43.599Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:43.599Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:43.599Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:43.606Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:43.607Z||pool-136-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:38:44.499Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:44.499Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:44.501Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:44.501Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:44.601Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:44.601Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:44.602Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:44.610Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:44.610Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:45.501Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:45.502Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:45.503Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:45.503Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:45.603Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:45.604Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:45.604Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:45.612Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:45.613Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:46.503Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:46.504Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:46.505Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:46.505Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:46.606Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:46.606Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:46.606Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:46.614Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:46.614Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:47.506Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:47.506Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:47.509Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:47.509Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:38:47.609Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:47.609Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:47.610Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:47.617Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:47.618Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:48.509Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:38:48.510Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:48.511Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:48.511Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:38:48.612Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:38:48.613Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:48.613Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:48.621Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:48.622Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:49.512Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "serviceName": "Demo_pNF_n66PK4gSqRiRTiTycv69", "serviceVersion": "1.0", "serviceUUID": "3bb87290-f380-4c5a-ba2a-7868fca9bfac", "serviceDescription": "catalog service description", "serviceInvariantUUID": "37927b4f-b239-4ea4-9566-aa8818b720b0", "resources": [ { "resourceInstanceName": "pNF c275898a-a288 0", "resourceCustomizationUUID": "ee6c3d57-999b-45db-a587-caf4d0fe7be4", "resourceName": "pNF c275898a-a288", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5be4fbe3-c171-4a51-b5c5-658bf00e6876", "resourceInvariantUUID": "54634184-9c40-4490-a817-d13d7ea5e387", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "artifactChecksum": "MmIzNTVlNWMwM2FmNzJjYTY5OGU1NTg0MWE2YzcxMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "255f41b1-ab80-49db-81ac-e03a4b02c27b" } ], "workloadContext": "Production" } 2021-05-02T01:38:49.513Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:38:49.513Z|45cbd067-6785-4100-b018-213aba91c750|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3bb87290-f380-4c5a-ba2a-7868fca9bfac ASDC 2021-05-02T01:38:49.513Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 ServiceName:Demo_pNF_n66PK4gSqRiRTiTycv69 ServiceVersion:1.0 ServiceUUID:3bb87290-f380-4c5a-ba2a-7868fca9bfac ServiceInvariantUUID:37927b4f-b239-4ea4-9566-aa8818b720b0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfN66pk4gsqrirtitycv69-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar ArtifactUUID:255f41b1-ab80-49db-81ac-e03a4b02c27b ArtifactChecksum:MmIzNTVlNWMwM2FmNzJjYTY5OGU1NTg0MWE2YzcxMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c275898a-a288 0 ResourceCustomizationUUID:ee6c3d57-999b-45db-a587-caf4d0fe7be4 ResourceInvariantUUID:54634184-9c40-4490-a817-d13d7ea5e387 ResourceName:pNF c275898a-a288 ResourceType:PNF ResourceUUID:5be4fbe3-c171-4a51-b5c5-658bf00e6876 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-02T01:38:49.513Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bb87290-f380-4c5a-ba2a-7868fca9bfac ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:38:49.921Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:38:49.921Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:38:49.921Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:38:49.921Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 255f41b1-ab80-49db-81ac-e03a4b02c27b from URL: /sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:49.921Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-02T01:38:49.922Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:50.254Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-02T01:38:50.258Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 255f41b1-ab80-49db-81ac-e03a4b02c27b 83334 2021-05-02T01:38:50.258Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar ASDC sendASDCNotification 2021-05-02T01:38:50.258Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:50.258Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:38:50.258Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:50.260Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:50.260Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919530258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:38:50.360Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:50.361Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:50.361Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:50.368Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:50.368Z||pool-142-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:51.260Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:38:51.261Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-02T01:38:51.261Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 255f41b1-ab80-49db-81ac-e03a4b02c27b, URL: /sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar to file: /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.261Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.262Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.262Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.336Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3985115417091391683/Definitions/service-DemoPnfN66pk4gsqrirtitycv69-template.yml 2021-05-02T01:38:51.874Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:38:51.874Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:38:51.874Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.874Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T01:38:51.874Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c275898a-a288 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c275898a-a288 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-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Node template pNF c275898a-a288 0 is matching search criteria 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:38:51.875Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c275898a-a288 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Node template pNF c275898a-a288 0 is matching search criteria 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c275898a-a288 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.876Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.877Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.877Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.877Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.877Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_n66PK4gSqRiRTiTycv69 Description:catalog service description Model UUID:3bb87290-f380-4c5a-ba2a-7868fca9bfac Model Version:NULL Model InvariantUuid:37927b4f-b239-4ea4-9566-aa8818b720b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:38:51.880Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5be4fbe3-c171-4a51-b5c5-658bf00e6876 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:38:51.882Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||pNF c275898a-a288 0 2021-05-02T01:38:51.882Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5be4fbe3-c171-4a51-b5c5-658bf00e6876 2021-05-02T01:38:51.882Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3bb87290-f380-4c5a-ba2a-7868fca9bfac 2021-05-02T01:38:51.882Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3bb87290-f380-4c5a-ba2a-7868fca9bfac 2021-05-02T01:38:51.882Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c275898a-a288 0 5be4fbe3-c171-4a51-b5c5-658bf00e6876 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:38:51.885Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.885Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.885Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3bb87290-f380-4c5a-ba2a-7868fca9bfac: pNF c275898a-a288 2021-05-02T01:38:51.885Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5be4fbe3-c171-4a51-b5c5-658bf00e6876 2021-05-02T01:38:51.885Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:38:51.886Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n66PK4gSqRiRTiTycv69 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:38:51.886Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||Resource customization UUID: ee6c3d57-999b-45db-a587-caf4d0fe7be4 is the same as notified resource customizationUUID: ee6c3d57-999b-45db-a587-caf4d0fe7be4 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-02T01:38:51.905Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c275898a-a288 5be4fbe3-c171-4a51-b5c5-658bf00e6876 0 ASDC deployResourceStructure 2021-05-02T01:38:51.906Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar ASDC sendASDCNotification 2021-05-02T01:38:51.906Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar 2021-05-02T01:38:51.906Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:38:51.906Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:38:51.907Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:38:51.907Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919531906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:38:52.008Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:38:52.008Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:38:52.008Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:38:52.016Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:38:52.016Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:38:52.908Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:38:52.914Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:38:52.915Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:38:52.915Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:38:52.915Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:39:22.915Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:39:22.921Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:39:22.922Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:39:22.922Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:39:22.922Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:39:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:39:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:39:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:39:40.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:39:40.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:39:40.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:39:40.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:39:52.922Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:39:52.928Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:39:52.929Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:39:52.929Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:39:52.930Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:40:22.930Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:40:22.935Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:40:22.937Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:40:22.937Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:40:22.937Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:40:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:40:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:40:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:40:41.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:40:41.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919522294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619919514774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919523106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "aai-ml", "timestamp": 1619919523297, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:40:41.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 2021-05-02T01:40:41.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919524126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "ves-openapi-manager", "timestamp": 1619919525128, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:40:41.403Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 2021-05-02T01:40:41.403Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/resourceInstances/pnfc275898aa2880/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919520870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919521585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919530258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919531906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919541784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919542795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN66pk4gsqrirtitycv69/1.0/artifacts/service-DemoPnfN66pk4gsqrirtitycv69-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:40:41.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "clamp", "timestamp": 1619919543798, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:40:41.412Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 2021-05-02T01:40:41.413Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:40:52.937Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:40:52.943Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:40:52.944Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.945Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.946Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.946Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:40:52.946Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:40:52.949Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:41:22.949Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:41:22.952Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and serviceModelVersionId: 3bb87290-f380-4c5a-ba2a-7868fca9bfac 2021-05-02T01:41:22.952Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37927b4f-b239-4ea4-9566-aa8818b720b0 2021-05-02T01:41:22.953Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37927b4f-b239-4ea4-9566-aa8818b720b0/model-vers/model-ver/3bb87290-f380-4c5a-ba2a-7868fca9bfac?depth=0 2021-05-02T01:41:22.956Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:41:22.982Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37927b4f-b239-4ea4-9566-aa8818b720b0/model-vers/model-ver/3bb87290-f380-4c5a-ba2a-7868fca9bfac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-02T01:41:22.983Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37927b4f-b239-4ea4-9566-aa8818b720b0/model-vers/model-ver/3bb87290-f380-4c5a-ba2a-7868fca9bfac?depth=0|INFO|500||Invoke 2021-05-02T01:41:22.997Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37927b4f-b239-4ea4-9566-aa8818b720b0/model-vers/model-ver/3bb87290-f380-4c5a-ba2a-7868fca9bfac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:41:23.069Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37927b4f-b239-4ea4-9566-aa8818b720b0/model-vers/model-ver/3bb87290-f380-4c5a-ba2a-7868fca9bfac?depth=0|INFO|500||InvokeReturn 2021-05-02T01:41:23.069Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/37927b4f-b239-4ea4-9566-aa8818b720b0/model-vers/model-ver/3bb87290-f380-4c5a-ba2a-7868fca9bfac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-01:41:23:001-61735], vertex-id=[233648], Content-Length=[0], Date=[Sun, 02 May 2021 01:41:23 GMT], Content-Type=[application/json]} 2021-05-02T01:41:23.069Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:41:23.070Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:41:23.070Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:41:23.072Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:41:23.072Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:41:23.072Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:41:23.072Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:41:23.073Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:41:23.074Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919683072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:41:23.174Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:41:23.174Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:41:23.174Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:41:23.184Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:41:23.184Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:41:24.080Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:41:24.081Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:41:24.081Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:41:34.260Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:41:34.260Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:41:34.261Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:41:34.261Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:41:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:41:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:41:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:41:41.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:41:41.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:41:41.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619919683072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:41:41.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:41:43.794Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:41:43.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:41:43.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:41:43.795Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:41:53.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:42:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:42:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:42:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:42:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:42:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:42:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:42:50.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:42:50.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:43:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:43:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:43:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:43:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:43:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:43:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:43:50.408Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:43:50.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:44:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:44:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:44:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:44:40.871Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:44:40.872Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:44:40.872Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:44:50.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:44:50.405Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:45:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:45:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:45:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:45:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:45:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:45:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:45:50.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:45:50.405Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:46:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:46:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:46:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:46:40.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:46:40.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:46:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:46:50.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:46:50.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:47:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:47:40.870Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:47:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:47:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:47:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:47:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:47:50.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:47:50.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:48:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:48:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:48:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:48:40.872Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:48:40.872Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:48:40.872Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:48:50.403Z|f1d4a2ca-f539-4fd2-94a3-6b3ac12a81f8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:48:50.405Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:40.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:49:40.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:49:40.871Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:49:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:49:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:41.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:41.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c752f51-d931-4e1e-a5c0-baabb80fbddb","serviceName":"Demo_pNF_5TpVB2Zx8cVOpVU9E0Io","serviceVersion":"1.0","serviceUUID":"115d547e-60da-47ff-b133-ed8519145073","serviceDescription":"catalog service description","serviceInvariantUUID":"ec1ab468-598c-42c8-b117-fae9944b2e38","resources":[{"resourceInstanceName":"pNF 7249541d-439a 0","resourceName":"pNF 7249541d-439a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3492f620-317b-4acb-b79c-b5b551e90098","resourceInvariantUUID":"b1a0432a-fe43-4c51-9bc4-18b7f47b4f42","resourceCustomizationUUID":"3998d638-6485-476b-9e41-cea7d67d3f8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml","artifactChecksum":"NzJhYTBhMTAxZWIyOTA5MmI0MzI1ZjdhOWVkNmFhYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3ab9060-a552-4369-b328-5d89d4bf671e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b5cc2-3deb-4880-9c16-78f91126e85f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae6c520b-944a-4492-8939-bcf93a55c2fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml","artifactChecksum":"NmM4ZTRjMjkyMThhYjA4ZTUzZGEyMGUzY2FkNDQxMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d76feda-f620-46d4-af2f-f4e032cbc1ae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d5fd545-8342-4121-a23b-7a5d88613975","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a57fc7b1-c13a-439c-94ec-83fd75fe309d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml","artifactChecksum":"ODU4ZWE5NTgzNDQ2MjhlNGNiYWVlODY3NTZmYjYwN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10a833fc-2769-41ae-b2e6-1c5f7f2769f6","artifactVersion":"1"},{"artifactName":"service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar","artifactChecksum":"MjJlNDFjNWVkNjQwZGNjYWMxM2M4ZWY4MTk3NmZjYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b4875a-bff8-4d45-b5be-74e509132e90","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:49:41.493Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:41.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:41.494Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.495Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:41.496Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920151585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-k8s-id", "timestamp": 1619920147904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "dcae-sch", "timestamp": 1619920151848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920151272, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920152163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-windriver-id", "timestamp": 1619920147710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920154774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920162488, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920162517, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920163506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-02T01:49:41.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "cds", "timestamp": 1619920163521, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:49:41.523Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c752f51-d931-4e1e-a5c0-baabb80fbddb 2021-05-02T01:49:41.523Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c752f51-d931-4e1e-a5c0-baabb80fbddb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:49:41.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "ves-openapi-manager", "timestamp": 1619920164508, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:49:41.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9c752f51-d931-4e1e-a5c0-baabb80fbddb 2021-05-02T01:49:41.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c752f51-d931-4e1e-a5c0-baabb80fbddb and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920166593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920167603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "clamp", "timestamp": 1619920168605, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:49:41.539Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c752f51-d931-4e1e-a5c0-baabb80fbddb 2021-05-02T01:49:41.539Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c752f51-d931-4e1e-a5c0-baabb80fbddb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920161998, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920171073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920172075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "policy-id", "timestamp": 1619920173077, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:49:41.547Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c752f51-d931-4e1e-a5c0-baabb80fbddb 2021-05-02T01:49:41.547Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c752f51-d931-4e1e-a5c0-baabb80fbddb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920165873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920166266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920176066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920177196, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920177766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:49:41.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920178770, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:49:41.555Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c752f51-d931-4e1e-a5c0-baabb80fbddb 2021-05-02T01:49:41.555Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c752f51-d931-4e1e-a5c0-baabb80fbddb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:49:41.596Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T01:49:41.596Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:41.596Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:41.603Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:41.603Z||pool-145-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:42.496Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:42.497Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:42.499Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:42.499Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:42.599Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:42.599Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:42.599Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:42.606Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:42.606Z||pool-146-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:43.499Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:43.500Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:43.502Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:43.502Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:43.602Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-02T01:49:43.603Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:43.603Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:43.611Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:43.612Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:44.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:44.504Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:44.505Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:44.505Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:44.605Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:44.606Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:44.606Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:44.614Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:44.615Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:45.506Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:45.506Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:45.508Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:45.508Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:45.608Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:45.609Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:45.609Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:45.617Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:45.617Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:46.508Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:46.509Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:46.510Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:46.510Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:46.610Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:46.611Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:46.611Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:46.619Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:46.619Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:47.510Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:47.511Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:47.513Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:47.513Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:49:47.613Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:47.613Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:47.613Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:47.621Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:47.621Z||pool-151-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:48.513Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:49:48.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:48.516Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:48.516Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:49:48.616Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:48.617Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:48.617Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:48.624Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:48.625Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:49.517Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "serviceName": "Demo_pNF_5TpVB2Zx8cVOpVU9E0Io", "serviceVersion": "1.0", "serviceUUID": "115d547e-60da-47ff-b133-ed8519145073", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ec1ab468-598c-42c8-b117-fae9944b2e38", "resources": [ { "resourceInstanceName": "pNF 7249541d-439a 0", "resourceCustomizationUUID": "3998d638-6485-476b-9e41-cea7d67d3f8a", "resourceName": "pNF 7249541d-439a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3492f620-317b-4acb-b79c-b5b551e90098", "resourceInvariantUUID": "b1a0432a-fe43-4c51-9bc4-18b7f47b4f42", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "artifactChecksum": "MjJlNDFjNWVkNjQwZGNjYWMxM2M4ZWY4MTk3NmZjYTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88b4875a-bff8-4d45-b5be-74e509132e90" } ], "workloadContext": "Production" } 2021-05-02T01:49:49.517Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:49:49.517Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 115d547e-60da-47ff-b133-ed8519145073 ASDC 2021-05-02T01:49:49.517Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9c752f51-d931-4e1e-a5c0-baabb80fbddb ServiceName:Demo_pNF_5TpVB2Zx8cVOpVU9E0Io ServiceVersion:1.0 ServiceUUID:115d547e-60da-47ff-b133-ed8519145073 ServiceInvariantUUID:ec1ab468-598c-42c8-b117-fae9944b2e38 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar ArtifactUUID:88b4875a-bff8-4d45-b5be-74e509132e90 ArtifactChecksum:MjJlNDFjNWVkNjQwZGNjYWMxM2M4ZWY4MTk3NmZjYTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7249541d-439a 0 ResourceCustomizationUUID:3998d638-6485-476b-9e41-cea7d67d3f8a ResourceInvariantUUID:b1a0432a-fe43-4c51-9bc4-18b7f47b4f42 ResourceName:pNF 7249541d-439a ResourceType:PNF ResourceUUID:3492f620-317b-4acb-b79c-b5b551e90098 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-02T01:49:49.517Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 115d547e-60da-47ff-b133-ed8519145073 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:49:49.534Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:49:49.534Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-02T01:49:49.534Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-02T01:49:49.534Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88b4875a-bff8-4d45-b5be-74e509132e90 from URL: /sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:49.534Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-02T01:49:49.534Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:49.949Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-02T01:49:49.952Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 88b4875a-bff8-4d45-b5be-74e509132e90 83315 2021-05-02T01:49:49.952Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar ASDC sendASDCNotification 2021-05-02T01:49:49.952Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:49.952Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:49:49.953Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:49.954Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:49.954Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920189952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:49:50.054Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:50.055Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:50.055Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:50.062Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:50.063Z||pool-153-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:50.955Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:49:50.956Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-02T01:49:50.956Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 88b4875a-bff8-4d45-b5be-74e509132e90, URL: /sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar to file: /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:50.956Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:50.957Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:50.957Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.039Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16997133735900261589/Definitions/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml 2021-05-02T01:49:51.595Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:49:51.595Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-02T01:49:51.595Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.595Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T01:49:51.595Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7249541d-439a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7249541d-439a 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-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-02T01:49:51.596Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Node template pNF 7249541d-439a 0 is matching search criteria 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7249541d-439a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.597Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Node template pNF 7249541d-439a 0 is matching search criteria 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7249541d-439a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.598Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.599Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.599Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.599Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.599Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.599Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_5TpVB2Zx8cVOpVU9E0Io Description:catalog service description Model UUID:115d547e-60da-47ff-b133-ed8519145073 Model Version:NULL Model InvariantUuid:ec1ab468-598c-42c8-b117-fae9944b2e38 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:49:51.603Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3492f620-317b-4acb-b79c-b5b551e90098 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:49:51.605Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||pNF 7249541d-439a 0 2021-05-02T01:49:51.605Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3492f620-317b-4acb-b79c-b5b551e90098 2021-05-02T01:49:51.605Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 115d547e-60da-47ff-b133-ed8519145073 2021-05-02T01:49:51.605Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 115d547e-60da-47ff-b133-ed8519145073 2021-05-02T01:49:51.605Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7249541d-439a 0 3492f620-317b-4acb-b79c-b5b551e90098 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:49:51.608Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.608Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.608Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 115d547e-60da-47ff-b133-ed8519145073: pNF 7249541d-439a 2021-05-02T01:49:51.608Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3492f620-317b-4acb-b79c-b5b551e90098 2021-05-02T01:49:51.608Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:49:51.609Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5TpVB2Zx8cVOpVU9E0Io is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:49:51.609Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||Resource customization UUID: 3998d638-6485-476b-9e41-cea7d67d3f8a is the same as notified resource customizationUUID: 3998d638-6485-476b-9e41-cea7d67d3f8a Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-02T01:49:51.627Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7249541d-439a 3492f620-317b-4acb-b79c-b5b551e90098 0 ASDC deployResourceStructure 2021-05-02T01:49:51.627Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar ASDC sendASDCNotification 2021-05-02T01:49:51.628Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar 2021-05-02T01:49:51.628Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:49:51.628Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:49:51.629Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:49:51.629Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920191627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:49:51.729Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:49:51.730Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:49:51.730Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:49:51.737Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:49:51.738Z||pool-154-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:49:52.630Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:49:52.636Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:49:52.637Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:49:52.638Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:49:52.638Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:50:22.638Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:50:22.644Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:50:22.646Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:50:22.646Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:50:22.646Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:50:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:50:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:50:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:50:40.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:50:40.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:50:40.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:50:40.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:50:52.646Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:50:52.653Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:50:52.654Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:50:52.654Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:50:52.654Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:51:22.655Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:51:22.662Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:51:22.663Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:51:22.663Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:51:22.663Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T01:51:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:51:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:51:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:51:41.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:51:41.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920181896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:51:41.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:51:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:51:41.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "aai-ml", "timestamp": 1619920182898, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:51:41.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c752f51-d931-4e1e-a5c0-baabb80fbddb 2021-05-02T01:51:41.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c752f51-d931-4e1e-a5c0-baabb80fbddb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/resourceInstances/pnf7249541d439a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920180870, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920189952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920191627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tpvb2zx8cvopvu9e0io/1.0/artifacts/service-DemoPnf5tpvb2zx8cvopvu9e0io-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:51:41.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:51:52.663Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:51:52.670Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:51:52.671Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:51:52.671Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T01:51:52.671Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T01:51:52.671Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T01:51:52.672Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T01:51:52.675Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T01:52:22.675Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T01:52:22.678Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c752f51-d931-4e1e-a5c0-baabb80fbddb and serviceModelVersionId: 115d547e-60da-47ff-b133-ed8519145073 2021-05-02T01:52:22.678Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec1ab468-598c-42c8-b117-fae9944b2e38 2021-05-02T01:52:22.679Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0 2021-05-02T01:52:22.682Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T01:52:22.706Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0|INFO|500||Invoke 2021-05-02T01:52:22.706Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c752f51-d931-4e1e-a5c0-baabb80fbddb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a457c1d-326d-47c6-a163-eb0eba1fe06b], X-ECOMP-RequestID=[9c752f51-d931-4e1e-a5c0-baabb80fbddb], X-TransactionId=[], X-ONAP-RequestID=[9c752f51-d931-4e1e-a5c0-baabb80fbddb], Content-Type=[application/merge-patch+json]} 2021-05-02T01:52:22.721Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T01:52:22.797Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?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/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210502-01:52:22:725-2709], vertex-id=[528416], Content-Length=[0], Date=[Sun, 02 May 2021 01:52:22 GMT], Content-Type=[application/json]} 2021-05-02T01:52:22.797Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-02T01:52:22.797Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec1ab468-598c-42c8-b117-fae9944b2e38/model-vers/model-ver/115d547e-60da-47ff-b133-ed8519145073?depth=0|INFO|500||InvokeReturn 2021-05-02T01:52:22.797Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T01:52:22.797Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:52:22.800Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T01:52:22.800Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c752f51-d931-4e1e-a5c0-baabb80fbddb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T01:52:22.801Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T01:52:22.801Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:52:22.802Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:52:22.802Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920342800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:52:22.903Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:52:22.903Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:52:22.903Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:52:22.915Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:52:22.915Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-02T01:52:23.811Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:52:23.811Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:52:23.811Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:52:33.987Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:52:33.988Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:52:33.988Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:52:33.988Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:52:40.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:52:40.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:52:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:52:41.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:52:41.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-02T01:52:41.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c752f51-d931-4e1e-a5c0-baabb80fbddb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920342800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T01:52:41.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T01:52:43.520Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:52:43.520Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:52:43.520Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:52:43.520Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:52:53.050Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:53:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:53:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:53:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:53:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:53:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:53:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:53:50.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:53:50.405Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:54:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:54:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:54:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:54:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:54:40.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:54:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:54:50.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:54:50.406Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:55:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:55:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:55:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:55:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:55:40.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:55:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:55:50.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:55:50.406Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:56:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:56:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:56:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:56:40.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:56:40.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:56:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:56:50.403Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:56:50.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:57:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:57:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:57:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:57:40.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:57:40.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:57:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:57:50.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:57:50.403Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:58:40.870Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:58:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:58:40.871Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:58:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:58:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:58:40.872Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:58:50.406Z|9c752f51-d931-4e1e-a5c0-baabb80fbddb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:58:50.405Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:40.870Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:59:40.870Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:59:40.871Z|8383b47c-f45d-4590-b290-6cd61e6215ef|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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T01:59:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T01:59:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:41.493Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:41.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:41.493Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.493Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fe05dbc-3cea-4f6b-8764-c9d594561883","serviceName":"Demo_pNF_hcpaCF8JYgliSpHRK3Yq","serviceVersion":"1.0","serviceUUID":"47d3d2ca-7810-4cdd-a4db-6bcba9db6c54","serviceDescription":"catalog service description","serviceInvariantUUID":"5d9be156-ba68-4155-afb5-0f99a495ee64","resources":[{"resourceInstanceName":"pNF 3b1b4e92-274e 0","resourceName":"pNF 3b1b4e92-274e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6d971250-80db-435a-b904-3bbf8e76c695","resourceInvariantUUID":"435234f3-a06a-4d2c-9ffb-9c0cb4bd7304","resourceCustomizationUUID":"1a8940e1-fa46-4765-bf19-a57b523a88c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml","artifactChecksum":"MjdhZWZiMjJhYWEwNDYwNjhhZWNkZDI3NDdiZjc2NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8cb6e99-53d7-4062-ba6e-01547ff46645","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27254475-502f-4ac2-86b0-55a00b064af8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab3ef8ac-d939-4619-b189-cbc031404828","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml","artifactChecksum":"N2MzYzdiMTY2OGUwNjVlMmZmZjg5MGM5ZTBkMzViNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9bfa02f-2bac-484f-aefa-4b00df83b289","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99e3e206-1dea-4af2-a7c3-75793b57f435","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43c889cd-417f-4752-b36b-07a6218e1673","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHcpacf8jyglisphrk3yq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml","artifactChecksum":"ZWE3ZGFlYTczMmY0MmM4ODQwZmNiZjI3ZGY2YjRiODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdbfe797-8037-4942-bb13-afb8cef0f059","artifactVersion":"1"},{"artifactName":"service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar","artifactChecksum":"MTI1YzIzYWRhY2M2OWNkMzY1ZjQ4ZDZlY2YxOWExMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33f66750-68bd-444d-a110-ca87d8bc40e4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.494Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.494Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:41.496Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920766266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:59:41.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920766272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-k8s-id", "timestamp": 1619920767903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920772163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-windriver-id", "timestamp": 1619920767710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920765873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "dcae-sch", "timestamp": 1619920771848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:41.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T01:59:41.596Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:41.596Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:41.596Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:41.603Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:41.603Z||pool-156-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:42.496Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:42.496Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:42.498Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:42.498Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:42.598Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:42.599Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:42.599Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:42.606Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:42.607Z||pool-157-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:43.498Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:43.499Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:43.500Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:43.501Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:43.601Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:43.601Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:43.601Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:43.609Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:43.610Z||pool-158-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-02T01:59:44.501Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:44.502Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:44.503Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:44.503Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:44.603Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:44.604Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:44.604Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:44.611Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:44.612Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:45.503Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:45.504Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:45.506Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:45.506Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:45.606Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:45.606Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:45.607Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:45.614Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:45.614Z||pool-160-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:46.506Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:46.507Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:46.508Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:46.508Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:46.609Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:59:46.609Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:46.609Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:46.615Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:46.616Z||pool-161-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:47.509Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:47.510Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:47.512Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:47.512Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T01:59:47.612Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:47.612Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:47.612Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:47.620Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:47.620Z||pool-162-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:48.512Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-02T01:59:48.512Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:48.514Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:48.514Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T01:59:48.615Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-02T01:59:48.615Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:48.615Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:48.625Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:48.625Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:49.515Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "serviceName": "Demo_pNF_hcpaCF8JYgliSpHRK3Yq", "serviceVersion": "1.0", "serviceUUID": "47d3d2ca-7810-4cdd-a4db-6bcba9db6c54", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5d9be156-ba68-4155-afb5-0f99a495ee64", "resources": [ { "resourceInstanceName": "pNF 3b1b4e92-274e 0", "resourceCustomizationUUID": "1a8940e1-fa46-4765-bf19-a57b523a88c7", "resourceName": "pNF 3b1b4e92-274e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6d971250-80db-435a-b904-3bbf8e76c695", "resourceInvariantUUID": "435234f3-a06a-4d2c-9ffb-9c0cb4bd7304", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "artifactChecksum": "MTI1YzIzYWRhY2M2OWNkMzY1ZjQ4ZDZlY2YxOWExMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33f66750-68bd-444d-a110-ca87d8bc40e4" } ], "workloadContext": "Production" } 2021-05-02T01:59:49.515Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-02T01:59:49.515Z|8383b47c-f45d-4590-b290-6cd61e6215ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 ASDC 2021-05-02T01:59:49.516Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4fe05dbc-3cea-4f6b-8764-c9d594561883 ServiceName:Demo_pNF_hcpaCF8JYgliSpHRK3Yq ServiceVersion:1.0 ServiceUUID:47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 ServiceInvariantUUID:5d9be156-ba68-4155-afb5-0f99a495ee64 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar ArtifactUUID:33f66750-68bd-444d-a110-ca87d8bc40e4 ArtifactChecksum:MTI1YzIzYWRhY2M2OWNkMzY1ZjQ4ZDZlY2YxOWExMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3b1b4e92-274e 0 ResourceCustomizationUUID:1a8940e1-fa46-4765-bf19-a57b523a88c7 ResourceInvariantUUID:435234f3-a06a-4d2c-9ffb-9c0cb4bd7304 ResourceName:pNF 3b1b4e92-274e ResourceType:PNF ResourceUUID:6d971250-80db-435a-b904-3bbf8e76c695 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-02T01:59:49.516Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T01:59:49.531Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:59:49.532Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:59:49.532Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:59:49.532Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 33f66750-68bd-444d-a110-ca87d8bc40e4 from URL: /sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:49.532Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-02T01:59:49.532Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:49.936Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-02T01:59:49.939Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 33f66750-68bd-444d-a110-ca87d8bc40e4 83328 2021-05-02T01:59:49.940Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar ASDC sendASDCNotification 2021-05-02T01:59:49.940Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:49.940Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-02T01:59:49.940Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:49.941Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:49.942Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920789940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T01:59:50.042Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:50.042Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:50.042Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:50.050Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:50.050Z||pool-164-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:50.942Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-02T01:59:50.943Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-02T01:59:50.944Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 33f66750-68bd-444d-a110-ca87d8bc40e4, URL: /sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar to file: /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:50.944Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:50.944Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:50.945Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.025Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4724977262843157532/Definitions/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|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-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|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-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3b1b4e92-274e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3b1b4e92-274e 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-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|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-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.574Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Node template pNF 3b1b4e92-274e 0 is matching search criteria 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3b1b4e92-274e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Node template pNF 3b1b4e92-274e 0 is matching search criteria 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-02T01:59:51.575Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3b1b4e92-274e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.576Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_hcpaCF8JYgliSpHRK3Yq Description:catalog service description Model UUID:47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 Model Version:NULL Model InvariantUuid:5d9be156-ba68-4155-afb5-0f99a495ee64 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-02T01:59:51.580Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6d971250-80db-435a-b904-3bbf8e76c695 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:59:51.582Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||pNF 3b1b4e92-274e 0 2021-05-02T01:59:51.582Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6d971250-80db-435a-b904-3bbf8e76c695 2021-05-02T01:59:51.582Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 2021-05-02T01:59:51.582Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 2021-05-02T01:59:51.582Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3b1b4e92-274e 0 6d971250-80db-435a-b904-3bbf8e76c695 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 47d3d2ca-7810-4cdd-a4db-6bcba9db6c54: pNF 3b1b4e92-274e 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Processing PNF resource: 6d971250-80db-435a-b904-3bbf8e76c695 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hcpaCF8JYgliSpHRK3Yq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-02T01:59:51.585Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||Resource customization UUID: 1a8940e1-fa46-4765-bf19-a57b523a88c7 is the same as notified resource customizationUUID: 1a8940e1-fa46-4765-bf19-a57b523a88c7 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-02T01:59:51.607Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3b1b4e92-274e 6d971250-80db-435a-b904-3bbf8e76c695 0 ASDC deployResourceStructure 2021-05-02T01:59:51.607Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar ASDC sendASDCNotification 2021-05-02T01:59:51.607Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar 2021-05-02T01:59:51.607Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-02T01:59:51.608Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T01:59:51.609Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T01:59:51.609Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920791607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T01:59:51.709Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T01:59:51.710Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T01:59:51.710Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T01:59:51.717Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T01:59:51.717Z||pool-165-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-02T01:59:52.610Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:59:52.616Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T01:59:52.617Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T01:59:52.617Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T01:59:52.617Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T02:00:22.618Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:00:22.623Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:00:22.624Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T02:00:22.624Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T02:00:22.624Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T02:00:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T02:00:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T02:00:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T02:00:40.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T02:00:40.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:00:40.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T02:00:40.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:00:52.624Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:00:52.630Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:00:52.631Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T02:00:52.631Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T02:00:52.631Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T02:01:22.631Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:01:22.636Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:01:22.637Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T02:01:22.637Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-02T02:01:22.637Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-02T02:01:40.872Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-02T02:01:40.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-02T02:01:40.872Z||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 UIBnZCa5f6QbxIEY) ... 2021-05-02T02:01:41.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T02:01:41.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920781801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920781822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920781826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920781902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "multicloud-starlingx-id", "timestamp": 1619920774773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "cds", "timestamp": 1619920782828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:41.396Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fe05dbc-3cea-4f6b-8764-c9d594561883 2021-05-02T02:01:41.396Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fe05dbc-3cea-4f6b-8764-c9d594561883 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T02:01:41.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920782824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-02T02:01:41.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920783512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "ves-openapi-manager", "timestamp": 1619920783827, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:41.405Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4fe05dbc-3cea-4f6b-8764-c9d594561883 2021-05-02T02:01:41.405Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fe05dbc-3cea-4f6b-8764-c9d594561883 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T02:01:41.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619920784515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:41.412Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fe05dbc-3cea-4f6b-8764-c9d594561883 2021-05-02T02:01:41.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fe05dbc-3cea-4f6b-8764-c9d594561883 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920785486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "aai-ml", "timestamp": 1619920786488, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:41.419Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fe05dbc-3cea-4f6b-8764-c9d594561883 2021-05-02T02:01:41.419Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fe05dbc-3cea-4f6b-8764-c9d594561883 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T02:01:41.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/resourceInstances/pnf3b1b4e92274e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920780870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-template.yml", "status": "NOT_NOTIFIED" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920781585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920781998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "NOTIFIED" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920789940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920791478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920791607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920792482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "policy-id", "timestamp": 1619920793484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:41.428Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fe05dbc-3cea-4f6b-8764-c9d594561883 2021-05-02T02:01:41.428Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fe05dbc-3cea-4f6b-8764-c9d594561883 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920793910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920794921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHcpacf8jyglisphrk3yq/1.0/artifacts/service-DemoPnfHcpacf8jyglisphrk3yq-csar.csar", "status": "DEPLOY_OK" } 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-02T02:01:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "clamp", "timestamp": 1619920795924, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:41.434Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fe05dbc-3cea-4f6b-8764-c9d594561883 2021-05-02T02:01:41.435Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fe05dbc-3cea-4f6b-8764-c9d594561883 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-02T02:01:52.638Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:01:52.644Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.645Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.646Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.646Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.646Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-02T02:01:52.646Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-02T02:01:52.648Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-02T02:02:22.649Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-02T02:02:22.652Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fe05dbc-3cea-4f6b-8764-c9d594561883 and serviceModelVersionId: 47d3d2ca-7810-4cdd-a4db-6bcba9db6c54 2021-05-02T02:02:22.652Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d9be156-ba68-4155-afb5-0f99a495ee64 2021-05-02T02:02:22.652Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d9be156-ba68-4155-afb5-0f99a495ee64/model-vers/model-ver/47d3d2ca-7810-4cdd-a4db-6bcba9db6c54?depth=0 2021-05-02T02:02:22.656Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-02T02:02:22.678Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d9be156-ba68-4155-afb5-0f99a495ee64/model-vers/model-ver/47d3d2ca-7810-4cdd-a4db-6bcba9db6c54?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-02T02:02:22.679Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d9be156-ba68-4155-afb5-0f99a495ee64/model-vers/model-ver/47d3d2ca-7810-4cdd-a4db-6bcba9db6c54?depth=0|INFO|500||Invoke 2021-05-02T02:02:22.694Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d9be156-ba68-4155-afb5-0f99a495ee64/model-vers/model-ver/47d3d2ca-7810-4cdd-a4db-6bcba9db6c54?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-02T02:02:22.794Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d9be156-ba68-4155-afb5-0f99a495ee64/model-vers/model-ver/47d3d2ca-7810-4cdd-a4db-6bcba9db6c54?depth=0|INFO|500||InvokeReturn 2021-05-02T02:02:22.795Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d9be156-ba68-4155-afb5-0f99a495ee64/model-vers/model-ver/47d3d2ca-7810-4cdd-a4db-6bcba9db6c54?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-02:02:22:699-43083], vertex-id=[245936], Content-Length=[0], Date=[Sun, 02 May 2021 02:02:22 GMT], Content-Type=[application/json]} 2021-05-02T02:02:22.795Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-02T02:02:22.795Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-02T02:02:22.795Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-02T02:02:22.798Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-02T02:02:22.798Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fe05dbc-3cea-4f6b-8764-c9d594561883 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-02T02:02:22.798Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-02T02:02:22.798Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-02T02:02:22.800Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-02T02:02:22.800Z|4fe05dbc-3cea-4f6b-8764-c9d594561883|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4fe05dbc-3cea-4f6b-8764-c9d594561883", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619920942798, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-02T02:02:22.900Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-02T02:02:22.901Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-02T02:02:22.901Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UIBnZCa5f6QbxIEY) ... 2021-05-02T02:02:22.912Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-02T02:02:22.913Z||pool-166-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}