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-08-16T13:45:45.047Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-lbhfl with PID 14 (/app/app.jar started by so in /app) 2021-08-16T13:45:45.051Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-16T13:45:45.052Z||main|||||INFO|500||The following profiles are active: basic 2021-08-16T13:45:52.340Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-16T13:45:52.341Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-16T13:45:52.431Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-16T13:45:53.933Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-16T13:45:54.087Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-16T13:45:54.548Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-16T13:45:54.553Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-16T13:45:54.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-16T13:45:54.791Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-16T13:45:55.192Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-16T13:45:56.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-16T13:45:57.960Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-16T13:45:57.997Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-16T13:45:58.466Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-16T13:45:58.566Z||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-08-16T13:45:59.803Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-16T13:46:00.766Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-16T13:46:00.781Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$cd1e949.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-08-16T13:46:00.782Z||main|||||WARN|500||The sdc end point is not alive 2021-08-16T13:46:02.887Z||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-08-16T13:46:05.160Z||main|||||WARN|500||--- 2021-08-16T13:46:05.160Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-16T13:46:05.161Z||main|||||WARN|500||--- 2021-08-16T13:46:05.462Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-16T13:46:08.565Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:46:08.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:46:08.567Z||main|||||INFO|500||Started Application in 25.407 seconds (JVM running for 26.6) 2021-08-16T13:46:08.575Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:46:08.630Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:46:08.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 005d7e58-6bd8-4bda-a414-e2b0878ff141 url= /sdc/v1/artifactTypes 2021-08-16T13:46:08.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:46:09.809Z||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.42.12] 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-08-16T13:46:09.813Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6726bc84 2021-08-16T13:46:09.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:46:09.821Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:46:09.823Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:46:09.825Z||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-08-16T13:46:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:46:58.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:46:58.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:46:58.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:46:58.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14321537-f363-46f0-9b2a-7a98b189ad9d url= /sdc/v1/artifactTypes 2021-08-16T13:46:58.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:46:59.603Z||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.42.12] 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-08-16T13:46:59.604Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@771c50b4 2021-08-16T13:46:59.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:46:59.605Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:46:59.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:46:59.606Z||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-08-16T13:47:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:47:48.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:47:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:47:48.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:47:48.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 833bbaf7-4c7e-4ea3-92d3-f69d1e784a63 url= /sdc/v1/artifactTypes 2021-08-16T13:47:48.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:47:49.586Z||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.42.12] 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-08-16T13:47:49.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@99f6d00 2021-08-16T13:47:49.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:47:49.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:47:49.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:47:49.587Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-16T13:48:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:48:38.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:48:38.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:48:38.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:48:38.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8318c43-6a8c-4c18-8e37-7693c00a3daa url= /sdc/v1/artifactTypes 2021-08-16T13:48:38.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:48:39.608Z||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.42.12] 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-08-16T13:48:39.609Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30076f77 2021-08-16T13:48:39.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:48:39.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:48:39.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:48:39.613Z||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-08-16T13:49:28.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:49:28.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:49:28.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:49:28.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:49:28.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 13423647-1cd5-476c-bbf8-42a199221738 url= /sdc/v1/artifactTypes 2021-08-16T13:49:28.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:49:29.618Z||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.42.12] 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-08-16T13:49:29.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36d69cbe 2021-08-16T13:49:29.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:49:29.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:49:29.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:49:29.620Z||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-08-16T13:50:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:50:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:50:18.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:50:18.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:50:18.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96bf6bff-f2d9-4101-bf5a-1ab9e3c5f3c4 url= /sdc/v1/artifactTypes 2021-08-16T13:50:18.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:50:19.602Z||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.42.12] 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-08-16T13:50:19.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a5b6a2b 2021-08-16T13:50:19.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:50:19.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:50:19.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:50:19.603Z||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-08-16T13:51:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:51:08.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:51:08.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:51:08.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:51:08.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4034dfea-10c5-41df-ae5a-e003b22c0433 url= /sdc/v1/artifactTypes 2021-08-16T13:51:08.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:51:09.587Z||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.42.12] 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-08-16T13:51:09.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c47b1dd 2021-08-16T13:51:09.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:51:09.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:51:09.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:51:09.589Z||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-08-16T13:51:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:51:58.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:51:58.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:51:58.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:51:58.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 959b9ac4-67b0-4e53-886b-9e4ab76eead8 url= /sdc/v1/artifactTypes 2021-08-16T13:51:58.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:51:59.602Z||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.42.12] 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-08-16T13:51:59.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35960184 2021-08-16T13:51:59.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:51:59.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:51:59.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:51:59.604Z||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-08-16T13:52:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:52:48.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:52:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:52:48.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:52:48.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35fe8e54-626a-499a-865f-7bb98cc3fa0c url= /sdc/v1/artifactTypes 2021-08-16T13:52:48.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:52:49.619Z||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.42.12] 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-08-16T13:52:49.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39cbadc1 2021-08-16T13:52:49.621Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:52:49.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:52:49.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:52:49.622Z||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-08-16T13:53:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:53:38.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:53:38.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:53:38.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:53:38.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eafb53e8-773e-4ad1-85d4-08b1db684e1e url= /sdc/v1/artifactTypes 2021-08-16T13:53:38.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:53:39.602Z||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.42.12] 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-08-16T13:53:39.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e67c98a 2021-08-16T13:53:39.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:53:39.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:53:39.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:53:39.603Z||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-08-16T13:54:28.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:54:28.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:54:28.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:54:28.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:54:28.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efbd78f9-b9ed-4647-b62e-13298a5071da url= /sdc/v1/artifactTypes 2021-08-16T13:54:28.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:54:29.587Z||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.42.12] 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-08-16T13:54:29.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bcef582 2021-08-16T13:54:29.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:54:29.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:54:29.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:54:29.589Z||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-08-16T13:55:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:55:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:55:18.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:55:18.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:55:18.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73386357-519c-46ac-b144-71eea60d8449 url= /sdc/v1/artifactTypes 2021-08-16T13:55:18.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:55:19.602Z||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.42.12] 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-08-16T13:55:19.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76609af 2021-08-16T13:55:19.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:55:19.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:55:19.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:55:19.604Z||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-08-16T13:56:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:56:08.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:56:08.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:56:08.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:56:08.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fd40d57-0705-4805-ab8f-62a88448d7b1 url= /sdc/v1/artifactTypes 2021-08-16T13:56:08.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:56:09.586Z||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.42.12] 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-08-16T13:56:09.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72eba345 2021-08-16T13:56:09.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:56:09.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:56:09.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:56:09.588Z||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-08-16T13:56:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:56:58.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:56:58.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:56:58.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:56:58.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6ba3690-203d-492b-bb22-b8d79bfd985d url= /sdc/v1/artifactTypes 2021-08-16T13:56:58.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:56:59.601Z||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.42.12] 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-08-16T13:56:59.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48f8ecc1 2021-08-16T13:56:59.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:56:59.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:56:59.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:56:59.603Z||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-08-16T13:57:30.825Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-16T13:57:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:57:48.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:57:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:57:48.581Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:57:48.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 684b096f-2493-44e4-8624-b36fbc0e1117 url= /sdc/v1/artifactTypes 2021-08-16T13:57:48.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:57:49.618Z||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.42.12] 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-08-16T13:57:49.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fe5f85e 2021-08-16T13:57:49.618Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:57:49.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:57:49.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:57:49.619Z||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-08-16T13:58:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:58:38.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:58:38.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:58:38.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:58:38.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a2c3f36-1195-4ddb-afe1-d6757e1c1b35 url= /sdc/v1/artifactTypes 2021-08-16T13:58:38.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:58:39.601Z||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.42.12] 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-08-16T13:58:39.601Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25d559de 2021-08-16T13:58:39.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:58:39.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:58:39.601Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:58:39.602Z||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-08-16T13:59:28.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T13:59:28.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T13:59:28.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T13:59:28.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T13:59:28.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a3a78e6-b7c3-4f50-b537-395c0459af6d url= /sdc/v1/artifactTypes 2021-08-16T13:59:28.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T13:59:29.585Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T13:59:29.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@692c11d 2021-08-16T13:59:29.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T13:59:29.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T13:59:29.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T13:59:29.586Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:00:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:00:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:00:18.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:00:18.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:00:18.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f8520d3-bd50-42ab-9448-5343f6479f3f url= /sdc/v1/artifactTypes 2021-08-16T14:00:18.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:00:19.603Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:00:19.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5db4fe7c 2021-08-16T14:00:19.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:00:19.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:00:19.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:00:19.605Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:01:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:01:08.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:01:08.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:01:08.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:01:08.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 793bf87a-aa57-4e4f-abcf-60374865d2d1 url= /sdc/v1/artifactTypes 2021-08-16T14:01:08.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:01:09.587Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:01:09.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ebf252d 2021-08-16T14:01:09.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:01:09.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:01:09.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:01:09.589Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:01:58.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:01:58.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:01:58.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:01:58.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:01:58.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82976873-4674-497e-bdbd-cf92cb71969f url= /sdc/v1/artifactTypes 2021-08-16T14:01:58.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:01:59.602Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:01:59.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17c5c535 2021-08-16T14:01:59.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:01:59.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:01:59.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:01:59.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:02:48.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:02:48.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:02:48.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:02:48.566Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:02:48.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1b280ea-56b3-4450-acdb-2ddb03162341 url= /sdc/v1/artifactTypes 2021-08-16T14:02:48.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:02:49.619Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:02:49.620Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51e2139a 2021-08-16T14:02:49.620Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:02:49.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:02:49.621Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:02:49.622Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:03:38.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:03:38.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:03:38.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:03:38.565Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:03:38.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c891729-e613-4ce3-88a9-20308db5aa35 url= /sdc/v1/artifactTypes 2021-08-16T14:03:38.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:03:39.602Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:03:39.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35c9a65d 2021-08-16T14:03:39.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:03:39.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:03:39.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:03:39.604Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:04:28.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:04:28.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:04:28.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:04:28.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:04:28.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39846518-b641-432b-ac9b-955a3e55e2cd url= /sdc/v1/artifactTypes 2021-08-16T14:04:28.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:04:29.586Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:04:29.587Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f4bdb93 2021-08-16T14:04:29.587Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:04:29.588Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:04:29.588Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:04:29.588Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:05:18.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:05:18.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:05:18.561Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:05:18.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:05:18.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da5364f5-4317-4b70-ac19-f7e444e56e10 url= /sdc/v1/artifactTypes 2021-08-16T14:05:18.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:05:19.601Z||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.42.12] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 28 common frames omitted 2021-08-16T14:05:19.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f2be83b 2021-08-16T14:05:19.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-16T14:05:19.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-16T14:05:19.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-16T14:05:19.603Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-08-16T14:06:08.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-16T14:06:08.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-16T14:06:08.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-16T14:06:08.564Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-16T14:06:08.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfc70c6f-2e15-4cf5-a43c-6cf0dd7cc466 url= /sdc/v1/artifactTypes 2021-08-16T14:06:08.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-16T14:06:09.091Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-16T14:06:09.098Z||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-08-16T14:06:09.118Z||scheduling-1|||||DEBUG|500||create keys 2021-08-16T14:06:09.124Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-16T14:06:09.172Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:06:09.192Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f2133ac8-4c03-48f0-8f86-4549819c8992 url= /sdc/v1/registerForDistribution 2021-08-16T14:06:09.448Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f2133ac8-4c03-48f0-8f86-4549819c8992 url= /sdc/v1/registerForDistribution 2021-08-16T14:06:09.448Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-16T14:06:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:06:09.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:06:09.464Z||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-08-16T14:06:09.464Z||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-08-16T14:06:09.464Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:06:09.464Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:06:09.464Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-16T14:06:19.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:06:19.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:07:09.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:07:09.458Z||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-08-16T14:07:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:07:09.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:07:09.461Z||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-08-16T14:07:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:07:19.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:07:19.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:08:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:08:09.458Z||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-08-16T14:08:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:08:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:08:09.460Z||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-08-16T14:08:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:08:19.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:08:19.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:09:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:09:09.458Z||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-08-16T14:09:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:09:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:09:09.460Z||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-08-16T14:09:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:09:19.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:09:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:10:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:10:09.458Z||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-08-16T14:10:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:10:09.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:10:09.460Z||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-08-16T14:10:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:10:19.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:10:19.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:11:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:11:09.458Z||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-08-16T14:11:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:11:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:11:09.461Z||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-08-16T14:11:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:11:19.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:11:19.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:12:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:12:09.459Z||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-08-16T14:12:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:12:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:12:09.460Z||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-08-16T14:12:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:12:19.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:12:19.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:13:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:13:09.458Z||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-08-16T14:13:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:13:09.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:13:09.461Z||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-08-16T14:13:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:13:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:13:19.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:14:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:14:09.458Z||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-08-16T14:14:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:14:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:14:09.460Z||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-08-16T14:14:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:14:19.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:14:19.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:15:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:15:09.458Z||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-08-16T14:15:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:15:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:15:09.461Z||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-08-16T14:15:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:15:19.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:15:19.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:16:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:16:09.458Z||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-08-16T14:16:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:16:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:16:09.460Z||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-08-16T14:16:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:16:19.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:16:19.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:17:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:17:09.458Z||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-08-16T14:17:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:17:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:17:09.460Z||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-08-16T14:17:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:17:19.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:17:19.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:18:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:18:09.458Z||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-08-16T14:18:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:18:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:18:09.460Z||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-08-16T14:18:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:18:19.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:18:19.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:19:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:19:09.458Z||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-08-16T14:19:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:19:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:19:09.460Z||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-08-16T14:19:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:19:19.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:19:19.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:20:09.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:20:09.458Z||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-08-16T14:20:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:20:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:20:09.460Z||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-08-16T14:20:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:20:19.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:20:19.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:21:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:21:09.457Z||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-08-16T14:21:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:21:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:21:09.460Z||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-08-16T14:21:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:21:19.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:21:19.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:22:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:22:09.458Z||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-08-16T14:22:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:22:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:22:09.460Z||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-08-16T14:22:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:22:19.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:22:19.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:23:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:23:09.457Z||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-08-16T14:23:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:23:09.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:23:09.460Z||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-08-16T14:23:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:23:19.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:23:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:24:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:24:09.459Z||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-08-16T14:24:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:24:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:24:09.460Z||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-08-16T14:24:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:24:19.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:24:19.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:25:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:25:09.458Z||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-08-16T14:25:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:25:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:25:09.460Z||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-08-16T14:25:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:25:19.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:25:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:26:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:26:09.458Z||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-08-16T14:26:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:26:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:26:09.460Z||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-08-16T14:26:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:26:19.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:26:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:27:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:27:09.458Z||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-08-16T14:27:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:27:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:27:09.460Z||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-08-16T14:27:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:27:19.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:27:19.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:28:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:28:09.458Z||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-08-16T14:28:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:28:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:28:09.460Z||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-08-16T14:28:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:28:19.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:28:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:29:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:29:09.457Z||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-08-16T14:29:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:29:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:29:09.460Z||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-08-16T14:29:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:29:19.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:29:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:30:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:30:09.458Z||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-08-16T14:30:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:30:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:30:09.460Z||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-08-16T14:30:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:30:19.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:30:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:31:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:31:09.458Z||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-08-16T14:31:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:31:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:31:09.460Z||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-08-16T14:31:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:31:19.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:31:19.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:32:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:32:09.458Z||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-08-16T14:32:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:32:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:32:09.460Z||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-08-16T14:32:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:32:19.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:32:19.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:33:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:33:09.458Z||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-08-16T14:33:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:33:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:33:09.460Z||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-08-16T14:33:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:33:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:33:19.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:34:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:34:09.458Z||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-08-16T14:34:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:34:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:34:09.460Z||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-08-16T14:34:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:34:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:34:19.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:35:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:35:09.458Z||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-08-16T14:35:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:35:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:35:09.460Z||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-08-16T14:35:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:35:19.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:35:19.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:36:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:36:09.458Z||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-08-16T14:36:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:36:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:36:09.460Z||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-08-16T14:36:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:36:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:36:19.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:37:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:37:09.459Z||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-08-16T14:37:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:37:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:37:09.460Z||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-08-16T14:37:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:37:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:37:19.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:38:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:38:09.458Z||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-08-16T14:38:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:38:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:38:09.460Z||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-08-16T14:38:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:38:19.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:38:19.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:39:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:39:09.458Z||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-08-16T14:39:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:39:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:39:09.460Z||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-08-16T14:39:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:39:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:39:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:40:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:40:09.458Z||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-08-16T14:40:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:40:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:40:09.460Z||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-08-16T14:40:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:40:19.007Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:40:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:41:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:41:09.457Z||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-08-16T14:41:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:41:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:41:09.460Z||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-08-16T14:41:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:41:19.002Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:41:19.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:42:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:42:09.458Z||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-08-16T14:42:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:42:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:42:09.460Z||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-08-16T14:42:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:42:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:42:19.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:43:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:43:09.457Z||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-08-16T14:43:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:43:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:43:09.460Z||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-08-16T14:43:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:43:19.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:43:19.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:44:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:44:09.458Z||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-08-16T14:44:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:44:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:44:09.460Z||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-08-16T14:44:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:44:19.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:44:19.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:45:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:45:09.457Z||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-08-16T14:45:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:45:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:45:09.460Z||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-08-16T14:45:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:45:19.002Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:45:19.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:46:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:46:09.457Z||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-08-16T14:46:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:46:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:46:09.460Z||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-08-16T14:46:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:46:19.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:46:19.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:47:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:47:09.457Z||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-08-16T14:47:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:47:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:47:09.460Z||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-08-16T14:47:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:47:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:47:19.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:48:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:48:09.457Z||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-08-16T14:48:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:48:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:48:09.460Z||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-08-16T14:48:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:48:19.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:48:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:49:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:49:09.457Z||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-08-16T14:49:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:49:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:49:09.460Z||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-08-16T14:49:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:49:19.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:49:19.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:50:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:50:09.457Z||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-08-16T14:50:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:50:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:50:09.459Z||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-08-16T14:50:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:50:19.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:50:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:51:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:51:09.457Z||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-08-16T14:51:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:51:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:51:09.460Z||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-08-16T14:51:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:51:19.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:51:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:52:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:52:09.457Z||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-08-16T14:52:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:52:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:52:09.460Z||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-08-16T14:52:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:52:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:52:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:53:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:53:09.457Z||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-08-16T14:53:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:53:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:53:09.460Z||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-08-16T14:53:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:53:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:53:19.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:54:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:54:09.457Z||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-08-16T14:54:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:54:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:54:09.460Z||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-08-16T14:54:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:54:19.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:54:19.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:55:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:55:09.457Z||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-08-16T14:55:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:55:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:55:09.460Z||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-08-16T14:55:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:55:19.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:55:19.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:56:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:56:09.458Z||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-08-16T14:56:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:56:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:56:09.460Z||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-08-16T14:56:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:56:19.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:56:19.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:57:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:57:09.458Z||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-08-16T14:57:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:57:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:57:09.460Z||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-08-16T14:57:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:57:18.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:57:19.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:58:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:58:09.457Z||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-08-16T14:58:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:58:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:58:09.460Z||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-08-16T14:58:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:58:19.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:58:19.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:59:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:59:09.458Z||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-08-16T14:59:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:59:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T14:59:09.460Z||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-08-16T14:59:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T14:59:18.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T14:59:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:00:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:00:09.458Z||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-08-16T15:00:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:00:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:00:09.460Z||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-08-16T15:00:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:00:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:00:19.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:01:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:01:09.458Z||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-08-16T15:01:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:01:09.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:01:09.462Z||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-08-16T15:01:09.462Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:01:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:01:19.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:02:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:02:09.458Z||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-08-16T15:02:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:02:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:02:09.460Z||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-08-16T15:02:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:02:19.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:02:19.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:03:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:03:09.458Z||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-08-16T15:03:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:03:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:03:09.460Z||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-08-16T15:03:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:03:19.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:03:19.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:04:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:04:09.459Z||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-08-16T15:04:09.459Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:04:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:04:09.460Z||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-08-16T15:04:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:04:19.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:04:19.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:05:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:05:09.458Z||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-08-16T15:05:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:05:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:05:09.460Z||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-08-16T15:05:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:05:19.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:05:19.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:06:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:06:09.458Z||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-08-16T15:06:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:06:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:06:09.460Z||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-08-16T15:06:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:06:19.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:06:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:07:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:07:09.458Z||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-08-16T15:07:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:07:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:07:09.460Z||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-08-16T15:07:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:07:19.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:07:19.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:08:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:08:09.457Z||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-08-16T15:08:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:08:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:08:09.460Z||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-08-16T15:08:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:08:19.005Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:08:19.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:09:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:09:09.458Z||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-08-16T15:09:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:09:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:09:09.460Z||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-08-16T15:09:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:09:19.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:09:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:10:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:10:09.458Z||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-08-16T15:10:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:10:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:10:09.460Z||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-08-16T15:10:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:10:19.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:10:19.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:11:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:11:09.457Z||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-08-16T15:11:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:11:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:11:09.460Z||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-08-16T15:11:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:11:19.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:11:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:12:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:12:09.458Z||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-08-16T15:12:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:12:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:12:09.460Z||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-08-16T15:12:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:12:19.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:12:19.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:13:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:13:09.457Z||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-08-16T15:13:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:13:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:13:09.460Z||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-08-16T15:13:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:13:19.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:13:19.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:14:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:14:09.458Z||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-08-16T15:14:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:14:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:14:09.460Z||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-08-16T15:14:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:14:19.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:14:19.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:15:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:15:09.458Z||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-08-16T15:15:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:15:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:15:09.460Z||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-08-16T15:15:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:15:19.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:15:19.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:16:09.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:16:09.458Z||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-08-16T15:16:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:16:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:16:09.460Z||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-08-16T15:16:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:16:19.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:16:19.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:17:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:17:09.458Z||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-08-16T15:17:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:17:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:17:09.460Z||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-08-16T15:17:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:17:19.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:17:19.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:18:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:18:09.458Z||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-08-16T15:18:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:18:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:18:09.460Z||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-08-16T15:18:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:18:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:18:19.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:19:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:19:09.458Z||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-08-16T15:19:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:19:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:19:09.460Z||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-08-16T15:19:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:19:19.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:19:19.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:20:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:20:09.458Z||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-08-16T15:20:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:20:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:20:09.460Z||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-08-16T15:20:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:20:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:20:19.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:21:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:21:09.457Z||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-08-16T15:21:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:21:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:21:09.460Z||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-08-16T15:21:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:21:18.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:21:18.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:22:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:22:09.458Z||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-08-16T15:22:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:22:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:22:09.460Z||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-08-16T15:22:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:22:19.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:22:19.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:23:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:23:09.458Z||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-08-16T15:23:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:23:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:23:09.460Z||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-08-16T15:23:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:23:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:23:19.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:24:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:24:09.457Z||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-08-16T15:24:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:24:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:24:09.460Z||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-08-16T15:24:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:24:19.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:24:19.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:25:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:25:09.458Z||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-08-16T15:25:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:25:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:25:09.460Z||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-08-16T15:25:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:25:19.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:25:19.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:26:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:26:09.457Z||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-08-16T15:26:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:26:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:26:09.460Z||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-08-16T15:26:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:26:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:26:19.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:27:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:27:09.457Z||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-08-16T15:27:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:27:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:27:09.460Z||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-08-16T15:27:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:27:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:27:19.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:28:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:28:09.458Z||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-08-16T15:28:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:28:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:28:09.460Z||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-08-16T15:28:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:28:19.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:28:19.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:29:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:29:09.458Z||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-08-16T15:29:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:29:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:29:09.460Z||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-08-16T15:29:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:29:19.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:29:19.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:30:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:30:09.458Z||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-08-16T15:30:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:30:09.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:30:09.460Z||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-08-16T15:30:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:30:19.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:30:19.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:31:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:31:09.458Z||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-08-16T15:31:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:31:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:31:09.460Z||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-08-16T15:31:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:31:19.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:31:19.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:32:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:32:09.458Z||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-08-16T15:32:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:32:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:32:09.460Z||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-08-16T15:32:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:32:19.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:32:19.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:33:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:33:09.458Z||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-08-16T15:33:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:33:09.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:33:09.460Z||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-08-16T15:33:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:33:19.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:33:19.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:34:09.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:34:09.457Z||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-08-16T15:34:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:34:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:34:09.460Z||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-08-16T15:34:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:34:19.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:34:19.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:35:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:35:09.458Z||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-08-16T15:35:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:35:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:35:09.460Z||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-08-16T15:35:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:35:19.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:35:19.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:36:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:36:09.458Z||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-08-16T15:36:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:36:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:36:09.460Z||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-08-16T15:36:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:36:19.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:36:19.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:37:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:37:09.457Z||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-08-16T15:37:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:37:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:37:09.460Z||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-08-16T15:37:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:37:19.007Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:37:19.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:38:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:38:09.457Z||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-08-16T15:38:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:38:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:38:09.460Z||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-08-16T15:38:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:38:19.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:38:19.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:39:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:39:09.457Z||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-08-16T15:39:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:39:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:39:09.460Z||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-08-16T15:39:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:39:19.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:39:19.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:40:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:40:09.457Z||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-08-16T15:40:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:40:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:40:09.460Z||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-08-16T15:40:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:40:19.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:40:19.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:41:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:41:09.458Z||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-08-16T15:41:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:41:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:41:09.460Z||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-08-16T15:41:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:41:19.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:41:19.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:42:09.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:42:09.458Z||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-08-16T15:42:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:42:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:42:09.460Z||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-08-16T15:42:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:42:19.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:42:19.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:43:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:43:09.457Z||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-08-16T15:43:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:43:09.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:43:09.460Z||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-08-16T15:43:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:43:19.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:43:19.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:44:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:44:09.458Z||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-08-16T15:44:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:44:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:44:09.460Z||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-08-16T15:44:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:44:19.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:44:19.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:45:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:45:09.457Z||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-08-16T15:45:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:45:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:45:09.460Z||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-08-16T15:45:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:45:19.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:45:19.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:46:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:46:09.457Z||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-08-16T15:46:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:46:09.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:46:09.459Z||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-08-16T15:46:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:46:19.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:46:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:47:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:47:09.458Z||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-08-16T15:47:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:47:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:47:09.460Z||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-08-16T15:47:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:47:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:47:19.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:48:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:48:09.458Z||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-08-16T15:48:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:48:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:48:09.460Z||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-08-16T15:48:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:48:19.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:48:19.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:49:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:49:09.457Z||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-08-16T15:49:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:49:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:49:09.460Z||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-08-16T15:49:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:49:19.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:49:19.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:50:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:50:09.457Z||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-08-16T15:50:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:50:09.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:50:09.464Z||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-08-16T15:50:09.464Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:50:19.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:50:19.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:51:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:51:09.457Z||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-08-16T15:51:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:51:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:51:09.460Z||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-08-16T15:51:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:51:19.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:51:19.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:09.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:52:09.457Z||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-08-16T15:52:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:52:09.460Z||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-08-16T15:52:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:09.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:10.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOTIFIED" } 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOTIFIED" } 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "ves-openapi-manager", "timestamp": 1629129111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129109759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129112619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129112141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129106514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129123736, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129123757, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129123729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:10.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129124048, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "cds", "timestamp": 1629129124750, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-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-08-16T15:52:10.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:10.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b104a412-d066-44eb-b733-763e3dc53d34","serviceName":"vFW 2021-08-16 15-49-07","serviceVersion":"1.0","serviceUUID":"0b694c17-db57-4470-99a7-596c53c64f2c","serviceDescription":"catalog service description","serviceInvariantUUID":"eced3acb-63fa-433a-bd44-d6473d17a57b","resources":[{"resourceInstanceName":"vFW 94799a7d-aaad 0","resourceName":"vFW 94799a7d-aaad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"072e2256-ee29-4fca-ac61-40bdc17a3cd6","resourceInvariantUUID":"40c539ba-f7a2-4e2a-acbe-bc2f042346a6","resourceCustomizationUUID":"70ed8964-b81f-49f1-a4a5-2b017dfe51a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml","artifactChecksum":"ZjdiNTM0MzdmOWNlNjFjZjUzMDBiMzg2NGFhMzg2N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23d82d68-2271-41a1-a5bc-e45b97db892d","artifactVersion":"1"},{"artifactName":"vfw94799a7daaad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json","artifactChecksum":"NWQ1YzRkNDA2NmI5MjBmMGJhNDhlMmI2NmExNTQzNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84c91d9a-bb9c-4f47-9125-40dc314e010e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53e6ed03-b039-428d-b6c4-30322aadc018","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml","artifactChecksum":"ODhmNDViMzcxNjhkNzIxNWQxNjdhYWIyMzhlNGQ3MjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3e13396-91e0-458b-974d-f8635406a5ff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7a280073-e047-426c-ad23-6231d51deaa8","artifactVersion":"2","generatedFromUUID":"53e6ed03-b039-428d-b6c4-30322aadc018"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816154907-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml","artifactChecksum":"NGQyZmQ2MmYxY2MwYmM0ZmQ5ZmNhMGUwMDZmM2JkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33358b33-301f-4887-a907-560ec5791e0e","artifactVersion":"1"},{"artifactName":"service-Vfw20210816154907-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar","artifactChecksum":"MWFiNGM5MzZmYjYxMmM4ZDY1NzlmZThjZjM1YzQ1YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3ed42e0-bda2-497e-b6d3-fabd203c8c82","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T15:52:10.113Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:10.126Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:10.139Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:10.139Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-16T15:52:10.236Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34 2021-08-16T15:52:10.240Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-08-16T15:52:10.243Z||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-08-16T15:52:10.244Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:10.254Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:10.255Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:52:10.258Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:52:10.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129124738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T15:52:10.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:10.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "policy-id", "timestamp": 1629129125742, "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-08-16T15:52:10.298Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34 2021-08-16T15:52:10.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:52:10.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129127471, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:10.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "dcae-sch", "timestamp": 1629129121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:10.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:52:10.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129128688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:10.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:10.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:52:10.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129129355, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T15:52:10.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:52:11.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:11.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:11.151Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:11.151Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOTIFIED" } 2021-08-16T15:52:11.252Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T15:52:11.253Z||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-08-16T15:52:11.253Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:11.266Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:11.267Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:12.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:12.153Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:12.154Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:12.154Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T15:52:12.255Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:12.256Z||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-08-16T15:52:12.256Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:12.266Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:12.267Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:13.155Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:13.156Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:13.157Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:13.158Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:13.258Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:13.259Z||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-08-16T15:52:13.259Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:13.269Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:13.269Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:52:14.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:14.159Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:14.161Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:14.161Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T15:52:14.261Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:14.262Z||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-08-16T15:52:14.262Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:14.271Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:14.272Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:15.162Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:15.162Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:15.164Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:15.164Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:52:15.264Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:15.265Z||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-08-16T15:52:15.265Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:15.275Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:15.276Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:16.165Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:52:16.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:16.168Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:16.168Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:52:16.269Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T15:52:16.270Z||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-08-16T15:52:16.270Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:16.281Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:16.281Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:17.170Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "serviceName": "vFW 2021-08-16 15-49-07", "serviceVersion": "1.0", "serviceUUID": "0b694c17-db57-4470-99a7-596c53c64f2c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eced3acb-63fa-433a-bd44-d6473d17a57b", "resources": [ { "resourceInstanceName": "vFW 94799a7d-aaad 0", "resourceCustomizationUUID": "70ed8964-b81f-49f1-a4a5-2b017dfe51a3", "resourceName": "vFW 94799a7d-aaad", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "072e2256-ee29-4fca-ac61-40bdc17a3cd6", "resourceInvariantUUID": "40c539ba-f7a2-4e2a-acbe-bc2f042346a6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw94799a7daaad0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "artifactChecksum": "NWQ1YzRkNDA2NmI5MjBmMGJhNDhlMmI2NmExNTQzNzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84c91d9a-bb9c-4f47-9125-40dc314e010e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "53e6ed03-b039-428d-b6c4-30322aadc018", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7a280073-e047-426c-ad23-6231d51deaa8", "generatedFromUUID": "53e6ed03-b039-428d-b6c4-30322aadc018" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7a280073-e047-426c-ad23-6231d51deaa8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816154907-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "artifactChecksum": "MWFiNGM5MzZmYjYxMmM4ZDY1NzlmZThjZjM1YzQ1YjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3ed42e0-bda2-497e-b6d3-fabd203c8c82" } ], "workloadContext": "Production" } 2021-08-16T15:52:17.171Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T15:52:17.172Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b694c17-db57-4470-99a7-596c53c64f2c ASDC 2021-08-16T15:52:17.276Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b104a412-d066-44eb-b733-763e3dc53d34 ServiceName:vFW 2021-08-16 15-49-07 ServiceVersion:1.0 ServiceUUID:0b694c17-db57-4470-99a7-596c53c64f2c ServiceInvariantUUID:eced3acb-63fa-433a-bd44-d6473d17a57b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816154907-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar ArtifactUUID:b3ed42e0-bda2-497e-b6d3-fabd203c8c82 ArtifactChecksum:MWFiNGM5MzZmYjYxMmM4ZDY1NzlmZThjZjM1YzQ1YjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 94799a7d-aaad 0 ResourceCustomizationUUID:70ed8964-b81f-49f1-a4a5-2b017dfe51a3 ResourceInvariantUUID:40c539ba-f7a2-4e2a-acbe-bc2f042346a6 ResourceName:vFW 94799a7d-aaad ResourceType:VF ResourceUUID:072e2256-ee29-4fca-ac61-40bdc17a3cd6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw94799a7daaad0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json ArtifactUUID:84c91d9a-bb9c-4f47-9125-40dc314e010e ArtifactChecksum:NWQ1YzRkNDA2NmI5MjBmMGJhNDhlMmI2NmExNTQzNzI= 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/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml ArtifactUUID:53e6ed03-b039-428d-b6c4-30322aadc018 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/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env ArtifactUUID:7a280073-e047-426c-ad23-6231d51deaa8 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/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env ArtifactUUID:7a280073-e047-426c-ad23-6231d51deaa8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T15:52:17.277Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b694c17-db57-4470-99a7-596c53c64f2c 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-08-16T15:52:17.355Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T15:52:17.356Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-16T15:52:17.356Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-16T15:52:17.356Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b3ed42e0-bda2-497e-b6d3-fabd203c8c82 from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:17.357Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-16T15:52:17.357Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:18.167Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-16T15:52:18.184Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar b3ed42e0-bda2-497e-b6d3-fabd203c8c82 98768 2021-08-16T15:52:18.185Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar ASDC sendASDCNotification 2021-08-16T15:52:18.185Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:18.187Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:52:18.188Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:18.190Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:18.190Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129138184, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:18.291Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:18.291Z||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-08-16T15:52:18.291Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:18.301Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:18.302Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:19.191Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T15:52:19.192Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-16T15:52:19.192Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b3ed42e0-bda2-497e-b6d3-fabd203c8c82, URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar to file: /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:19.193Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816154907-csar.csar 2021-08-16T15:52:19.470Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:19.470Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:19.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11867572919386563866/Definitions/service-Vfw20210816154907-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-08-16T15:52:22.873Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||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-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.878Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||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-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||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-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.879Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 94799a7d-aaad 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-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:22.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-16T15:52:22.886Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.887Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.890Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:22.890Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-16T15:52:22.892Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T15:52:22.893Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-16T15:52:22.894Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T15:52:22.895Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.895Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:22.898Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T15:52:22.899Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.900Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.901Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T15:52:22.902Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:22.903Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T15:52:22.905Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T15:52:22.906Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3a413f26-8aed-46f2-abce-3c0f7f239ebf 2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:22.907Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:22.908Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e85d7c20-1a13-46ca-ad08-92e137cb8952 2021-08-16T15:52:22.909Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.910Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T15:52:22.911Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb797478-dd28-47c2-9336-52a3222f190a 2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.912Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:22.913Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:22.914Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 15-49-07 Description:catalog service description Model UUID:0b694c17-db57-4470-99a7-596c53c64f2c Model Version:NULL Model InvariantUuid:eced3acb-63fa-433a-bd44-d6473d17a57b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 94799a7d-aaad Model UUID:40c33875-4a28-44a5-9af6-425400860ee8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:40c539ba-f7a2-4e2a-acbe-bc2f042346a6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:70ed8964-b81f-49f1-a4a5-2b017dfe51a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e31328d-bcdc-4dac-8703-92cdfc1a52ca ModelName:Vfw94799a7dAaad..base_vfw..module-0 ModelUuid:7d10fea0-46bd-4f5a-ab6e-02be280af696 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3a413f26-8aed-46f2-abce-3c0f7f239ebf ModelInvariantUuid:bdcaf74a-2a0c-4ee9-8898-2ea5a8dca403 ModelName:vFW 94799a7d-aaad-nodes.vfwCvfc ModelUuid:b2e121d7-96bd-42f9-9c5b-d7e4d6181ee9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b86d28c0-6223-42dc-bced-0765f9373b77 ModelInvariantUuid:ec795eba-8013-4483-a70e-9a816cc91c6e ModelName:Vfw94799a7dAaad.compute.nodes.heat.vfw ModelUuid:6f5e5604-fb74-4299-8f6e-1e0f0d063211 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e85d7c20-1a13-46ca-ad08-92e137cb8952 ModelInvariantUuid:8ecc2d86-8702-4d19-9ecd-e875cc17639b ModelName:vFW 94799a7d-aaad-nodes.vsnCvfc ModelUuid:e72b1950-fd19-4786-ae1c-bd5983376dea ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6d6486a1-9e37-46de-99e5-af172fd02e9c ModelInvariantUuid:ef3df4eb-01fc-4fb7-853f-d43ed7d55833 ModelName:Vfw94799a7dAaad.compute.nodes.heat.vsn ModelUuid:efb208e2-bca9-481b-852f-64a3739212dc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cb797478-dd28-47c2-9336-52a3222f190a ModelInvariantUuid:df5bef81-b948-41d6-9a2b-3a68318d238b ModelName:vFW 94799a7d-aaad-nodes.vpgCvfc ModelUuid:7e82a0f4-7688-4fcd-af75-0a1822ada3f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e5eae0f3-ae9f-4abc-bc78-8084250abb3f ModelInvariantUuid:300211e5-5011-4675-baea-09aa7f332597 ModelName:Vfw94799a7dAaad.compute.nodes.heat.vpg ModelUuid:94dcb9c2-6a4b-4ee9-9fb5-c22d542e2d0b 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-08-16T15:52:22.934Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 072e2256-ee29-4fca-ac61-40bdc17a3cd6 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-08-16T15:52:23.027Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||vFW 94799a7d-aaad 0 2021-08-16T15:52:23.034Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 072e2256-ee29-4fca-ac61-40bdc17a3cd6 2021-08-16T15:52:23.035Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84c91d9a-bb9c-4f47-9125-40dc314e010e from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json 2021-08-16T15:52:23.035Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-16T15:52:23.035Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json 2021-08-16T15:52:24.321Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json 84c91d9a-bb9c-4f47-9125-40dc314e010e 785 2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json ASDC sendASDCNotification 2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json 2021-08-16T15:52:24.322Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:52:24.323Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:24.325Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:24.325Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129144322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:24.425Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:24.426Z||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-08-16T15:52:24.426Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:24.436Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:24.437Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:25.326Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw94799a7dAaad..base_vfw..module-0", "vfModuleModelInvariantUUID": "2e31328d-bcdc-4dac-8703-92cdfc1a52ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7d10fea0-46bd-4f5a-ab6e-02be280af696", "vfModuleModelCustomizationUUID": "f66c712a-35f7-4b9d-8488-29ff5c78c2af", "isBase": true, "artifacts": [ "53e6ed03-b039-428d-b6c4-30322aadc018", "7a280073-e047-426c-ad23-6231d51deaa8" ], "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-08-16T15:52:25.350Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw94799a7dAaad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7d10fea0-46bd-4f5a-ab6e-02be280af696 VfModuleModelInvariantUUID:2e31328d-bcdc-4dac-8703-92cdfc1a52ca VfModuleModelDescription:NULL Artifacts UUID List:{ 53e6ed03-b039-428d-b6c4-30322aadc018 , 7a280073-e047-426c-ad23-6231d51deaa8 } 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-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw94799a7dAaad..base_vfw..module-0", "vfModuleModelInvariantUUID": "2e31328d-bcdc-4dac-8703-92cdfc1a52ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7d10fea0-46bd-4f5a-ab6e-02be280af696", "vfModuleModelCustomizationUUID": "f66c712a-35f7-4b9d-8488-29ff5c78c2af", "isBase": true, "artifacts": [ "53e6ed03-b039-428d-b6c4-30322aadc018", "7a280073-e047-426c-ad23-6231d51deaa8" ], "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-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw94799a7dAaad..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7d10fea0-46bd-4f5a-ab6e-02be280af696 VfModuleModelInvariantUUID:2e31328d-bcdc-4dac-8703-92cdfc1a52ca VfModuleModelDescription:NULL Artifacts UUID List:{ 53e6ed03-b039-428d-b6c4-30322aadc018 , 7a280073-e047-426c-ad23-6231d51deaa8 } 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-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 53e6ed03-b039-428d-b6c4-30322aadc018 from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml 2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-16T15:52:25.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml 2021-08-16T15:52:26.751Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml 53e6ed03-b039-428d-b6c4-30322aadc018 20368 2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml 2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:52:26.752Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:26.754Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:26.754Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129146752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:26.854Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:26.855Z||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-08-16T15:52:26.856Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:26.867Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:26.867Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:52:27.755Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a280073-e047-426c-ad23-6231d51deaa8 from URL: /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env 2021-08-16T15:52:27.756Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-16T15:52:27.756Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env 2021-08-16T15:52:27.923Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-16T15:52:27.923Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env 7a280073-e047-426c-ad23-6231d51deaa8 2098 2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env 2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:52:27.924Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:27.925Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:27.925Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129147923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T15:52:28.026Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:28.027Z||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-08-16T15:52:28.027Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:28.036Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:28.036Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:28.926Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0b694c17-db57-4470-99a7-596c53c64f2c 2021-08-16T15:52:28.927Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 94799a7d-aaad 0 072e2256-ee29-4fca-ac61-40bdc17a3cd6 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-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 70ed8964-b81f-49f1-a4a5-2b017dfe51a3 2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70ed8964-b81f-49f1-a4a5-2b017dfe51a3 matches Tosca VF Customization UUID: 70ed8964-b81f-49f1-a4a5-2b017dfe51a3 2021-08-16T15:52:28.969Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 70ed8964-b81f-49f1-a4a5-2b017dfe51a3 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-08-16T15:52:28.976Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.976Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 70ed8964-b81f-49f1-a4a5-2b017dfe51a3: {\"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-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@205ce10b 2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T15:52:28.979Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f66c712a-35f7-4b9d-8488-29ff5c78c2af 2021-08-16T15:52:28.980Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f66c712a-35f7-4b9d-8488-29ff5c78c2af 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-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:28.985Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T15:52:28.986Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:28.987Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3a413f26-8aed-46f2-abce-3c0f7f239ebf 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-08-16T15:52:28.994Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.994Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:28.994Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:28.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:28.996Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e85d7c20-1a13-46ca-ad08-92e137cb8952 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-08-16T15:52:28.998Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:28.999Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:28.999Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is not matching search criteria 2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T15:52:29.001Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T15:52:29.002Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T15:52:29.003Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T15:52:29.003Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb797478-dd28-47c2-9336-52a3222f190a 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-08-16T15:52:29.005Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Node template vFW 94799a7d-aaad 0 is matching search criteria 2021-08-16T15:52:29.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 94799a7d-aaad 0] matching following query criteria: sdcType=VF, customizationUUID=70ed8964-b81f-49f1-a4a5-2b017dfe51a3 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-08-16T15:52:29.008Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.008Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0b694c17-db57-4470-99a7-596c53c64f2c: vFW 94799a7d-aaad 2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:29.010Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:52:29.011Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-16 15-49-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:52:29.011Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-08-16 15-49-07 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-08-16T15:52:29.338Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 94799a7d-aaad 072e2256-ee29-4fca-ac61-40bdc17a3cd6 1 ASDC deployResourceStructure 2021-08-16T15:52:29.338Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json ASDC sendASDCNotification 2021-08-16T15:52:29.339Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json 2021-08-16T15:52:29.339Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:52:29.339Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:29.342Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:29.342Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129149338, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T15:52:29.442Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:29.443Z||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-08-16T15:52:29.443Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:29.453Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:29.453Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:52:30.343Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T15:52:30.343Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml 2021-08-16T15:52:30.343Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:52:30.344Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:30.346Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:30.346Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129150342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T15:52:30.446Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:30.447Z||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-08-16T15:52:30.447Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:30.457Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:30.458Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:52:31.347Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T15:52:31.348Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env 2021-08-16T15:52:31.348Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:52:31.348Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:31.350Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:31.350Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129151347, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T15:52:31.451Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:31.452Z||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-08-16T15:52:31.452Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:31.463Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:31.463Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:52:32.352Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar ASDC sendASDCNotification 2021-08-16T15:52:32.352Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar 2021-08-16T15:52:32.352Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:52:32.353Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:52:32.354Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:52:32.354Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129152351, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T15:52:32.454Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:52:32.455Z||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-08-16T15:52:32.455Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:52:32.466Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:52:32.466Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:52:33.355Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:52:33.371Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:52:33.374Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:52:33.374Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:52:33.375Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:53:03.375Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:53:03.388Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:53:03.390Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:53:03.391Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:53:03.391Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:53:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:53:09.460Z||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-08-16T15:53:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:53:09.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:53:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:53:09.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129129870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T15:53:09.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:53:33.391Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:53:33.407Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:53:33.409Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:53:33.410Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:53:33.410Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:54:03.410Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:54:03.421Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:54:03.424Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:54:03.424Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:54:03.425Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:54:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:54:09.460Z||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-08-16T15:54:09.461Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:54:09.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:54:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T15:54:09.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:54:09.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T15:54:33.425Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:54:33.438Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:54:33.441Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:54:33.442Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:54:33.442Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:55:03.442Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:55:03.455Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:55:03.458Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:55:03.458Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:55:03.458Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:55:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:55:09.460Z||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-08-16T15:55:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:55:09.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:55:09.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:09.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129130360, "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-08-16T15:55:09.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34 2021-08-16T15:55:09.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:55:10.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129130975, "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-08-16T15:55:10.006Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34 2021-08-16T15:55:10.006Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:55:10.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "NOTIFIED" } 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "multicloud-k8s-id", "timestamp": 1629129131978, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-16T15:55:10.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129129457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129137388, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129138114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129138184, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:55:10.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "aai-ml", "timestamp": 1629129139120, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T15:55:10.022Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b104a412-d066-44eb-b733-763e3dc53d34 2021-08-16T15:55:10.022Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:55:10.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129139397, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T15:55:10.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "clamp", "timestamp": 1629129140401, "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-08-16T15:55:10.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b104a412-d066-44eb-b733-763e3dc53d34 2021-08-16T15:55:10.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:55:10.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129144322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T15:55:10.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129146752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129147923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129149338, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/vfw94799a7daaad0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129150342, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129151347, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/resourceInstances/vfw94799a7daaad0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:10.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T15:55:10.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129152351, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816154907/1.0/artifacts/service-Vfw20210816154907-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T15:55:10.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:55:33.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:55:33.472Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T15:55:33.476Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T15:55:33.477Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T15:55:33.477Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T15:55:33.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T15:56:03.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b104a412-d066-44eb-b733-763e3dc53d34 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-08-16T15:56:03.493Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b104a412-d066-44eb-b733-763e3dc53d34 and serviceModelVersionId: 0b694c17-db57-4470-99a7-596c53c64f2c 2021-08-16T15:56:03.493Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eced3acb-63fa-433a-bd44-d6473d17a57b 2021-08-16T15:56:09.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:56:09.460Z||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-08-16T15:56:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:56:19.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:56:19.999Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0 2021-08-16T15:56:20.161Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T15:56:20.873Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|INFO|500||Invoke 2021-08-16T15:56:20.880Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b104a412-d066-44eb-b733-763e3dc53d34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ffa9054f-40c6-4d00-9502-d25da0626e5f], X-ECOMP-RequestID=[b104a412-d066-44eb-b733-763e3dc53d34], X-TransactionId=[], X-ONAP-RequestID=[b104a412-d066-44eb-b733-763e3dc53d34], Content-Type=[application/merge-patch+json]} 2021-08-16T15:56:21.040Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T15:56:21.141Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?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/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-15:56:21:047-94848], Content-Length=[495], Date=[Mon, 16 Aug 2021 15:56:21 GMT], Content-Type=[application/json]} 2021-08-16T15:56:21.144Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c","ERR.5.4.6114"]}}} 2021-08-16T15:56:21.145Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T15:56:21.168Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114) 2021-08-16T15:56:21.169Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T15:56:21.169Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114) 2021-08-16T15:56:21.169Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114) 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-08-16T15:56:21.173Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-16T15:56:21.181Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b104a412-d066-44eb-b733-763e3dc53d34 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec=ERR.5.4.6114) 2021-08-16T15:56:21.182Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T15:56:21.183Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:56:21.184Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:56:21.184Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129381182, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec\u003dERR.5.4.6114)" } 2021-08-16T15:56:21.285Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T15:56:21.286Z||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-08-16T15:56:21.286Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:56:21.298Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:56:21.298Z||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-08-16T15:56:22.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:56:22.205Z||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-08-16T15:56:22.205Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:56:32.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:56:32.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:56:32.415Z||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-08-16T15:56:32.415Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:56:41.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:56:41.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:56:41.959Z||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-08-16T15:56:41.960Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:56:51.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:56:51.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:56:51.497Z||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-08-16T15:56:51.497Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:57:01.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:57:09.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:57:09.458Z||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-08-16T15:57:09.458Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:57:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:57:09.460Z||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-08-16T15:57:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:57:10.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:57:10.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T15:57:10.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b104a412-d066-44eb-b733-763e3dc53d34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129381182, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db104a412-d066-44eb-b733-763e3dc53d34 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eced3acb-63fa-433a-bd44-d6473d17a57b/model-vers/model-ver/0b694c17-db57-4470-99a7-596c53c64f2c) (ec\u003dERR.5.4.6114)" } 2021-08-16T15:57:10.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T15:57:18.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:09.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:58:09.457Z||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-08-16T15:58:09.457Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:58:09.460Z||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-08-16T15:58:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:12.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:12.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T15:58:12.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927","serviceName":"basic_onboard_AAHvwv","serviceVersion":"1.0","serviceUUID":"30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd","serviceDescription":"service","serviceInvariantUUID":"094a0dea-1ccd-486f-8660-73b9c458d809","resources":[{"resourceInstanceName":"basic_onboard_AAHvwv 0","resourceName":"basic_onboard_AAHvwv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c62d85a7-64eb-42c7-8c17-0a96ab623ca7","resourceInvariantUUID":"3c498919-ce95-49ba-bbd1-dc4ebed91c4f","resourceCustomizationUUID":"b2071e2c-2031-4894-8f30-c5a39835fb39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml","artifactChecksum":"NDkyMmE4ODgyOThmZDBhNDRjY2ZkM2NlNjAwYzZhZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e59e54df-28b5-462e-b0e9-7e4eb3e6a27a","artifactVersion":"1"},{"artifactName":"basic_onboard_aahvwv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json","artifactChecksum":"ZTVkNGQ4ZjFlNzI0NWFjZDM5MDA3OWRjM2ZlMDE3MWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7d7df00-71a3-4429-832b-be4c703e9551","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4d6f5757-258f-42ec-893f-d6a82614ca4a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61eba334-3719-4612-b799-ffd57e6461c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac07846a-a529-4910-b6f3-c947c6e479df","artifactVersion":"2","generatedFromUUID":"4d6f5757-258f-42ec-893f-d6a82614ca4a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAahvwv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml","artifactChecksum":"YTFlZDEyMDkyNTQzMDAyZjA5MjZhNjQyM2NmZWE1MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a8aba67-1250-4ab9-b43f-fc261e8e8095","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAahvwv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar","artifactChecksum":"M2YyYTg3MzBhOTM0YTE4ZmYzZGY3ZmY3MDZmZWI0YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb312aab-a649-4864-bba1-43cb3e0af845","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T15:58:12.918Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:12.918Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:12.920Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:12.921Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:58:13.021Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:13.021Z||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-08-16T15:58:13.022Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:13.030Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:13.030Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:13.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:13.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T15:58:13.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:58:13.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T15:58:13.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T15:58:13.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:58:13.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T15:58:13.921Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:13.922Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:13.924Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:13.924Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOTIFIED" } 2021-08-16T15:58:14.024Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:14.025Z||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-08-16T15:58:14.025Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:14.035Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:14.036Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:14.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:14.926Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:14.927Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:14.928Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T15:58:15.028Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:15.029Z||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-08-16T15:58:15.029Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:15.040Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:15.041Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:15.928Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:15.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:15.932Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:15.932Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:58:16.033Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T15:58:16.033Z||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-08-16T15:58:16.034Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:16.044Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:16.045Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:16.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:16.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:16.936Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:16.936Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-16T15:58:17.036Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:17.037Z||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-08-16T15:58:17.038Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:17.049Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:17.049Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:17.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:17.938Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:17.940Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:17.940Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T15:58:18.040Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:18.042Z||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-08-16T15:58:18.042Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:18.053Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:18.053Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T15:58:18.941Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T15:58:18.942Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:18.944Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:18.944Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T15:58:19.044Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:19.045Z||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-08-16T15:58:19.045Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:19.056Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:19.056Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:19.946Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "serviceName": "basic_onboard_AAHvwv", "serviceVersion": "1.0", "serviceUUID": "30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd", "serviceDescription": "service", "serviceInvariantUUID": "094a0dea-1ccd-486f-8660-73b9c458d809", "resources": [ { "resourceInstanceName": "basic_onboard_AAHvwv 0", "resourceCustomizationUUID": "b2071e2c-2031-4894-8f30-c5a39835fb39", "resourceName": "basic_onboard_AAHvwv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c62d85a7-64eb-42c7-8c17-0a96ab623ca7", "resourceInvariantUUID": "3c498919-ce95-49ba-bbd1-dc4ebed91c4f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_aahvwv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "artifactChecksum": "ZTVkNGQ4ZjFlNzI0NWFjZDM5MDA3OWRjM2ZlMDE3MWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7d7df00-71a3-4429-832b-be4c703e9551", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4d6f5757-258f-42ec-893f-d6a82614ca4a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac07846a-a529-4910-b6f3-c947c6e479df", "generatedFromUUID": "4d6f5757-258f-42ec-893f-d6a82614ca4a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac07846a-a529-4910-b6f3-c947c6e479df", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAahvwv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "artifactChecksum": "M2YyYTg3MzBhOTM0YTE4ZmYzZGY3ZmY3MDZmZWI0YzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb312aab-a649-4864-bba1-43cb3e0af845" } ], "workloadContext": "Production" } 2021-08-16T15:58:19.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T15:58:19.946Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd ASDC 2021-08-16T15:58:19.947Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 ServiceName:basic_onboard_AAHvwv ServiceVersion:1.0 ServiceUUID:30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd ServiceInvariantUUID:094a0dea-1ccd-486f-8660-73b9c458d809 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAahvwv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar ArtifactUUID:eb312aab-a649-4864-bba1-43cb3e0af845 ArtifactChecksum:M2YyYTg3MzBhOTM0YTE4ZmYzZGY3ZmY3MDZmZWI0YzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_AAHvwv 0 ResourceCustomizationUUID:b2071e2c-2031-4894-8f30-c5a39835fb39 ResourceInvariantUUID:3c498919-ce95-49ba-bbd1-dc4ebed91c4f ResourceName:basic_onboard_AAHvwv ResourceType:VF ResourceUUID:c62d85a7-64eb-42c7-8c17-0a96ab623ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_aahvwv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json ArtifactUUID:b7d7df00-71a3-4429-832b-be4c703e9551 ArtifactChecksum:ZTVkNGQ4ZjFlNzI0NWFjZDM5MDA3OWRjM2ZlMDE3MWI= 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/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml ArtifactUUID:4d6f5757-258f-42ec-893f-d6a82614ca4a 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/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ArtifactUUID:ac07846a-a529-4910-b6f3-c947c6e479df 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/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ArtifactUUID:ac07846a-a529-4910-b6f3-c947c6e479df ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T15:58:19.947Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd 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-08-16T15:58:19.986Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T15:58:19.987Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T15:58:19.987Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T15:58:19.987Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb312aab-a649-4864-bba1-43cb3e0af845 from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:19.988Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T15:58:19.988Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:20.910Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T15:58:20.917Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar eb312aab-a649-4864-bba1-43cb3e0af845 71377 2021-08-16T15:58:20.917Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar ASDC sendASDCNotification 2021-08-16T15:58:20.917Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:20.918Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:58:20.918Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:20.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:20.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129500917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T15:58:21.021Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:21.022Z||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-08-16T15:58:21.023Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:21.033Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:21.033Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:21.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T15:58:21.923Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T15:58:21.924Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: eb312aab-a649-4864-bba1-43cb3e0af845, URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar to file: /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:21.924Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:21.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:21.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:22.103Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12766711448717198456/Definitions/service-BasicOnboardAahvwv-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-08-16T15:58:23.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AAHvwv 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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.658Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.659Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is not matching search criteria 2021-08-16T15:58:23.660Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:23.661Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.662Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is not matching search criteria 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f788c865-c981-4f47-b7b5-88a108751067 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.663Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.664Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:23.664Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:23.664Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_AAHvwv Description:service Model UUID:30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd Model Version:NULL Model InvariantUuid:094a0dea-1ccd-486f-8660-73b9c458d809 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_AAHvwv Model UUID:10e527fc-f7ea-42a8-8034-154379052db1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3c498919-ce95-49ba-bbd1-dc4ebed91c4f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2071e2c-2031-4894-8f30-c5a39835fb39 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f65f42a1-fee9-4772-bb19-8915cb411f30 ModelName:BasicOnboardAahvwv..base_ubuntu18..module-0 ModelUuid:d7c24960-3fe1-4333-a710-c000a7724e80 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f788c865-c981-4f47-b7b5-88a108751067 ModelInvariantUuid:34d2c0c2-5d2d-4e1b-a6d5-61f778fe59ad ModelName:basic_onboard_AAHvwv-nodes.ubuntu18Cvfc ModelUuid:d1186fe2-a3e6-441c-9c31-571090708aca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fd8655f3-b1ee-4e6a-a395-96b64dce25d1 ModelInvariantUuid:c849bf16-cb94-4f4d-bb86-dbfc205c6979 ModelName:BasicOnboardAahvwv.compute.nodes.heat.ubuntu18 ModelUuid:1e552951-44f2-4cf5-925a-9048235b8c8b 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-08-16T15:58:23.671Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c62d85a7-64eb-42c7-8c17-0a96ab623ca7 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-08-16T15:58:23.674Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||basic_onboard_AAHvwv 0 2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c62d85a7-64eb-42c7-8c17-0a96ab623ca7 2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b7d7df00-71a3-4429-832b-be4c703e9551 from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json 2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T15:58:23.675Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json 2021-08-16T15:58:25.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T15:58:25.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json b7d7df00-71a3-4429-832b-be4c703e9551 798 2021-08-16T15:58:25.921Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json ASDC sendASDCNotification 2021-08-16T15:58:25.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json 2021-08-16T15:58:25.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:58:25.922Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:25.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:25.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129505921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T15:58:26.025Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:26.026Z||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-08-16T15:58:26.026Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:26.035Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:26.036Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:26.925Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAahvwv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f65f42a1-fee9-4772-bb19-8915cb411f30", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d7c24960-3fe1-4333-a710-c000a7724e80", "vfModuleModelCustomizationUUID": "34101933-e834-4007-80d7-b3df5de84fcb", "isBase": true, "artifacts": [ "4d6f5757-258f-42ec-893f-d6a82614ca4a", "ac07846a-a529-4910-b6f3-c947c6e479df" ], "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-08-16T15:58:26.930Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAahvwv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d7c24960-3fe1-4333-a710-c000a7724e80 VfModuleModelInvariantUUID:f65f42a1-fee9-4772-bb19-8915cb411f30 VfModuleModelDescription:NULL Artifacts UUID List:{ 4d6f5757-258f-42ec-893f-d6a82614ca4a , ac07846a-a529-4910-b6f3-c947c6e479df } 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-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAahvwv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f65f42a1-fee9-4772-bb19-8915cb411f30", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d7c24960-3fe1-4333-a710-c000a7724e80", "vfModuleModelCustomizationUUID": "34101933-e834-4007-80d7-b3df5de84fcb", "isBase": true, "artifacts": [ "4d6f5757-258f-42ec-893f-d6a82614ca4a", "ac07846a-a529-4910-b6f3-c947c6e479df" ], "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-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAahvwv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d7c24960-3fe1-4333-a710-c000a7724e80 VfModuleModelInvariantUUID:f65f42a1-fee9-4772-bb19-8915cb411f30 VfModuleModelDescription:NULL Artifacts UUID List:{ 4d6f5757-258f-42ec-893f-d6a82614ca4a , ac07846a-a529-4910-b6f3-c947c6e479df } 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-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d6f5757-258f-42ec-893f-d6a82614ca4a from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml 2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T15:58:26.933Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml 2021-08-16T15:58:27.827Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml 4d6f5757-258f-42ec-893f-d6a82614ca4a 5033 2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml 2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:58:27.828Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:27.830Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:27.830Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129507828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T15:58:27.930Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:27.931Z||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-08-16T15:58:27.931Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:27.941Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:27.941Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:28.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac07846a-a529-4910-b6f3-c947c6e479df from URL: /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env 2021-08-16T15:58:28.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T15:58:28.832Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env 2021-08-16T15:58:29.441Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ac07846a-a529-4910-b6f3-c947c6e479df 909 2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env 2021-08-16T15:58:29.442Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T15:58:29.443Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:29.445Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:29.445Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129509442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-16T15:58:29.545Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:29.546Z||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-08-16T15:58:29.546Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:29.556Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:29.557Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:30.446Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd 2021-08-16T15:58:30.447Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AAHvwv 0 c62d85a7-64eb-42c7-8c17-0a96ab623ca7 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-08-16T15:58:30.466Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.467Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.467Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-16T15:58:30.467Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b2071e2c-2031-4894-8f30-c5a39835fb39 2021-08-16T15:58:30.468Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2071e2c-2031-4894-8f30-c5a39835fb39 matches Tosca VF Customization UUID: b2071e2c-2031-4894-8f30-c5a39835fb39 2021-08-16T15:58:30.468Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b2071e2c-2031-4894-8f30-c5a39835fb39 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-08-16T15:58:30.471Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.471Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.471Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b2071e2c-2031-4894-8f30-c5a39835fb39: {\"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-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@694212d3 2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T15:58:30.472Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34101933-e834-4007-80d7-b3df5de84fcb 2021-08-16T15:58:30.473Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34101933-e834-4007-80d7-b3df5de84fcb 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-08-16T15:58:30.475Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.475Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:30.475Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:58:30.476Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.476Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:30.476Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is not matching search criteria 2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-16T15:58:30.477Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f788c865-c981-4f47-b7b5-88a108751067 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-08-16T15:58:30.480Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.480Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:30.480Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T15:58:30.481Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.481Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_AAHvwv 0 is matching search criteria 2021-08-16T15:58:30.481Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_AAHvwv 0] matching following query criteria: sdcType=VF, customizationUUID=b2071e2c-2031-4894-8f30-c5a39835fb39 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-08-16T15:58:30.483Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.483Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd: basic_onboard_AAHvwv 2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.484Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.485Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.485Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.485Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_AAHvwv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T15:58:30.486Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_AAHvwv 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-08-16T15:58:30.568Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AAHvwv c62d85a7-64eb-42c7-8c17-0a96ab623ca7 1 ASDC deployResourceStructure 2021-08-16T15:58:30.569Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json ASDC sendASDCNotification 2021-08-16T15:58:30.569Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json 2021-08-16T15:58:30.569Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:58:30.570Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:30.572Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:30.572Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129510568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T15:58:30.672Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:30.673Z||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-08-16T15:58:30.673Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:30.685Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:30.686Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:31.573Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-16T15:58:31.574Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml 2021-08-16T15:58:31.574Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:58:31.575Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:31.577Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:31.577Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129511573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-16T15:58:31.677Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T15:58:31.678Z||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-08-16T15:58:31.678Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:31.689Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:31.690Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:32.578Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-16T15:58:32.579Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env 2021-08-16T15:58:32.579Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:58:32.580Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:32.582Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:32.582Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129512578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-16T15:58:32.683Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T15:58:32.684Z||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-08-16T15:58:32.684Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:32.696Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:32.697Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:33.583Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar ASDC sendASDCNotification 2021-08-16T15:58:33.584Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar 2021-08-16T15:58:33.584Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T15:58:33.584Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T15:58:33.586Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T15:58:33.587Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129513583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T15:58:33.687Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T15:58:33.688Z||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-08-16T15:58:33.688Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:58:33.701Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:58:33.702Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-16T15:58:34.587Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:58:34.598Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:58:34.601Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:58:34.601Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:58:34.601Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:59:04.602Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:59:04.615Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:59:04.617Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:59:04.618Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:59:04.618Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T15:59:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T15:59:09.460Z||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-08-16T15:59:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T15:59:09.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T15:59:09.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T15:59:09.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T15:59:09.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T15:59:34.618Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T15:59:34.628Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T15:59:34.631Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T15:59:34.631Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T15:59:34.631Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:00:04.632Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:00:04.641Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:00:04.645Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:00:04.645Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:00:04.646Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:00:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:00:09.460Z||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-08-16T16:00:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:00:09.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:00:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:00:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:00:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:00:34.646Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:00:34.655Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:00:34.656Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:00:34.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:00:34.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:01:04.657Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:01:04.666Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:01:04.668Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:01:04.669Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:01:04.669Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:01:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:01:09.460Z||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-08-16T16:01:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:01:09.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:01:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129489457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129484759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "ves-openapi-manager", "timestamp": 1629129491777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129492609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129500917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129501035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129501415, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "cds", "timestamp": 1629129502041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-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-08-16T16:01:09.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 2021-08-16T16:01:09.544Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:01:09.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129502419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129496514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "policy-id", "timestamp": 1629129503422, "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-08-16T16:01:09.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 2021-08-16T16:01:09.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129498203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129505921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129507427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129507828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "dcae-sch", "timestamp": 1629129501916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129502141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129509040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129502619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129509442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129510273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129510320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129510422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129510467, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129510568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129511338, "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-08-16T16:01:09.586Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 2021-08-16T16:01:09.586Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:01:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129511436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129511573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "multicloud-k8s-id", "timestamp": 1629129512341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/basic_onboard_aahvwv0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "clamp", "timestamp": 1629129512439, "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-08-16T16:01:09.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 2021-08-16T16:01:09.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:01:09.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129512578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/resourceInstances/basic_onboard_aahvwv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129512608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129513583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129513611, "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-08-16T16:01:09.613Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 2021-08-16T16:01:09.613Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:01:09.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129516372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAahvwv/1.0/artifacts/service-BasicOnboardAahvwv-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:01:09.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:01:09.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:01:09.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "aai-ml", "timestamp": 1629129517377, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:01:09.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 2021-08-16T16:01:09.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:01:34.669Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:01:34.680Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:01:34.683Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:01:34.688Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:02:04.688Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 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-08-16T16:02:04.694Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and serviceModelVersionId: 30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd 2021-08-16T16:02:04.694Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 094a0dea-1ccd-486f-8660-73b9c458d809 2021-08-16T16:02:04.695Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0 2021-08-16T16:02:04.699Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:02:04.737Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|INFO|500||Invoke 2021-08-16T16:02:04.737Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d47d542e-1188-4758-bb77-e80b4138541f], X-ECOMP-RequestID=[2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927], X-TransactionId=[], X-ONAP-RequestID=[2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927], Content-Type=[application/merge-patch+json]} 2021-08-16T16:02:04.772Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:02:04.796Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?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/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:02:04:778-99640], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:02:04 GMT], Content-Type=[application/json]} 2021-08-16T16:02:04.810Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd","ERR.5.4.6114"]}}} 2021-08-16T16:02:04.811Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114) 2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114) 2021-08-16T16:02:04.814Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114) 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-08-16T16:02:04.817Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-08-16T16:02:04.817Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec=ERR.5.4.6114) 2021-08-16T16:02:04.818Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:02:04.818Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:04.819Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:04.819Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129724818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:02:04.920Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:04.921Z||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-08-16T16:02:04.921Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:04.936Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:04.937Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:02:05.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:02:05.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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-08-16T16:02:05.831Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:02:09.460Z||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-08-16T16:02:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:09.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:09.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "ves-openapi-manager", "timestamp": 1629129571777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129562619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129572609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129580049, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129574759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129581509, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129582513, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129583511, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "policy-id", "timestamp": 1629129583516, "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-08-16T16:02:09.518Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6 2021-08-16T16:02:09.518Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:02:09.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "cds", "timestamp": 1629129584517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-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-08-16T16:02:09.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6 2021-08-16T16:02:09.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129578203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129587160, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129588249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129588462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "dcae-sch", "timestamp": 1629129581915, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "aai-ml", "timestamp": 1629129589253, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:02:09.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6 2021-08-16T16:02:09.550Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:02:09.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129589641, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129590655, "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-08-16T16:02:09.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6 2021-08-16T16:02:09.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:02:09.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "multicloud-k8s-id", "timestamp": 1629129591657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129586514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129592141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129600539, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129602434, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129603718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129604443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129604722, "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-08-16T16:02:09.585Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6 2021-08-16T16:02:09.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:02:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:02:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "clamp", "timestamp": 1629129605446, "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-08-16T16:02:09.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35cbe615-1b5d-4e51-9c63-5418e77867d6 2021-08-16T16:02:09.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:02:10.129Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:10.130Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:02:10.130Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"35cbe615-1b5d-4e51-9c63-5418e77867d6","serviceName":"vFW 2021-08-16 15-57-30","serviceVersion":"1.0","serviceUUID":"9036a06a-16ca-44ba-beda-3a81e7bd0be9","serviceDescription":"catalog service description","serviceInvariantUUID":"be222d1d-550c-49d6-a635-8d3b1ae61716","resources":[{"resourceInstanceName":"vFW b8973bdd-21de 0","resourceName":"vFW b8973bdd-21de","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"546ae906-65ca-40c0-8765-9f2d0fba0db1","resourceInvariantUUID":"2d763029-a14e-4a61-ac19-c5b4ee46b63b","resourceCustomizationUUID":"5d4da9b6-caa3-418b-903d-b7a60e95840b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml","artifactChecksum":"MGYwZTE1YjI1NjY5NDk3ZTRhZjEwZmFlNjI5OTAxNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5bec2061-bcb1-4cb4-8c03-c1bdf30186a4","artifactVersion":"1"},{"artifactName":"vfwb8973bdd21de0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json","artifactChecksum":"Mzg5NjliNDNiMTAyM2I0ZjU3M2Y0ZDI3Yjg5NTIwMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"484036c2-cbb1-4eba-b3df-88ff3af29a1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml","artifactChecksum":"MmU3MjNmZDk4YzVmZDYzMjQ4Y2M1YjQzYjRkMzc2NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53fe2cfa-7f26-4750-9493-4ba0e880a808","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9d9051b-643f-45c9-b143-425c93cafc27","artifactVersion":"2","generatedFromUUID":"484036c2-cbb1-4eba-b3df-88ff3af29a1a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816155730-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml","artifactChecksum":"NTIzOTY2ODc5MmJlMzFkYzQ4ZTcxYWY0ZTdmZTAwMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef583be8-cc14-4b4c-ad14-0dd9ae5b6556","artifactVersion":"1"},{"artifactName":"service-Vfw20210816155730-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar","artifactChecksum":"YmEzNjMzYWYxMzA1ZjMxNjJlYmNkMDk4YWYzYmJmZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"670513f7-1ac6-4357-9352-1c5c4002bc57","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:02:10.132Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:10.132Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:10.134Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:10.134Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:10.234Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:10.234Z||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-08-16T16:02:10.235Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:10.244Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:10.245Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:11.134Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:11.135Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:11.137Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:11.138Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:02:11.238Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:11.239Z||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-08-16T16:02:11.239Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:11.250Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:11.250Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:02:12.138Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:12.139Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:12.142Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:12.142Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:02:12.243Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:12.244Z||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-08-16T16:02:12.244Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:12.258Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:12.259Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:13.143Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:13.144Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:13.146Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:13.146Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:13.247Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:13.248Z||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-08-16T16:02:13.248Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:13.259Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:13.259Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:14.147Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:14.148Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:14.150Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:14.150Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:02:14.250Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:14.251Z||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-08-16T16:02:14.251Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:14.263Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:14.263Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:15.150Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:15.151Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:15.155Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:15.155Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:02:15.255Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:15.256Z||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-08-16T16:02:15.257Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:15.265Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:15.266Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:16.156Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:02:16.157Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:16.159Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:16.159Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:02:16.259Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:16.260Z||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-08-16T16:02:16.261Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:16.271Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:16.272Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:17.160Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "serviceName": "vFW 2021-08-16 15-57-30", "serviceVersion": "1.0", "serviceUUID": "9036a06a-16ca-44ba-beda-3a81e7bd0be9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "be222d1d-550c-49d6-a635-8d3b1ae61716", "resources": [ { "resourceInstanceName": "vFW b8973bdd-21de 0", "resourceCustomizationUUID": "5d4da9b6-caa3-418b-903d-b7a60e95840b", "resourceName": "vFW b8973bdd-21de", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "546ae906-65ca-40c0-8765-9f2d0fba0db1", "resourceInvariantUUID": "2d763029-a14e-4a61-ac19-c5b4ee46b63b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb8973bdd21de0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "artifactChecksum": "Mzg5NjliNDNiMTAyM2I0ZjU3M2Y0ZDI3Yjg5NTIwMzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "484036c2-cbb1-4eba-b3df-88ff3af29a1a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e9d9051b-643f-45c9-b143-425c93cafc27", "generatedFromUUID": "484036c2-cbb1-4eba-b3df-88ff3af29a1a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e9d9051b-643f-45c9-b143-425c93cafc27", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816155730-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "artifactChecksum": "YmEzNjMzYWYxMzA1ZjMxNjJlYmNkMDk4YWYzYmJmZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "670513f7-1ac6-4357-9352-1c5c4002bc57" } ], "workloadContext": "Production" } 2021-08-16T16:02:17.160Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:02:17.160Z|2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9036a06a-16ca-44ba-beda-3a81e7bd0be9 ASDC 2021-08-16T16:02:17.162Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:35cbe615-1b5d-4e51-9c63-5418e77867d6 ServiceName:vFW 2021-08-16 15-57-30 ServiceVersion:1.0 ServiceUUID:9036a06a-16ca-44ba-beda-3a81e7bd0be9 ServiceInvariantUUID:be222d1d-550c-49d6-a635-8d3b1ae61716 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816155730-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar ArtifactUUID:670513f7-1ac6-4357-9352-1c5c4002bc57 ArtifactChecksum:YmEzNjMzYWYxMzA1ZjMxNjJlYmNkMDk4YWYzYmJmZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b8973bdd-21de 0 ResourceCustomizationUUID:5d4da9b6-caa3-418b-903d-b7a60e95840b ResourceInvariantUUID:2d763029-a14e-4a61-ac19-c5b4ee46b63b ResourceName:vFW b8973bdd-21de ResourceType:VF ResourceUUID:546ae906-65ca-40c0-8765-9f2d0fba0db1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb8973bdd21de0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json ArtifactUUID:b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24 ArtifactChecksum:Mzg5NjliNDNiMTAyM2I0ZjU3M2Y0ZDI3Yjg5NTIwMzg= 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/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml ArtifactUUID:484036c2-cbb1-4eba-b3df-88ff3af29a1a 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/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env ArtifactUUID:e9d9051b-643f-45c9-b143-425c93cafc27 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/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env ArtifactUUID:e9d9051b-643f-45c9-b143-425c93cafc27 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:02:17.162Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9036a06a-16ca-44ba-beda-3a81e7bd0be9 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-08-16T16:02:17.192Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:02:17.192Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 670513f7-1ac6-4357-9352-1c5c4002bc57 from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:02:17.193Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:17.886Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:02:17.894Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar 670513f7-1ac6-4357-9352-1c5c4002bc57 98779 2021-08-16T16:02:17.895Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar ASDC sendASDCNotification 2021-08-16T16:02:17.895Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:17.895Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:02:17.896Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:17.898Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:17.898Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129737895, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:17.998Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:17.999Z||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-08-16T16:02:17.999Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:18.010Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:18.010Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:18.899Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:02:18.901Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:02:18.901Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 670513f7-1ac6-4357-9352-1c5c4002bc57, URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar to file: /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:18.902Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816155730-csar.csar 2021-08-16T16:02:18.902Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:18.902Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:19.130Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11309903955540628679/Definitions/service-Vfw20210816155730-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-08-16T16:02:20.989Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.990Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b8973bdd-21de 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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|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-Vfw20210816155730-csar.csar 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:20.991Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.992Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.993Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:20.994Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:20.995Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8a1715-49dc-4b4f-8abc-5bd55c676c16 2021-08-16T16:02:20.996Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:02:20.997Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a35a01c-e297-4d82-a633-d49a790aaa1c 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:20.998Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e14181e6-2526-48fc-87ca-7947a2714fc6 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:20.999Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:21.000Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:21.000Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:21.000Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 15-57-30 Description:catalog service description Model UUID:9036a06a-16ca-44ba-beda-3a81e7bd0be9 Model Version:NULL Model InvariantUuid:be222d1d-550c-49d6-a635-8d3b1ae61716 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b8973bdd-21de Model UUID:97c44ba1-a1fb-4a89-b905-509ad550362d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2d763029-a14e-4a61-ac19-c5b4ee46b63b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d4da9b6-caa3-418b-903d-b7a60e95840b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bb074aa3-5235-4129-8557-d62e3055b581 ModelName:VfwB8973bdd21de..base_vfw..module-0 ModelUuid:70c5d0ee-0927-4e76-a047-dbc57427e105 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ca8a1715-49dc-4b4f-8abc-5bd55c676c16 ModelInvariantUuid:373c414d-7696-4d80-8ef9-295f3ac18db7 ModelName:vFW b8973bdd-21de-nodes.vfwCvfc ModelUuid:c4c47594-86fb-4378-9e1f-2613b81b2386 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:bf69875e-3333-47e9-8e2b-0b14923264fa ModelInvariantUuid:9f9d77b1-03af-47cc-9383-5afc795512de ModelName:VfwB8973bdd21de.compute.nodes.heat.vfw ModelUuid:5191486c-61d6-41dc-9725-0c79b0a8b79e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6a35a01c-e297-4d82-a633-d49a790aaa1c ModelInvariantUuid:f2cf230f-3ab7-443c-8a5a-800f77b78825 ModelName:vFW b8973bdd-21de-nodes.vsnCvfc ModelUuid:c3490c9a-edc4-4c56-ab54-51ca6560e873 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:fc6c04a3-4e44-4918-b18d-544e97b77690 ModelInvariantUuid:c873c8a1-a9bf-436c-880c-d448bf1bc004 ModelName:VfwB8973bdd21de.compute.nodes.heat.vsn ModelUuid:9590168a-9f86-4477-bbfb-a44b8fcfcd5d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e14181e6-2526-48fc-87ca-7947a2714fc6 ModelInvariantUuid:74d18276-d49d-4523-89b8-163933f37d03 ModelName:vFW b8973bdd-21de-nodes.vpgCvfc ModelUuid:11bc0597-ec9b-4005-ad99-fa04518414dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:cc5eee1a-5447-43d2-9629-02189527fa73 ModelInvariantUuid:447841cb-18ae-4cc3-9855-9d0b4bbe1e49 ModelName:VfwB8973bdd21de.compute.nodes.heat.vpg ModelUuid:e4edaefb-d0f9-424e-b683-00a48a0f207d 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-08-16T16:02:21.005Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 546ae906-65ca-40c0-8765-9f2d0fba0db1 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-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||vFW b8973bdd-21de 0 2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 546ae906-65ca-40c0-8765-9f2d0fba0db1 2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24 from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json 2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:02:21.008Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json 2021-08-16T16:02:21.820Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json b3d8f72a-04bb-4a6c-99eb-f5e5e6277f24 785 2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json ASDC sendASDCNotification 2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json 2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:02:21.821Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:21.824Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:21.824Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129741821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:21.924Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:21.925Z||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-08-16T16:02:21.925Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:21.936Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:21.936Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:02:22.825Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB8973bdd21de..base_vfw..module-0", "vfModuleModelInvariantUUID": "bb074aa3-5235-4129-8557-d62e3055b581", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70c5d0ee-0927-4e76-a047-dbc57427e105", "vfModuleModelCustomizationUUID": "66293322-0dcd-4b62-a737-b81156b94dea", "isBase": true, "artifacts": [ "484036c2-cbb1-4eba-b3df-88ff3af29a1a", "e9d9051b-643f-45c9-b143-425c93cafc27" ], "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-08-16T16:02:22.829Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB8973bdd21de..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:70c5d0ee-0927-4e76-a047-dbc57427e105 VfModuleModelInvariantUUID:bb074aa3-5235-4129-8557-d62e3055b581 VfModuleModelDescription:NULL Artifacts UUID List:{ 484036c2-cbb1-4eba-b3df-88ff3af29a1a , e9d9051b-643f-45c9-b143-425c93cafc27 } 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-08-16T16:02:22.831Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB8973bdd21de..base_vfw..module-0", "vfModuleModelInvariantUUID": "bb074aa3-5235-4129-8557-d62e3055b581", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70c5d0ee-0927-4e76-a047-dbc57427e105", "vfModuleModelCustomizationUUID": "66293322-0dcd-4b62-a737-b81156b94dea", "isBase": true, "artifacts": [ "484036c2-cbb1-4eba-b3df-88ff3af29a1a", "e9d9051b-643f-45c9-b143-425c93cafc27" ], "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-08-16T16:02:22.831Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB8973bdd21de..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:70c5d0ee-0927-4e76-a047-dbc57427e105 VfModuleModelInvariantUUID:bb074aa3-5235-4129-8557-d62e3055b581 VfModuleModelDescription:NULL Artifacts UUID List:{ 484036c2-cbb1-4eba-b3df-88ff3af29a1a , e9d9051b-643f-45c9-b143-425c93cafc27 } 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-08-16T16:02:22.831Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 484036c2-cbb1-4eba-b3df-88ff3af29a1a from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml 2021-08-16T16:02:22.832Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:02:22.832Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml 2021-08-16T16:02:24.520Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml 484036c2-cbb1-4eba-b3df-88ff3af29a1a 20368 2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml 2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:02:24.521Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:24.523Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:24.523Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129744521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:24.623Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:24.625Z||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-08-16T16:02:24.625Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:24.635Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:24.636Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:25.524Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9d9051b-643f-45c9-b143-425c93cafc27 from URL: /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env 2021-08-16T16:02:25.525Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:02:25.525Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env 2021-08-16T16:02:27.373Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env e9d9051b-643f-45c9-b143-425c93cafc27 2098 2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env 2021-08-16T16:02:27.374Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:02:27.375Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:27.376Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:27.377Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129747374, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:02:27.477Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:27.478Z||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-08-16T16:02:27.478Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:27.488Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:27.489Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:28.378Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9036a06a-16ca-44ba-beda-3a81e7bd0be9 2021-08-16T16:02:28.379Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b8973bdd-21de 0 546ae906-65ca-40c0-8765-9f2d0fba0db1 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-08-16T16:02:28.398Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.398Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5d4da9b6-caa3-418b-903d-b7a60e95840b 2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d4da9b6-caa3-418b-903d-b7a60e95840b matches Tosca VF Customization UUID: 5d4da9b6-caa3-418b-903d-b7a60e95840b 2021-08-16T16:02:28.399Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5d4da9b6-caa3-418b-903d-b7a60e95840b 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-08-16T16:02:28.402Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.402Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.403Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5d4da9b6-caa3-418b-903d-b7a60e95840b: {\"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-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64e39595 2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:02:28.404Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66293322-0dcd-4b62-a737-b81156b94dea 2021-08-16T16:02:28.405Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66293322-0dcd-4b62-a737-b81156b94dea 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-08-16T16:02:28.407Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.408Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:28.408Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:28.408Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.409Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:28.409Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:28.409Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:02:28.410Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.411Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.412Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8a1715-49dc-4b4f-8abc-5bd55c676c16 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-08-16T16:02:28.414Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:28.415Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:02:28.416Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.416Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:28.416Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:02:28.416Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.416Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:28.416Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:02:28.417Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:02:28.417Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:28.417Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:02:28.417Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.417Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a35a01c-e297-4d82-a633-d49a790aaa1c 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-08-16T16:02:28.419Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.419Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:28.419Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is not matching search criteria 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:02:28.420Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:02:28.421Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e14181e6-2526-48fc-87ca-7947a2714fc6 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-08-16T16:02:28.423Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.423Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:28.423Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:02:28.424Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.424Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Node template vFW b8973bdd-21de 0 is matching search criteria 2021-08-16T16:02:28.424Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b8973bdd-21de 0] matching following query criteria: sdcType=VF, customizationUUID=5d4da9b6-caa3-418b-903d-b7a60e95840b 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-08-16T16:02:28.425Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.425Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.425Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9036a06a-16ca-44ba-beda-3a81e7bd0be9: vFW b8973bdd-21de 2021-08-16T16:02:28.426Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.426Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.426Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.426Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.426Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.426Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.427Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.427Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.427Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:02:28.427Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-57-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:02:28.427Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-08-16 15-57-30 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-08-16T16:02:28.574Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b8973bdd-21de 546ae906-65ca-40c0-8765-9f2d0fba0db1 1 ASDC deployResourceStructure 2021-08-16T16:02:28.574Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json ASDC sendASDCNotification 2021-08-16T16:02:28.574Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json 2021-08-16T16:02:28.574Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:02:28.575Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:28.576Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:28.576Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129748574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:02:28.677Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:02:28.677Z||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-08-16T16:02:28.678Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:28.690Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:28.690Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:29.577Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:02:29.578Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml 2021-08-16T16:02:29.578Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:02:29.578Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:29.580Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:29.581Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129749577, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:02:29.681Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:29.682Z||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-08-16T16:02:29.682Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:29.692Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:29.692Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:30.582Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:02:30.583Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env 2021-08-16T16:02:30.583Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:02:30.583Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:30.585Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:30.586Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129750582, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:02:30.686Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:30.687Z||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-08-16T16:02:30.687Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:30.698Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:30.699Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:31.587Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar ASDC sendASDCNotification 2021-08-16T16:02:31.587Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar 2021-08-16T16:02:31.588Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:02:31.588Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:02:31.590Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:02:31.590Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129751587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:02:31.690Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:02:31.691Z||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-08-16T16:02:31.691Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:02:31.701Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:02:31.701Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:02:32.591Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35cbe615-1b5d-4e51-9c63-5418e77867d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:02:32.601Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35cbe615-1b5d-4e51-9c63-5418e77867d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:02:32.603Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:02:32.603Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:02:32.603Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:02:32.604Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:02:32.604Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:02:32.604Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:02:32.608Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:03:02.609Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35cbe615-1b5d-4e51-9c63-5418e77867d6 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-08-16T16:03:02.617Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35cbe615-1b5d-4e51-9c63-5418e77867d6 and serviceModelVersionId: 9036a06a-16ca-44ba-beda-3a81e7bd0be9 2021-08-16T16:03:02.617Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be222d1d-550c-49d6-a635-8d3b1ae61716 2021-08-16T16:03:02.619Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0 2021-08-16T16:03:02.624Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:03:02.660Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0|INFO|500||Invoke 2021-08-16T16:03:02.660Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[35cbe615-1b5d-4e51-9c63-5418e77867d6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6fe04ca-8702-48d9-8b5b-7361742f0a72], X-ECOMP-RequestID=[35cbe615-1b5d-4e51-9c63-5418e77867d6], X-TransactionId=[], X-ONAP-RequestID=[35cbe615-1b5d-4e51-9c63-5418e77867d6], Content-Type=[application/merge-patch+json]} 2021-08-16T16:03:02.687Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:03:02.710Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?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/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:03:02:693-32693], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:03:02 GMT], Content-Type=[application/json]} 2021-08-16T16:03:02.712Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9","ERR.5.4.6114"]}}} 2021-08-16T16:03:02.712Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:03:02.716Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec=ERR.5.4.6114) 2021-08-16T16:03:02.717Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:03:02.717Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec=ERR.5.4.6114) 2021-08-16T16:03:02.717Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec=ERR.5.4.6114) 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-08-16T16:03:02.722Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|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-08-16T16:03:02.722Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35cbe615-1b5d-4e51-9c63-5418e77867d6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec=ERR.5.4.6114) 2021-08-16T16:03:02.723Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:03:02.723Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:02.725Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:02.725Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129782723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:03:02.826Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:02.827Z||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-08-16T16:03:02.827Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:02.840Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:02.841Z||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-08-16T16:03:03.736Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:03:03.736Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2b8004a-8d0a-4db1-80d4-16eabb30afab","serviceName":"vFW 2021-08-16 15-59-25","serviceVersion":"1.0","serviceUUID":"a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7","serviceDescription":"catalog service description","serviceInvariantUUID":"ce322daa-b5d5-4fc0-8ed1-7447c2db5211","resources":[{"resourceInstanceName":"vFW fca54422-58e9 0","resourceName":"vFW fca54422-58e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04a33dae-71c5-48c9-a559-1254c8df1817","resourceInvariantUUID":"a73a8d45-dc0f-4b86-a3db-197a0c441911","resourceCustomizationUUID":"0a063841-14ca-4c9a-a192-64ab84f3fc66","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml","artifactChecksum":"NDFjODRhODZmZjlmNDFjYTI0YTIyNzY1YWRkZmM3YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60449290-76f6-45d1-a0cc-1afd9daa9acc","artifactVersion":"1"},{"artifactName":"vfwfca5442258e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json","artifactChecksum":"NmY3MWEzODIxZjc5NjgzNmU5ZDk2MTkyZTdkZDE4MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e085ec6f-3552-48aa-8577-31a4b04ceb22","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af962791-1b18-4c23-a94e-798d8a390d43","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml","artifactChecksum":"NWY2YTc4NGEyNDQ1OTg0OWQxMTk4NDBlNGUyNWZlMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16078b44-b977-45a5-a07e-347597a30c4e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a104b8f5-8878-4926-8be9-4e8469ac47ad","artifactVersion":"2","generatedFromUUID":"af962791-1b18-4c23-a94e-798d8a390d43"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816155925-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml","artifactChecksum":"YzM2ZjAxMzUwNTA5ZTU1ODE3MTUyM2RjZTFlMWY2Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8f13bad-5640-4785-ac56-9dc86403cbc8","artifactVersion":"1"},{"artifactName":"service-Vfw20210816155925-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar","artifactChecksum":"ZGE0ZmY2YTRmZTk5Nzc5MzM3MGE3Njg4MDI4MDE5NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e6f4cfb-9047-4cc9-b7a2-b712aefc0582","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:03:03.738Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:03.738Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:03.740Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:03.740Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:03.840Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:03.841Z||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-08-16T16:03:03.841Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:03.853Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:03.854Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:04.740Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:04.741Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:04.743Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:04.743Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOTIFIED" } 2021-08-16T16:03:04.844Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:03:04.844Z||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-08-16T16:03:04.844Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:04.854Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:04.854Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:05.744Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:05.745Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:05.747Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:05.747Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:03:05.848Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:03:05.849Z||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-08-16T16:03:05.849Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:05.859Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:05.860Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:03:06.748Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:06.749Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:06.752Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:06.752Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:06.852Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:06.853Z||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-08-16T16:03:06.853Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:06.865Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:06.866Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:07.752Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:07.753Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:07.755Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:07.755Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:03:07.856Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:03:07.856Z||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-08-16T16:03:07.856Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:07.868Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:07.868Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:08.756Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:08.757Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:08.759Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:08.759Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:08.859Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:08.860Z||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-08-16T16:03:08.860Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:08.870Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:08.870Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:03:09.460Z||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-08-16T16:03:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:09.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:09.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOTIFIED" } 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOTIFIED" } 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "ves-openapi-manager", "timestamp": 1629129651777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129646514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129649759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129652141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129652619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129652609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129664432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129664535, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129664679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129658203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129665078, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:09.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "cds", "timestamp": 1629129665540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-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-08-16T16:03:09.512Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2b8004a-8d0a-4db1-80d4-16eabb30afab 2021-08-16T16:03:09.512Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:03:09.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129666089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:03:09.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "policy-id", "timestamp": 1629129667091, "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-08-16T16:03:09.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2b8004a-8d0a-4db1-80d4-16eabb30afab 2021-08-16T16:03:09.524Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:03:09.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129667520, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129667726, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629129668524, "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-08-16T16:03:09.538Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2b8004a-8d0a-4db1-80d4-16eabb30afab 2021-08-16T16:03:09.538Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:03:09.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "dcae-sch", "timestamp": 1629129661916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:03:09.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-16T16:03:09.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:03:09.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129668992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:09.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:03:09.760Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:03:09.761Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:09.762Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:09.762Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:03:09.863Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:09.864Z||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-08-16T16:03:09.864Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:09.874Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:09.874Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:03:10.764Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "serviceName": "vFW 2021-08-16 15-59-25", "serviceVersion": "1.0", "serviceUUID": "a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ce322daa-b5d5-4fc0-8ed1-7447c2db5211", "resources": [ { "resourceInstanceName": "vFW fca54422-58e9 0", "resourceCustomizationUUID": "0a063841-14ca-4c9a-a192-64ab84f3fc66", "resourceName": "vFW fca54422-58e9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "04a33dae-71c5-48c9-a559-1254c8df1817", "resourceInvariantUUID": "a73a8d45-dc0f-4b86-a3db-197a0c441911", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfca5442258e90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "artifactChecksum": "NmY3MWEzODIxZjc5NjgzNmU5ZDk2MTkyZTdkZDE4MjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e085ec6f-3552-48aa-8577-31a4b04ceb22", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "af962791-1b18-4c23-a94e-798d8a390d43", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a104b8f5-8878-4926-8be9-4e8469ac47ad", "generatedFromUUID": "af962791-1b18-4c23-a94e-798d8a390d43" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a104b8f5-8878-4926-8be9-4e8469ac47ad", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816155925-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "artifactChecksum": "ZGE0ZmY2YTRmZTk5Nzc5MzM3MGE3Njg4MDI4MDE5NTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e6f4cfb-9047-4cc9-b7a2-b712aefc0582" } ], "workloadContext": "Production" } 2021-08-16T16:03:10.764Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:03:10.765Z|35cbe615-1b5d-4e51-9c63-5418e77867d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 ASDC 2021-08-16T16:03:10.765Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e2b8004a-8d0a-4db1-80d4-16eabb30afab ServiceName:vFW 2021-08-16 15-59-25 ServiceVersion:1.0 ServiceUUID:a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 ServiceInvariantUUID:ce322daa-b5d5-4fc0-8ed1-7447c2db5211 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816155925-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar ArtifactUUID:4e6f4cfb-9047-4cc9-b7a2-b712aefc0582 ArtifactChecksum:ZGE0ZmY2YTRmZTk5Nzc5MzM3MGE3Njg4MDI4MDE5NTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fca54422-58e9 0 ResourceCustomizationUUID:0a063841-14ca-4c9a-a192-64ab84f3fc66 ResourceInvariantUUID:a73a8d45-dc0f-4b86-a3db-197a0c441911 ResourceName:vFW fca54422-58e9 ResourceType:VF ResourceUUID:04a33dae-71c5-48c9-a559-1254c8df1817 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfca5442258e90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json ArtifactUUID:e085ec6f-3552-48aa-8577-31a4b04ceb22 ArtifactChecksum:NmY3MWEzODIxZjc5NjgzNmU5ZDk2MTkyZTdkZDE4MjA= 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/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml ArtifactUUID:af962791-1b18-4c23-a94e-798d8a390d43 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/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env ArtifactUUID:a104b8f5-8878-4926-8be9-4e8469ac47ad 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/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env ArtifactUUID:a104b8f5-8878-4926-8be9-4e8469ac47ad ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:03:10.765Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 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-08-16T16:03:10.796Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:03:10.797Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:03:10.797Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:03:10.797Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4e6f4cfb-9047-4cc9-b7a2-b712aefc0582 from URL: /sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:10.797Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:03:10.798Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:11.008Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:03:11.015Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar 4e6f4cfb-9047-4cc9-b7a2-b712aefc0582 98750 2021-08-16T16:03:11.015Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar ASDC sendASDCNotification 2021-08-16T16:03:11.015Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:11.015Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:03:11.015Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:11.017Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:11.017Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129791015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:11.118Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:03:11.119Z||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-08-16T16:03:11.119Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:11.129Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:11.129Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:03:12.018Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:03:12.019Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:03:12.019Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4e6f4cfb-9047-4cc9-b7a2-b712aefc0582, URL: /sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar to file: /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:12.020Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816155925-csar.csar 2021-08-16T16:03:12.020Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:12.020Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:12.190Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4276114438848065537/Definitions/service-Vfw20210816155925-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-08-16T16:03:13.900Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:03:13.901Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:03:13.901Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.901Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T16:03:13.901Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.901Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.901Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.902Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fca54422-58e9 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-Vfw20210816155925-csar.csar 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:03:13.903Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.904Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.905Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.906Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:03:13.907Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.907Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:03:13.907Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.907Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:03:13.907Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.907Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:13.908Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:13.908Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.908Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:13.908Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:13.908Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.908Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:03:13.909Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.910Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86811b14-3cf5-4116-885c-9888244b3821 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.911Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.912Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a06019c1-a113-4528-96b8-fb98a2a59624 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.913Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6b148da4-f010-4bcf-8f59-8569d6a827e7 2021-08-16T16:03:13.914Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:13.915Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 15-59-25 Description:catalog service description Model UUID:a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 Model Version:NULL Model InvariantUuid:ce322daa-b5d5-4fc0-8ed1-7447c2db5211 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fca54422-58e9 Model UUID:505b08be-a74f-4be4-9050-003517108638 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a73a8d45-dc0f-4b86-a3db-197a0c441911 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0a063841-14ca-4c9a-a192-64ab84f3fc66 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8445bf7a-37f8-45af-821b-64c1e513bcbc ModelName:VfwFca5442258e9..base_vfw..module-0 ModelUuid:8807d743-ec7d-4c9c-9635-338f019deae7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:86811b14-3cf5-4116-885c-9888244b3821 ModelInvariantUuid:2aa0a1e2-2b4a-42c4-8e07-dbd7f2905fba ModelName:vFW fca54422-58e9-nodes.vfwCvfc ModelUuid:9f2fdcfa-a2f3-4691-a464-615ded2bf500 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c6e68359-9074-4011-b957-d24f8a9f4d3f ModelInvariantUuid:f89d6c3d-096c-40d2-94d6-3250babfeb5a ModelName:VfwFca5442258e9.compute.nodes.heat.vfw ModelUuid:ebe4d106-f082-4ab5-923e-b97e0257937f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a06019c1-a113-4528-96b8-fb98a2a59624 ModelInvariantUuid:419bd23a-a3f3-4d69-9cab-11790b0cdc3b ModelName:vFW fca54422-58e9-nodes.vsnCvfc ModelUuid:86e6ca4c-9f1f-4978-a086-ff45ba1171a5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5cede35e-4d0b-4006-a127-6bc7dbcc9495 ModelInvariantUuid:9f3da469-5a91-4dc6-938b-0580f09a5150 ModelName:VfwFca5442258e9.compute.nodes.heat.vsn ModelUuid:f50b8eee-ee2b-4bac-a45f-a1ce7bef1764 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6b148da4-f010-4bcf-8f59-8569d6a827e7 ModelInvariantUuid:6198a46a-f089-42cb-a859-222e75b6e4e9 ModelName:vFW fca54422-58e9-nodes.vpgCvfc ModelUuid:a0078019-ed15-4b27-be23-563d401f353d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1c5bb98e-73d5-4044-966b-94b9a71aa56c ModelInvariantUuid:6be73a13-527b-4f62-bcfa-8b1aec3af931 ModelName:VfwFca5442258e9.compute.nodes.heat.vpg ModelUuid:f5f72048-44cc-4c55-9fdb-0e1704edd08d 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-08-16T16:03:13.921Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 04a33dae-71c5-48c9-a559-1254c8df1817 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-08-16T16:03:13.923Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||vFW fca54422-58e9 0 2021-08-16T16:03:13.923Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04a33dae-71c5-48c9-a559-1254c8df1817 2021-08-16T16:03:13.923Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e085ec6f-3552-48aa-8577-31a4b04ceb22 from URL: /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json 2021-08-16T16:03:13.924Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:03:13.924Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json 2021-08-16T16:03:14.523Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:03:14.524Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json e085ec6f-3552-48aa-8577-31a4b04ceb22 785 2021-08-16T16:03:14.524Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json ASDC sendASDCNotification 2021-08-16T16:03:14.524Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json 2021-08-16T16:03:14.524Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:03:14.525Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:14.527Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:14.527Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129794524, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:14.627Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:14.627Z||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-08-16T16:03:14.628Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:14.637Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:14.638Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:15.527Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFca5442258e9..base_vfw..module-0", "vfModuleModelInvariantUUID": "8445bf7a-37f8-45af-821b-64c1e513bcbc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8807d743-ec7d-4c9c-9635-338f019deae7", "vfModuleModelCustomizationUUID": "76327b66-3452-441b-be05-821a1aec52d7", "isBase": true, "artifacts": [ "af962791-1b18-4c23-a94e-798d8a390d43", "a104b8f5-8878-4926-8be9-4e8469ac47ad" ], "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-08-16T16:03:15.532Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFca5442258e9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8807d743-ec7d-4c9c-9635-338f019deae7 VfModuleModelInvariantUUID:8445bf7a-37f8-45af-821b-64c1e513bcbc VfModuleModelDescription:NULL Artifacts UUID List:{ af962791-1b18-4c23-a94e-798d8a390d43 , a104b8f5-8878-4926-8be9-4e8469ac47ad } 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-08-16T16:03:15.536Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFca5442258e9..base_vfw..module-0", "vfModuleModelInvariantUUID": "8445bf7a-37f8-45af-821b-64c1e513bcbc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8807d743-ec7d-4c9c-9635-338f019deae7", "vfModuleModelCustomizationUUID": "76327b66-3452-441b-be05-821a1aec52d7", "isBase": true, "artifacts": [ "af962791-1b18-4c23-a94e-798d8a390d43", "a104b8f5-8878-4926-8be9-4e8469ac47ad" ], "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-08-16T16:03:15.536Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFca5442258e9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8807d743-ec7d-4c9c-9635-338f019deae7 VfModuleModelInvariantUUID:8445bf7a-37f8-45af-821b-64c1e513bcbc VfModuleModelDescription:NULL Artifacts UUID List:{ af962791-1b18-4c23-a94e-798d8a390d43 , a104b8f5-8878-4926-8be9-4e8469ac47ad } 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-08-16T16:03:15.537Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: af962791-1b18-4c23-a94e-798d8a390d43 from URL: /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml 2021-08-16T16:03:15.537Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:03:15.537Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml 2021-08-16T16:03:16.603Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:03:16.604Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml af962791-1b18-4c23-a94e-798d8a390d43 20368 2021-08-16T16:03:16.604Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:03:16.604Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml 2021-08-16T16:03:16.604Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:03:16.604Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:16.606Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:16.606Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129796604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:16.706Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:16.707Z||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-08-16T16:03:16.707Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:16.718Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:16.718Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:17.607Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a104b8f5-8878-4926-8be9-4e8469ac47ad from URL: /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env 2021-08-16T16:03:17.607Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:03:17.608Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env 2021-08-16T16:03:18.177Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:03:18.177Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env a104b8f5-8878-4926-8be9-4e8469ac47ad 2098 2021-08-16T16:03:18.177Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:03:18.177Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env 2021-08-16T16:03:18.177Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:03:18.178Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:18.180Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:18.180Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129798177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:03:18.280Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:18.281Z||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-08-16T16:03:18.281Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:18.294Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:18.294Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:03:19.180Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 2021-08-16T16:03:19.181Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fca54422-58e9 0 04a33dae-71c5-48c9-a559-1254c8df1817 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-08-16T16:03:19.198Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.198Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.199Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:03:19.199Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0a063841-14ca-4c9a-a192-64ab84f3fc66 2021-08-16T16:03:19.199Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a063841-14ca-4c9a-a192-64ab84f3fc66 matches Tosca VF Customization UUID: 0a063841-14ca-4c9a-a192-64ab84f3fc66 2021-08-16T16:03:19.199Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0a063841-14ca-4c9a-a192-64ab84f3fc66 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-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0a063841-14ca-4c9a-a192-64ab84f3fc66: {\"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-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cbf2a77 2021-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:03:19.201Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76327b66-3452-441b-be05-821a1aec52d7 2021-08-16T16:03:19.202Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76327b66-3452-441b-be05-821a1aec52d7 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-08-16T16:03:19.203Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.203Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:19.203Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:19.204Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:19.205Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:03:19.206Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.206Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86811b14-3cf5-4116-885c-9888244b3821 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-08-16T16:03:19.207Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.208Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:19.208Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:19.208Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.208Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:19.208Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:19.208Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:03:19.209Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:03:19.210Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:19.210Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:03:19.210Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.210Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a06019c1-a113-4528-96b8-fb98a2a59624 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-08-16T16:03:19.211Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.211Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:03:19.212Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:03:19.213Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:03:19.213Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:03:19.213Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:03:19.213Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:03:19.213Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6b148da4-f010-4bcf-8f59-8569d6a827e7 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-08-16T16:03:19.214Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.214Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:19.215Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:03:19.215Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.215Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Node template vFW fca54422-58e9 0 is matching search criteria 2021-08-16T16:03:19.215Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fca54422-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=0a063841-14ca-4c9a-a192-64ab84f3fc66 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-08-16T16:03:19.216Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.216Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7: vFW fca54422-58e9 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 15-59-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:03:19.217Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-08-16 15-59-25 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-08-16T16:03:19.382Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fca54422-58e9 04a33dae-71c5-48c9-a559-1254c8df1817 1 ASDC deployResourceStructure 2021-08-16T16:03:19.382Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json ASDC sendASDCNotification 2021-08-16T16:03:19.382Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json 2021-08-16T16:03:19.382Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:03:19.382Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:19.384Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:19.384Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129799382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:03:19.485Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:03:19.485Z||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-08-16T16:03:19.486Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:19.498Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:19.499Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:03:20.385Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:03:20.386Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml 2021-08-16T16:03:20.386Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:03:20.386Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:20.388Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:20.388Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129800385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:03:20.489Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:20.490Z||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-08-16T16:03:20.490Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:20.500Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:20.501Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:21.389Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:03:21.390Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env 2021-08-16T16:03:21.390Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:03:21.391Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:21.392Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:21.393Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129801389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:03:21.493Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:21.494Z||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-08-16T16:03:21.494Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:21.503Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:21.503Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:22.393Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar ASDC sendASDCNotification 2021-08-16T16:03:22.394Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar 2021-08-16T16:03:22.394Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:03:22.394Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:03:22.396Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:03:22.396Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129802393, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:03:22.496Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:03:22.497Z||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-08-16T16:03:22.497Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:03:22.508Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:03:22.509Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:03:23.397Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:03:23.410Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:03:23.413Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:03:23.413Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:03:23.413Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:03:53.414Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:03:53.426Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:03:53.428Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:03:53.429Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:03:53.429Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:04:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:04:09.460Z||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-08-16T16:04:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:04:09.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:04:09.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129669444, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129670168, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129670458, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:04:09.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:04:09.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129671184, "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-08-16T16:04:09.490Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2b8004a-8d0a-4db1-80d4-16eabb30afab 2021-08-16T16:04:09.490Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:04:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "clamp", "timestamp": 1629129671460, "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-08-16T16:04:09.503Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2b8004a-8d0a-4db1-80d4-16eabb30afab 2021-08-16T16:04:09.504Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:04:09.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129671841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "multicloud-k8s-id", "timestamp": 1629129672186, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "aai-ml", "timestamp": 1629129672845, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:04:09.520Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e2b8004a-8d0a-4db1-80d4-16eabb30afab 2021-08-16T16:04:09.521Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:04:09.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-16T16:04:09.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129724818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2bb1d61f-cbac-4ad1-a2e3-c2e8a5dd8927 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/094a0dea-1ccd-486f-8660-73b9c458d809/model-vers/model-ver/30ac10eb-8a99-4c2f-b13f-d5e2a9297fdd) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:04:09.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:04:23.429Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:04:23.443Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:04:23.445Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:04:23.445Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:04:23.446Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:04:23.446Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:04:23.446Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:04:23.446Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:04:23.450Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:04:53.451Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab 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-08-16T16:04:53.458Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2b8004a-8d0a-4db1-80d4-16eabb30afab and serviceModelVersionId: a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 2021-08-16T16:04:53.458Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce322daa-b5d5-4fc0-8ed1-7447c2db5211 2021-08-16T16:04:53.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7?depth=0 2021-08-16T16:04:53.463Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:04:53.494Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7?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-08-16T16:04:53.495Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7?depth=0|INFO|500||Invoke 2021-08-16T16:04:53.523Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:04:53.549Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:04:53.550Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:04:53:531-69907], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:04:53 GMT], Content-Type=[application/json]} 2021-08-16T16:04:53.550Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7","ERR.5.4.6114"]}}} 2021-08-16T16:04:53.554Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec=ERR.5.4.6114) 2021-08-16T16:04:53.554Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:04:53.554Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec=ERR.5.4.6114) 2021-08-16T16:04:53.555Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec=ERR.5.4.6114) 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-08-16T16:04:53.558Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:04:53.559Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2b8004a-8d0a-4db1-80d4-16eabb30afab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec=ERR.5.4.6114) 2021-08-16T16:04:53.559Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:04:53.559Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:04:53.561Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:04:53.561Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129893559, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:04:53.661Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:04:53.662Z||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-08-16T16:04:53.662Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:04:53.676Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:04:53.676Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:04:54.575Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:04:54.576Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:04:54.576Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:04.791Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:05:04.791Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:05:04.792Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:05:04.792Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:05:09.460Z||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-08-16T16:05:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:09.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:05:09.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:05:09.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129737895, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129741821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129744521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129747374, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129748574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/vfwb8973bdd21de0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129749577, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:05:09.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129750582, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/resourceInstances/vfwb8973bdd21de0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129751587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155730/1.0/artifacts/service-Vfw20210816155730-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35cbe615-1b5d-4e51-9c63-5418e77867d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129782723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d35cbe615-1b5d-4e51-9c63-5418e77867d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be222d1d-550c-49d6-a635-8d3b1ae61716/model-vers/model-ver/9036a06a-16ca-44ba-beda-3a81e7bd0be9) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "NOTIFIED" } 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:05:09.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:05:09.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:05:14.336Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:05:14.336Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:05:14.337Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:05:14.337Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:23.874Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:05:23.875Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:05:23.875Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:05:23.876Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:33.418Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:05:33.418Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:05:33.419Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:05:33.419Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:42.965Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:05:42.966Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:05:42.966Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:05:42.967Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:05:52.510Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:06:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:06:09.458Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:06:09.458Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:06:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:06:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:06:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:06:09.482Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:06:09.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129725831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:06:09.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:06:09.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129791015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129794524, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129796604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:06:09.484Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129798177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129799382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/vfwfca5442258e90_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129800385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129801389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/resourceInstances/vfwfca5442258e90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129802393, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816155925/1.0/artifacts/service-Vfw20210816155925-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:06:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:06:19.000Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:07:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:07:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:07:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:07:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:07:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:07:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:07:09.978Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:07:09.979Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:07:09.979Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2b8004a-8d0a-4db1-80d4-16eabb30afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629129893559, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de2b8004a-8d0a-4db1-80d4-16eabb30afab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce322daa-b5d5-4fc0-8ed1-7447c2db5211/model-vers/model-ver/a57f28ce-9606-4d2f-b2fe-dc3a9b836bd7) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:07:09.979Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:07:19.006Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:08:09.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:08:09.457Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:08:09.457Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:08:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:08:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:08:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:08:19.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:08:19.007Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:09.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:09:09.457Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:09:09.457Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:09:09.460Z||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-08-16T16:09:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:09.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:09.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOTIFIED" } 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "ves-openapi-manager", "timestamp": 1629130131777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130129759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130132141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130126514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130132619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130132609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOTIFIED" } 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130140932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130141134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130141233, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130141233, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:09.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "cds", "timestamp": 1629130141939, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-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-08-16T16:09:09.664Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3743780f-ea78-48e2-8d47-8281e8a8e66a 2021-08-16T16:09:09.665Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:09:09.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130142245, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "policy-id", "timestamp": 1629130143248, "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-08-16T16:09:09.676Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3743780f-ea78-48e2-8d47-8281e8a8e66a 2021-08-16T16:09:09.677Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:09:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130144311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130138203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130145317, "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-08-16T16:09:09.690Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3743780f-ea78-48e2-8d47-8281e8a8e66a 2021-08-16T16:09:09.690Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:09:09.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130147362, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130148540, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "dcae-sch", "timestamp": 1629130141916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130148603, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:09:09.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:09:10.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:10.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:09:10.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3743780f-ea78-48e2-8d47-8281e8a8e66a","serviceName":"vFW 2021-08-16 16-07-23","serviceVersion":"1.0","serviceUUID":"490966e4-89c1-4fcc-8903-d9989ecf19c0","serviceDescription":"catalog service description","serviceInvariantUUID":"d01d7e20-52b3-4a8d-810d-cb88a07926aa","resources":[{"resourceInstanceName":"vFW 68f91777-19d0 0","resourceName":"vFW 68f91777-19d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c157957-73d2-43d2-81af-4424eeb62ecf","resourceInvariantUUID":"4647b953-78a7-42ec-a514-c0c7a2be4ca5","resourceCustomizationUUID":"20ff1b88-8dfd-49c1-a394-d9a35899f2b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml","artifactChecksum":"ZjRlZTM1NzJhODMyOWMwYTkyNjYyYTlkMzEzYWMxZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a92b8df-a8e5-4a72-b273-74a845fcf18b","artifactVersion":"1"},{"artifactName":"vfw68f9177719d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json","artifactChecksum":"NGVjMWVmZWJkYThkNDJmNmFlOGY4ZDJhNzc1MTE1MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e494fb99-2d3a-4f24-84f5-9e10bb9bfc8e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a593b37-96cd-47dd-9380-142cad345ae3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml","artifactChecksum":"NzBjNDlhMjk2YTI0ZTNiYWFjMTExOTZiOGRhZDBlNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0480f47c-5778-4b98-928f-f37776bb0ae2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f74037d-d366-424f-ab4a-8e178ff0f2b0","artifactVersion":"2","generatedFromUUID":"0a593b37-96cd-47dd-9380-142cad345ae3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816160723-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml","artifactChecksum":"ZTE1NTEwNmVlODljMmQ2ZjEwNzIzY2M4YTE1NTRmNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f6c8e63-c3c6-421d-bd72-da5a22bca940","artifactVersion":"1"},{"artifactName":"service-Vfw20210816160723-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar","artifactChecksum":"Nzg3MTc1OTJkZTA1Y2E4NDlmMjk1ODc5YjUyYzFiMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d36bad90-ed6f-4616-b472-ec8ca4719ea7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:09:10.101Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:10.106Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:10.112Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:10.112Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:10.213Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:09:10.213Z||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-08-16T16:09:10.213Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:10.226Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:10.226Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:11.113Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:11.114Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:11.115Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:11.115Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOTIFIED" } 2021-08-16T16:09:11.216Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:11.216Z||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-08-16T16:09:11.216Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:11.225Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:11.225Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:12.116Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:12.117Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:12.118Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:12.118Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:09:12.219Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:09:12.219Z||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-08-16T16:09:12.220Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:12.231Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:12.231Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:13.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:13.119Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:13.121Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:13.121Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:13.221Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:13.222Z||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-08-16T16:09:13.222Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:13.232Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:13.232Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:14.122Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:14.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:14.124Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:14.124Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:09:14.225Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:14.225Z||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-08-16T16:09:14.225Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:14.235Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:14.235Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:15.125Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:15.126Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:15.128Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:15.128Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:09:15.228Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:15.228Z||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-08-16T16:09:15.229Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:15.238Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:15.238Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:16.128Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:09:16.129Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:16.131Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:16.131Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:09:16.232Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:16.232Z||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-08-16T16:09:16.232Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:16.240Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:16.241Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:09:17.133Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "serviceName": "vFW 2021-08-16 16-07-23", "serviceVersion": "1.0", "serviceUUID": "490966e4-89c1-4fcc-8903-d9989ecf19c0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d01d7e20-52b3-4a8d-810d-cb88a07926aa", "resources": [ { "resourceInstanceName": "vFW 68f91777-19d0 0", "resourceCustomizationUUID": "20ff1b88-8dfd-49c1-a394-d9a35899f2b5", "resourceName": "vFW 68f91777-19d0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9c157957-73d2-43d2-81af-4424eeb62ecf", "resourceInvariantUUID": "4647b953-78a7-42ec-a514-c0c7a2be4ca5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw68f9177719d00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "artifactChecksum": "NGVjMWVmZWJkYThkNDJmNmFlOGY4ZDJhNzc1MTE1MTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e494fb99-2d3a-4f24-84f5-9e10bb9bfc8e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0a593b37-96cd-47dd-9380-142cad345ae3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6f74037d-d366-424f-ab4a-8e178ff0f2b0", "generatedFromUUID": "0a593b37-96cd-47dd-9380-142cad345ae3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6f74037d-d366-424f-ab4a-8e178ff0f2b0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816160723-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "artifactChecksum": "Nzg3MTc1OTJkZTA1Y2E4NDlmMjk1ODc5YjUyYzFiMWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d36bad90-ed6f-4616-b472-ec8ca4719ea7" } ], "workloadContext": "Production" } 2021-08-16T16:09:17.133Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:09:17.133Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 490966e4-89c1-4fcc-8903-d9989ecf19c0 ASDC 2021-08-16T16:09:17.134Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3743780f-ea78-48e2-8d47-8281e8a8e66a ServiceName:vFW 2021-08-16 16-07-23 ServiceVersion:1.0 ServiceUUID:490966e4-89c1-4fcc-8903-d9989ecf19c0 ServiceInvariantUUID:d01d7e20-52b3-4a8d-810d-cb88a07926aa ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816160723-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar ArtifactUUID:d36bad90-ed6f-4616-b472-ec8ca4719ea7 ArtifactChecksum:Nzg3MTc1OTJkZTA1Y2E4NDlmMjk1ODc5YjUyYzFiMWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 68f91777-19d0 0 ResourceCustomizationUUID:20ff1b88-8dfd-49c1-a394-d9a35899f2b5 ResourceInvariantUUID:4647b953-78a7-42ec-a514-c0c7a2be4ca5 ResourceName:vFW 68f91777-19d0 ResourceType:VF ResourceUUID:9c157957-73d2-43d2-81af-4424eeb62ecf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw68f9177719d00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json ArtifactUUID:e494fb99-2d3a-4f24-84f5-9e10bb9bfc8e ArtifactChecksum:NGVjMWVmZWJkYThkNDJmNmFlOGY4ZDJhNzc1MTE1MTc= 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/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml ArtifactUUID:0a593b37-96cd-47dd-9380-142cad345ae3 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/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env ArtifactUUID:6f74037d-d366-424f-ab4a-8e178ff0f2b0 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/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env ArtifactUUID:6f74037d-d366-424f-ab4a-8e178ff0f2b0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:09:17.134Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 490966e4-89c1-4fcc-8903-d9989ecf19c0 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-08-16T16:09:17.167Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:09:17.167Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:09:17.167Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:09:17.168Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d36bad90-ed6f-4616-b472-ec8ca4719ea7 from URL: /sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:17.168Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:09:17.168Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:18.069Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:09:18.078Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar d36bad90-ed6f-4616-b472-ec8ca4719ea7 98723 2021-08-16T16:09:18.079Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar ASDC sendASDCNotification 2021-08-16T16:09:18.079Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:18.079Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:09:18.079Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:18.081Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:18.081Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130158079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:18.181Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:18.182Z||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-08-16T16:09:18.182Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:18.194Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:18.194Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:19.081Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:09:19.083Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:09:19.083Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d36bad90-ed6f-4616-b472-ec8ca4719ea7, URL: /sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar to file: /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:19.083Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816160723-csar.csar 2021-08-16T16:09:19.084Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:19.084Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:19.210Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3344573071826582827/Definitions/service-Vfw20210816160723-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-08-16T16:09:20.917Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 68f91777-19d0 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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.918Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-Vfw20210816160723-csar.csar 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:09:20.919Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.920Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:20.921Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:09:20.922Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0d8ae10-023b-4c91-989c-d22d078e92c2 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.923Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=793ae022-f2aa-451c-aecd-cde1e80b56e8 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.924Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e032f9be-8019-45bf-bd6c-ecac89d6e8f3 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.925Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:20.926Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:20.926Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 16-07-23 Description:catalog service description Model UUID:490966e4-89c1-4fcc-8903-d9989ecf19c0 Model Version:NULL Model InvariantUuid:d01d7e20-52b3-4a8d-810d-cb88a07926aa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 68f91777-19d0 Model UUID:19dd80bc-6179-4ef8-aeaa-67436fe09030 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4647b953-78a7-42ec-a514-c0c7a2be4ca5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:20ff1b88-8dfd-49c1-a394-d9a35899f2b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:42bad78b-84e1-4fa6-9752-ce0f345a1279 ModelName:Vfw68f9177719d0..base_vfw..module-0 ModelUuid:90519ebc-dbb5-4a8a-8a93-70c4a1235127 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b0d8ae10-023b-4c91-989c-d22d078e92c2 ModelInvariantUuid:0e774200-6b55-4f28-9344-313adbffe972 ModelName:vFW 68f91777-19d0-nodes.vfwCvfc ModelUuid:e21ff891-d6a0-43f4-a6c7-2af927c597c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c5bd8343-c345-4236-88f1-fa587f61f4f3 ModelInvariantUuid:ae15714d-6490-453e-91e4-634dbbd6f32b ModelName:Vfw68f9177719d0.compute.nodes.heat.vfw ModelUuid:96ca8b3f-f6af-4bc1-b145-0ee587089529 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:793ae022-f2aa-451c-aecd-cde1e80b56e8 ModelInvariantUuid:d7babf0e-1089-4f32-9613-cf4cf24b1155 ModelName:vFW 68f91777-19d0-nodes.vsnCvfc ModelUuid:8bf2aa3c-7c71-4e4d-b4ab-f804cbeb1ded ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a0e2e863-fe36-47c8-bb55-c8738b23b6b1 ModelInvariantUuid:cf2ab5e6-98ec-4497-8284-10f0589dbc62 ModelName:Vfw68f9177719d0.compute.nodes.heat.vsn ModelUuid:12064fab-57e8-4226-9940-1c93df9a6e41 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e032f9be-8019-45bf-bd6c-ecac89d6e8f3 ModelInvariantUuid:1062abd7-9ab1-4cca-bfb9-b7722534d1c7 ModelName:vFW 68f91777-19d0-nodes.vpgCvfc ModelUuid:71671d09-7527-49e1-9029-d102510f18e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d1d1f55a-2914-4a71-bf43-66845ca88ddb ModelInvariantUuid:cd4114ed-cd7d-4b31-b68e-fad70fe7074e ModelName:Vfw68f9177719d0.compute.nodes.heat.vpg ModelUuid:72e53123-491c-4163-9d39-61396d08d187 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-08-16T16:09:20.931Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c157957-73d2-43d2-81af-4424eeb62ecf 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-08-16T16:09:20.933Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||vFW 68f91777-19d0 0 2021-08-16T16:09:20.933Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c157957-73d2-43d2-81af-4424eeb62ecf 2021-08-16T16:09:20.933Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e494fb99-2d3a-4f24-84f5-9e10bb9bfc8e from URL: /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json 2021-08-16T16:09:20.933Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:09:20.933Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json 2021-08-16T16:09:21.839Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:09:21.839Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json e494fb99-2d3a-4f24-84f5-9e10bb9bfc8e 785 2021-08-16T16:09:21.839Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json ASDC sendASDCNotification 2021-08-16T16:09:21.839Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json 2021-08-16T16:09:21.840Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:09:21.840Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:21.841Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:21.842Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130161839, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:21.942Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:21.943Z||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-08-16T16:09:21.943Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:21.954Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:21.954Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:22.842Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw68f9177719d0..base_vfw..module-0", "vfModuleModelInvariantUUID": "42bad78b-84e1-4fa6-9752-ce0f345a1279", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90519ebc-dbb5-4a8a-8a93-70c4a1235127", "vfModuleModelCustomizationUUID": "9aaf01b0-f251-45fc-a742-307b8517829c", "isBase": true, "artifacts": [ "0a593b37-96cd-47dd-9380-142cad345ae3", "6f74037d-d366-424f-ab4a-8e178ff0f2b0" ], "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-08-16T16:09:22.845Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw68f9177719d0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90519ebc-dbb5-4a8a-8a93-70c4a1235127 VfModuleModelInvariantUUID:42bad78b-84e1-4fa6-9752-ce0f345a1279 VfModuleModelDescription:NULL Artifacts UUID List:{ 0a593b37-96cd-47dd-9380-142cad345ae3 , 6f74037d-d366-424f-ab4a-8e178ff0f2b0 } 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-08-16T16:09:22.846Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw68f9177719d0..base_vfw..module-0", "vfModuleModelInvariantUUID": "42bad78b-84e1-4fa6-9752-ce0f345a1279", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90519ebc-dbb5-4a8a-8a93-70c4a1235127", "vfModuleModelCustomizationUUID": "9aaf01b0-f251-45fc-a742-307b8517829c", "isBase": true, "artifacts": [ "0a593b37-96cd-47dd-9380-142cad345ae3", "6f74037d-d366-424f-ab4a-8e178ff0f2b0" ], "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-08-16T16:09:22.847Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw68f9177719d0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90519ebc-dbb5-4a8a-8a93-70c4a1235127 VfModuleModelInvariantUUID:42bad78b-84e1-4fa6-9752-ce0f345a1279 VfModuleModelDescription:NULL Artifacts UUID List:{ 0a593b37-96cd-47dd-9380-142cad345ae3 , 6f74037d-d366-424f-ab4a-8e178ff0f2b0 } 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-08-16T16:09:22.847Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0a593b37-96cd-47dd-9380-142cad345ae3 from URL: /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml 2021-08-16T16:09:22.847Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:09:22.847Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml 2021-08-16T16:09:24.461Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:09:24.462Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml 0a593b37-96cd-47dd-9380-142cad345ae3 20368 2021-08-16T16:09:24.462Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:09:24.463Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml 2021-08-16T16:09:24.463Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:09:24.463Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:24.464Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:24.465Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130164462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:24.565Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:24.565Z||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-08-16T16:09:24.566Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:24.578Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:24.578Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:09:25.465Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f74037d-d366-424f-ab4a-8e178ff0f2b0 from URL: /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env 2021-08-16T16:09:25.466Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:09:25.466Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env 2021-08-16T16:09:26.620Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:09:26.620Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env 6f74037d-d366-424f-ab4a-8e178ff0f2b0 2098 2021-08-16T16:09:26.621Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:09:26.621Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env 2021-08-16T16:09:26.621Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:09:26.621Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:26.623Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:26.623Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130166621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:09:26.723Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:26.724Z||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-08-16T16:09:26.724Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:26.733Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:26.734Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:09:27.623Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 490966e4-89c1-4fcc-8903-d9989ecf19c0 2021-08-16T16:09:27.624Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 68f91777-19d0 0 9c157957-73d2-43d2-81af-4424eeb62ecf 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-08-16T16:09:27.641Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.641Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.641Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:09:27.641Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 20ff1b88-8dfd-49c1-a394-d9a35899f2b5 2021-08-16T16:09:27.642Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20ff1b88-8dfd-49c1-a394-d9a35899f2b5 matches Tosca VF Customization UUID: 20ff1b88-8dfd-49c1-a394-d9a35899f2b5 2021-08-16T16:09:27.642Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 20ff1b88-8dfd-49c1-a394-d9a35899f2b5 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-08-16T16:09:27.643Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.643Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.644Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 20ff1b88-8dfd-49c1-a394-d9a35899f2b5: {\"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-08-16T16:09:27.644Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@745e287d 2021-08-16T16:09:27.644Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.644Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:09:27.644Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9aaf01b0-f251-45fc-a742-307b8517829c 2021-08-16T16:09:27.645Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9aaf01b0-f251-45fc-a742-307b8517829c 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-08-16T16:09:27.646Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.646Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:27.647Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:27.647Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.647Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:27.647Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:27.647Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.647Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:27.648Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:27.648Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:09:27.648Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:27.648Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:09:27.648Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:09:27.648Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.649Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:27.649Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:09:27.649Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:27.649Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:09:27.649Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.649Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0d8ae10-023b-4c91-989c-d22d078e92c2 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-08-16T16:09:27.651Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.651Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:27.651Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:27.651Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.652Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.653Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=793ae022-f2aa-451c-aecd-cde1e80b56e8 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-08-16T16:09:27.655Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.655Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:27.655Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:27.655Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.655Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:09:27.656Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:09:27.657Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:09:27.657Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:09:27.657Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:09:27.657Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:09:27.657Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:09:27.657Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e032f9be-8019-45bf-bd6c-ecac89d6e8f3 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-08-16T16:09:27.659Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.659Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:27.659Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:09:27.659Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.659Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Node template vFW 68f91777-19d0 0 is matching search criteria 2021-08-16T16:09:27.659Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 68f91777-19d0 0] matching following query criteria: sdcType=VF, customizationUUID=20ff1b88-8dfd-49c1-a394-d9a35899f2b5 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-08-16T16:09:27.660Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 490966e4-89c1-4fcc-8903-d9989ecf19c0: vFW 68f91777-19d0 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.661Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.662Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.662Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:09:27.662Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:09:27.662Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-16 16-07-23 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-08-16T16:09:27.810Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 68f91777-19d0 9c157957-73d2-43d2-81af-4424eeb62ecf 1 ASDC deployResourceStructure 2021-08-16T16:09:27.810Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json ASDC sendASDCNotification 2021-08-16T16:09:27.810Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json 2021-08-16T16:09:27.810Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:09:27.811Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:27.813Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:27.813Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130167810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:09:27.913Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:27.914Z||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-08-16T16:09:27.914Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:27.924Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:27.924Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:28.814Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:09:28.814Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml 2021-08-16T16:09:28.815Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:09:28.815Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:28.818Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:28.818Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130168813, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:09:28.918Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:28.919Z||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-08-16T16:09:28.919Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:28.928Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:28.928Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:29.819Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:09:29.819Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env 2021-08-16T16:09:29.819Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:09:29.820Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:29.822Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:29.822Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130169819, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:09:29.923Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:09:29.923Z||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-08-16T16:09:29.923Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:29.933Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:29.933Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:30.823Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar ASDC sendASDCNotification 2021-08-16T16:09:30.824Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar 2021-08-16T16:09:30.824Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:09:30.824Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:09:30.826Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:09:30.826Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130170823, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:09:30.926Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:09:30.927Z||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-08-16T16:09:30.927Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:09:30.937Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:09:30.937Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:09:31.827Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:09:31.835Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:09:31.837Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:09:31.837Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:09:31.837Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:10:01.837Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:10:01.844Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:10:01.846Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:10:01.846Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:10:01.846Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:10:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:10:09.460Z||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-08-16T16:10:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:10:09.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:10:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:10:09.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130149507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:10:09.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:10:31.847Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:10:31.856Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:10:31.858Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:10:31.858Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:10:31.858Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:11:01.859Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:11:01.868Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:11:01.870Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:11:01.870Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:11:01.870Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:11:09.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:11:09.460Z||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-08-16T16:11:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:11:09.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:11:09.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:11:09.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "aai-ml", "timestamp": 1629130149606, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:11:09.489Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3743780f-ea78-48e2-8d47-8281e8a8e66a 2021-08-16T16:11:09.489Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:11:31.870Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:11:31.881Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:11:31.884Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:11:31.884Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:11:31.884Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:11:31.884Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:11:31.884Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:11:31.884Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:11:31.890Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:12:01.890Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:12:01.895Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3743780f-ea78-48e2-8d47-8281e8a8e66a and serviceModelVersionId: 490966e4-89c1-4fcc-8903-d9989ecf19c0 2021-08-16T16:12:01.895Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d01d7e20-52b3-4a8d-810d-cb88a07926aa 2021-08-16T16:12:01.895Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0 2021-08-16T16:12:01.900Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:12:01.940Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0|INFO|500||Invoke 2021-08-16T16:12:01.940Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3743780f-ea78-48e2-8d47-8281e8a8e66a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c8f8485-b694-43e7-843a-52759ffd083a], X-ECOMP-RequestID=[3743780f-ea78-48e2-8d47-8281e8a8e66a], X-TransactionId=[], X-ONAP-RequestID=[3743780f-ea78-48e2-8d47-8281e8a8e66a], Content-Type=[application/merge-patch+json]} 2021-08-16T16:12:01.956Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:12:02.008Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?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/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:12:01:962-38600], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:12:01 GMT], Content-Type=[application/json]} 2021-08-16T16:12:02.009Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0","ERR.5.4.6114"]}}} 2021-08-16T16:12:02.010Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:12:02.013Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec=ERR.5.4.6114) 2021-08-16T16:12:02.013Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:12:02.013Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec=ERR.5.4.6114) 2021-08-16T16:12:02.013Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec=ERR.5.4.6114) 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-08-16T16:12:02.019Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||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-08-16T16:12:02.019Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3743780f-ea78-48e2-8d47-8281e8a8e66a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec=ERR.5.4.6114) 2021-08-16T16:12:02.019Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:12:02.020Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:12:02.021Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:12:02.021Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130322019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:12:02.121Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:12:02.122Z||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-08-16T16:12:02.122Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:02.135Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:02.136Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:12:03.033Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:12:03.034Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:12:03.035Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:07.327Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:07.328Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:12:07.328Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"afddeee9-6de2-4387-b7f0-54afe88c7241","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96e4835d-fc7b-453e-9496-4ac890bf7a33","serviceDescription":"service","serviceInvariantUUID":"bd7cefd7-1db2-4e9d-a04e-8e2e7b212838","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"39dd2c84-79ff-40a5-a233-098b381befdb","resourceInvariantUUID":"caed73dc-1f13-4184-98d4-36c959503326","resourceCustomizationUUID":"e06f1e9a-77e1-44f6-b784-6ea42efdaec1","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":"ZGE4MWM2NWZkZjQ1NjcxNmU5NTJhYTYxNjEzNGUyZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"723741c5-3d32-4a7c-a59f-2ed65ab73855","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTkyMWUxNTllN2FmN2ViMjI4MDJkOTExNmQyZWU1MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3fd5d5a-5ad9-4c97-910c-4feb01ab85d4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:12:07.330Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:12:07.330Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:12:07.331Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:12:07.332Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:12:07.432Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:12:07.433Z||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-08-16T16:12:07.433Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:07.443Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:07.443Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:12:08.332Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:12:08.333Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:12:08.335Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:12:08.335Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:12:08.435Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:12:08.436Z||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-08-16T16:12:08.436Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:08.446Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:08.446Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:12:09.336Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "96e4835d-fc7b-453e-9496-4ac890bf7a33", "serviceDescription": "service", "serviceInvariantUUID": "bd7cefd7-1db2-4e9d-a04e-8e2e7b212838", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e06f1e9a-77e1-44f6-b784-6ea42efdaec1", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "39dd2c84-79ff-40a5-a233-098b381befdb", "resourceInvariantUUID": "caed73dc-1f13-4184-98d4-36c959503326", "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": "YTkyMWUxNTllN2FmN2ViMjI4MDJkOTExNmQyZWU1MjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f3fd5d5a-5ad9-4c97-910c-4feb01ab85d4" } ], "workloadContext": "Production" } 2021-08-16T16:12:09.336Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:12:09.337Z|3743780f-ea78-48e2-8d47-8281e8a8e66a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96e4835d-fc7b-453e-9496-4ac890bf7a33 ASDC 2021-08-16T16:12:09.337Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:afddeee9-6de2-4387-b7f0-54afe88c7241 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:96e4835d-fc7b-453e-9496-4ac890bf7a33 ServiceInvariantUUID:bd7cefd7-1db2-4e9d-a04e-8e2e7b212838 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:f3fd5d5a-5ad9-4c97-910c-4feb01ab85d4 ArtifactChecksum:YTkyMWUxNTllN2FmN2ViMjI4MDJkOTExNmQyZWU1MjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e06f1e9a-77e1-44f6-b784-6ea42efdaec1 ResourceInvariantUUID:caed73dc-1f13-4184-98d4-36c959503326 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:39dd2c84-79ff-40a5-a233-098b381befdb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-16T16:12:09.337Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96e4835d-fc7b-453e-9496-4ac890bf7a33 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-08-16T16:12:09.361Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:12:09.362Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:12:09.362Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:12:09.362Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f3fd5d5a-5ad9-4c97-910c-4feb01ab85d4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-16T16:12:09.362Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:12:09.363Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-16T16:12:09.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:12:09.460Z||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-08-16T16:12:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:09.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:09.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130149722, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130150643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130150741, "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-08-16T16:12:09.492Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3743780f-ea78-48e2-8d47-8281e8a8e66a 2021-08-16T16:12:09.492Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:12:09.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "NOTIFIED" } 2021-08-16T16:12:09.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "clamp", "timestamp": 1629130151646, "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-08-16T16:12:09.504Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3743780f-ea78-48e2-8d47-8281e8a8e66a 2021-08-16T16:12:09.504Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3743780f-ea78-48e2-8d47-8281e8a8e66a 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-08-16T16:12:09.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130151744, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130149457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130158079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130161839, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130164462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130166621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130167810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/vfw68f9177719d00_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130168813, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130169819, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/resourceInstances/vfw68f9177719d00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-16T16:12:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130170823, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816160723/1.0/artifacts/service-Vfw20210816160723-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:12:09.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:12:09.563Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:12:09.566Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f3fd5d5a-5ad9-4c97-910c-4feb01ab85d4 52175 2021-08-16T16:12:09.566Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-16T16:12:09.566Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-16T16:12:09.566Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:12:09.566Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:12:09.568Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:12:09.568Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130329566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:12:09.669Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:12:09.669Z||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-08-16T16:12:09.670Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:09.680Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:09.680Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:12:10.569Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:12:10.570Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:12:10.570Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f3fd5d5a-5ad9-4c97-910c-4feb01ab85d4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-16T16:12:10.571Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-16T16:12:10.571Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-16T16:12:10.571Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-16T16:12:10.654Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16530399958620953857/Definitions/service-BasicNetwork-template.yml 2021-08-16T16:12:11.009Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:12:11.010Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.011Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.012Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:96e4835d-fc7b-453e-9496-4ac890bf7a33 Model Version:NULL Model InvariantUuid:bd7cefd7-1db2-4e9d-a04e-8e2e7b212838 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:caed73dc-1f13-4184-98d4-36c959503326 Model UUID:533a141e-5e03-4796-9225-8e6baf7f1a83 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e06f1e9a-77e1-44f6-b784-6ea42efdaec1 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-08-16T16:12:11.018Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 39dd2c84-79ff-40a5-a233-098b381befdb 2021-08-16T16:12:11.018Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||No resources found for Service: 96e4835d-fc7b-453e-9496-4ac890bf7a33 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-08-16T16:12:11.021Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500|| 2021-08-16T16:12:11.021Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-16T16:12:11.022Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 96e4835d-fc7b-453e-9496-4ac890bf7a33 2021-08-16T16:12:11.022Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 96e4835d-fc7b-453e-9496-4ac890bf7a33 2021-08-16T16:12:11.022Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-16T16:12:11.022Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.027Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.028Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.028Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.028Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.028Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 96e4835d-fc7b-453e-9496-4ac890bf7a33: Generic NeutronNet 2021-08-16T16:12:11.028Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.029Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.029Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.029Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.052Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.052Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.052Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.052Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.052Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:12:11.053Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:12:11.053Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:12:11.101Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-16T16:12:11.101Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-16T16:12:11.102Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-16T16:12:11.102Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:12:11.102Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:12:11.104Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:12:11.104Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130331101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:12:11.204Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:12:11.205Z||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-08-16T16:12:11.205Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:12:11.215Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:12:11.215Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:12:12.104Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:12:12.113Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:12:12.116Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:12:12.116Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:12:12.116Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:12:42.116Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:12:42.124Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:12:42.126Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:12:42.126Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:12:42.126Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:13:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:13:09.460Z||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-08-16T16:13:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:09.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:09.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "dcae-sch", "timestamp": 1629130221916, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "cds", "timestamp": 1629130219759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "aai-ml", "timestamp": 1629130222619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130222141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "multicloud-k8s-id", "timestamp": 1629130218203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "clamp", "timestamp": 1629130216514, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "multicloud-k8s-id", "timestamp": 1629130218203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "clamp", "timestamp": 1629130216514, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "dcae-sch", "timestamp": 1629130221916, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "cds", "timestamp": 1629130219759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130222141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "aai-ml", "timestamp": 1629130222619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "cds", "timestamp": 1629130228078, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "aai-ml", "timestamp": 1629130228100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:13:09.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130228112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:13:09.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "cds", "timestamp": 1629130229082, "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=? 2021-08-16T16:13:09.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afddeee9-6de2-4387-b7f0-54afe88c7241 2021-08-16T16:13:09.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afddeee9-6de2-4387-b7f0-54afe88c7241 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-08-16T16:13:09.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130229609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:13:09.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130230613, "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-08-16T16:13:09.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afddeee9-6de2-4387-b7f0-54afe88c7241 2021-08-16T16:13:09.511Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afddeee9-6de2-4387-b7f0-54afe88c7241 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-08-16T16:13:09.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "aai-ml", "timestamp": 1629130231095, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:13:09.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "aai-ml", "timestamp": 1629130232098, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:13:09.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of afddeee9-6de2-4387-b7f0-54afe88c7241 2021-08-16T16:13:09.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afddeee9-6de2-4387-b7f0-54afe88c7241 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-08-16T16:13:09.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "ves-openapi-manager", "timestamp": 1629130231777, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "policy-id", "timestamp": 1629130232609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "ves-openapi-manager", "timestamp": 1629130231777, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "policy-id", "timestamp": 1629130232609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:09.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "clamp", "timestamp": 1629130234518, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "clamp", "timestamp": 1629130236525, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "policy-id", "timestamp": 1629130236666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "clamp", "timestamp": 1629130237528, "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-08-16T16:13:09.536Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afddeee9-6de2-4387-b7f0-54afe88c7241 2021-08-16T16:13:09.536Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afddeee9-6de2-4387-b7f0-54afe88c7241 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-08-16T16:13:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "policy-id", "timestamp": 1629130237669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:13:09.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:13:09.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:13:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "policy-id", "timestamp": 1629130238672, "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-08-16T16:13:09.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afddeee9-6de2-4387-b7f0-54afe88c7241 2021-08-16T16:13:09.548Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afddeee9-6de2-4387-b7f0-54afe88c7241 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-08-16T16:13:12.127Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:13:12.135Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:13:12.138Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:13:12.138Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:13:12.138Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:13:12.138Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:13:12.138Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:13:12.138Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:13:12.142Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:13:42.142Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afddeee9-6de2-4387-b7f0-54afe88c7241 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-08-16T16:13:42.148Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afddeee9-6de2-4387-b7f0-54afe88c7241 and serviceModelVersionId: 96e4835d-fc7b-453e-9496-4ac890bf7a33 2021-08-16T16:13:42.148Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd7cefd7-1db2-4e9d-a04e-8e2e7b212838 2021-08-16T16:13:42.149Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33?depth=0 2021-08-16T16:13:42.154Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:13:42.183Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33?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-08-16T16:13:42.184Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33?depth=0|INFO|500||Invoke 2021-08-16T16:13:42.203Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:13:42.225Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:13:42.225Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:13:42:208-50242], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:13:42 GMT], Content-Type=[application/json]} 2021-08-16T16:13:42.226Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33","ERR.5.4.6114"]}}} 2021-08-16T16:13:42.230Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=afddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec=ERR.5.4.6114) 2021-08-16T16:13:42.230Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=afddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:13:42.230Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=afddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec=ERR.5.4.6114) 2021-08-16T16:13:42.230Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=afddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec=ERR.5.4.6114) 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-08-16T16:13:42.234Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||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-08-16T16:13:42.234Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afddeee9-6de2-4387-b7f0-54afe88c7241 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=afddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec=ERR.5.4.6114) 2021-08-16T16:13:42.234Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:13:42.235Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:42.236Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:42.236Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130422234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dafddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:13:42.336Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:42.337Z||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-08-16T16:13:42.337Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:42.352Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:42.353Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:13:43.247Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:13:43.247Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dbd43cc-d628-4b78-8c40-f7e380c5c1dd","serviceName":"Demo_pNF_GsDOVIdDOzrX0amAX6QN","serviceVersion":"1.0","serviceUUID":"ee82db92-1cc6-4ce5-87c2-a5e7d198409f","serviceDescription":"catalog service description","serviceInvariantUUID":"6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69","resources":[{"resourceInstanceName":"pNF 008548b0-5fe0 0","resourceName":"pNF 008548b0-5fe0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa676239-c6e5-438f-b8b9-25fc28c59864","resourceInvariantUUID":"43cca431-2fc6-464d-8874-6de507682e43","resourceCustomizationUUID":"936b94d2-936b-4520-92ed-9f5deb1e5ffd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml","artifactChecksum":"OWQ3MzI0MzdkMmZjNTY2OGI2ZjA3N2MzOTU2MzI0MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d4b6067-8ff9-42e8-a0ab-86bcea38fd06","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar","artifactChecksum":"YmUwMGMxMDIyMWE1NmRkMDM3ODNjOTA2MzM3ZDU0MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40d59db6-5c80-408d-b773-1bed55b68398","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb68480f-cf12-4de7-b651-d4c75d201d6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml","artifactChecksum":"Nzc2OGMxNTFiNDk2ODVhMzZjNmU0MDMwYmM2ZmQwNzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a19fcf2-4a17-4877-a1ce-4a79bdfd6241","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2de4c70c-f3bc-45e7-b946-7850cdec292f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc13e656-7247-4d4e-bfbb-7ce3cb935412","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGsdoviddozrx0amax6qn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml","artifactChecksum":"OWZkOTQ0OTk1ZGIyNTliOTliMzhiOTZiMDI0YmUzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be0c7da1-30a3-4534-b7aa-d1fa9a1c5131","artifactVersion":"1"},{"artifactName":"service-DemoPnfGsdoviddozrx0amax6qn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar","artifactChecksum":"ZTBjMjUxN2Y5MjU4NTg0Y2JiMTdiMTQzYWRhZjFlMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d03c139a-d6a7-4851-93a9-6ef66d0ed681","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:13:43.247Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:43.247Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:43.249Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:43.249Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:43.349Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:43.349Z||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-08-16T16:13:43.350Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:43.364Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:43.364Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:44.249Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:44.250Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:44.252Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:44.252Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:44.352Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:44.353Z||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-08-16T16:13:44.353Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:44.363Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:44.364Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:45.253Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:45.254Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:45.256Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:45.256Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:45.356Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:45.356Z||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-08-16T16:13:45.357Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:45.367Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:45.367Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:46.256Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:46.257Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:46.259Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:46.259Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:46.359Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:46.360Z||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-08-16T16:13:46.360Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:46.367Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:46.368Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:47.259Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:47.261Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:47.263Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:47.263Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:47.363Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:47.363Z||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-08-16T16:13:47.364Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:47.374Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:47.374Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:48.263Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:48.264Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:48.266Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:48.266Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:48.366Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:48.367Z||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-08-16T16:13:48.367Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:48.377Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:48.377Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:49.266Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:49.267Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:49.270Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:49.270Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:13:49.370Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:49.371Z||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-08-16T16:13:49.371Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:49.381Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:49.382Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:13:50.271Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:13:50.271Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:50.273Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:50.273Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:13:50.374Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:13:50.374Z||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-08-16T16:13:50.374Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:50.385Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:50.385Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:51.274Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "serviceName": "Demo_pNF_GsDOVIdDOzrX0amAX6QN", "serviceVersion": "1.0", "serviceUUID": "ee82db92-1cc6-4ce5-87c2-a5e7d198409f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69", "resources": [ { "resourceInstanceName": "pNF 008548b0-5fe0 0", "resourceCustomizationUUID": "936b94d2-936b-4520-92ed-9f5deb1e5ffd", "resourceName": "pNF 008548b0-5fe0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "aa676239-c6e5-438f-b8b9-25fc28c59864", "resourceInvariantUUID": "43cca431-2fc6-464d-8874-6de507682e43", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "artifactChecksum": "ZTBjMjUxN2Y5MjU4NTg0Y2JiMTdiMTQzYWRhZjFlMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d03c139a-d6a7-4851-93a9-6ef66d0ed681" } ], "workloadContext": "Production" } 2021-08-16T16:13:51.274Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:13:51.274Z|afddeee9-6de2-4387-b7f0-54afe88c7241|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee82db92-1cc6-4ce5-87c2-a5e7d198409f ASDC 2021-08-16T16:13:51.274Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9dbd43cc-d628-4b78-8c40-f7e380c5c1dd ServiceName:Demo_pNF_GsDOVIdDOzrX0amAX6QN ServiceVersion:1.0 ServiceUUID:ee82db92-1cc6-4ce5-87c2-a5e7d198409f ServiceInvariantUUID:6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGsdoviddozrx0amax6qn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar ArtifactUUID:d03c139a-d6a7-4851-93a9-6ef66d0ed681 ArtifactChecksum:ZTBjMjUxN2Y5MjU4NTg0Y2JiMTdiMTQzYWRhZjFlMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 008548b0-5fe0 0 ResourceCustomizationUUID:936b94d2-936b-4520-92ed-9f5deb1e5ffd ResourceInvariantUUID:43cca431-2fc6-464d-8874-6de507682e43 ResourceName:pNF 008548b0-5fe0 ResourceType:PNF ResourceUUID:aa676239-c6e5-438f-b8b9-25fc28c59864 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-16T16:13:51.275Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee82db92-1cc6-4ce5-87c2-a5e7d198409f 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-08-16T16:13:51.297Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:13:51.298Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:13:51.298Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:13:51.298Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d03c139a-d6a7-4851-93a9-6ef66d0ed681 from URL: /sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:51.298Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:13:51.298Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:51.478Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:13:51.482Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar d03c139a-d6a7-4851-93a9-6ef66d0ed681 82543 2021-08-16T16:13:51.482Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar ASDC sendASDCNotification 2021-08-16T16:13:51.482Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:51.482Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:13:51.482Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:51.484Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:51.484Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130431482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:13:51.585Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:13:51.585Z||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-08-16T16:13:51.586Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:51.594Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:51.594Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:13:52.485Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:13:52.486Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:13:52.486Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d03c139a-d6a7-4851-93a9-6ef66d0ed681, URL: /sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar to file: /app/ASDC/1/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:52.486Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:52.487Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:52.487Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:52.626Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6227533866433372190/Definitions/service-DemoPnfGsdoviddozrx0amax6qn-template.yml 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||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-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||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-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.278Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 008548b0-5fe0 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-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||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-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||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-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||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-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Node template pNF 008548b0-5fe0 0 is matching search criteria 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 008548b0-5fe0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Node template pNF 008548b0-5fe0 0 is matching search criteria 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 008548b0-5fe0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.279Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.280Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_GsDOVIdDOzrX0amAX6QN Description:catalog service description Model UUID:ee82db92-1cc6-4ce5-87c2-a5e7d198409f Model Version:NULL Model InvariantUuid:6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69 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-08-16T16:13:53.283Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa676239-c6e5-438f-b8b9-25fc28c59864 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-08-16T16:13:53.285Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||pNF 008548b0-5fe0 0 2021-08-16T16:13:53.285Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa676239-c6e5-438f-b8b9-25fc28c59864 2021-08-16T16:13:53.285Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ee82db92-1cc6-4ce5-87c2-a5e7d198409f 2021-08-16T16:13:53.285Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ee82db92-1cc6-4ce5-87c2-a5e7d198409f 2021-08-16T16:13:53.285Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 008548b0-5fe0 0 aa676239-c6e5-438f-b8b9-25fc28c59864 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-08-16T16:13:53.287Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.288Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.288Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ee82db92-1cc6-4ce5-87c2-a5e7d198409f: pNF 008548b0-5fe0 2021-08-16T16:13:53.288Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Processing PNF resource: aa676239-c6e5-438f-b8b9-25fc28c59864 2021-08-16T16:13:53.288Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:13:53.288Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_GsDOVIdDOzrX0amAX6QN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:13:53.288Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||Resource customization UUID: 936b94d2-936b-4520-92ed-9f5deb1e5ffd is the same as notified resource customizationUUID: 936b94d2-936b-4520-92ed-9f5deb1e5ffd 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-08-16T16:13:53.349Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 008548b0-5fe0 aa676239-c6e5-438f-b8b9-25fc28c59864 0 ASDC deployResourceStructure 2021-08-16T16:13:53.350Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar ASDC sendASDCNotification 2021-08-16T16:13:53.350Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar 2021-08-16T16:13:53.350Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:13:53.350Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:13:53.351Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:13:53.351Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130433350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:13:53.452Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:13:53.453Z||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-08-16T16:13:53.453Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:13:53.463Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:13:53.463Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:13:54.352Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:13:54.359Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:13:54.361Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:13:54.361Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:13:54.361Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:14:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:14:09.460Z||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-08-16T16:14:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:14:09.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-16T16:14:09.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "dcae-sch", "timestamp": 1629130261915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130264759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130271777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130280239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130272609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "cds", "timestamp": 1629130281244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-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-08-16T16:14:09.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 2021-08-16T16:14:09.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:09.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130281340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130282006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130282508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130283010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "ves-openapi-manager", "timestamp": 1629130283510, "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-08-16T16:14:09.518Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 2021-08-16T16:14:09.518Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:09.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "policy-id", "timestamp": 1629130284013, "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-08-16T16:14:09.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 2021-08-16T16:14:09.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:09.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130276514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "multicloud-k8s-id", "timestamp": 1629130278203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130282141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130282619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130290987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130291454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130291527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130292849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130293533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130293853, "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-08-16T16:14:09.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 2021-08-16T16:14:09.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:09.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "clamp", "timestamp": 1629130294536, "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-08-16T16:14:09.561Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 2021-08-16T16:14:09.561Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:09.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130295611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:14:09.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "aai-ml", "timestamp": 1629130296615, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:14:09.572Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 2021-08-16T16:14:09.572Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:09.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3743780f-ea78-48e2-8d47-8281e8a8e66a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130322019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3743780f-ea78-48e2-8d47-8281e8a8e66a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d01d7e20-52b3-4a8d-810d-cb88a07926aa/model-vers/model-ver/490966e4-89c1-4fcc-8903-d9989ecf19c0) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:14:09.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:14:24.361Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:14:24.372Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:14:24.375Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:14:24.379Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:14:54.380Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd 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-08-16T16:14:54.383Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd and serviceModelVersionId: ee82db92-1cc6-4ce5-87c2-a5e7d198409f 2021-08-16T16:14:54.383Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69 2021-08-16T16:14:54.384Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0 2021-08-16T16:14:54.388Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:14:54.417Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0|INFO|500||Invoke 2021-08-16T16:14:54.418Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dbd43cc-d628-4b78-8c40-f7e380c5c1dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[29962d55-7e24-4787-9ca1-ffe41c3bd755], X-ECOMP-RequestID=[9dbd43cc-d628-4b78-8c40-f7e380c5c1dd], X-TransactionId=[], X-ONAP-RequestID=[9dbd43cc-d628-4b78-8c40-f7e380c5c1dd], Content-Type=[application/merge-patch+json]} 2021-08-16T16:14:54.438Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:14:54.464Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?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/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210816-16:14:54:444-46221], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:14:54 GMT], Content-Type=[application/json]} 2021-08-16T16:14:54.465Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f","ERR.5.4.6114"]}}} 2021-08-16T16:14:54.466Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:14:54.471Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec=ERR.5.4.6114) 2021-08-16T16:14:54.471Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:14:54.472Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec=ERR.5.4.6114) 2021-08-16T16:14:54.472Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec=ERR.5.4.6114) 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-08-16T16:14:54.476Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||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-08-16T16:14:54.476Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dbd43cc-d628-4b78-8c40-f7e380c5c1dd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec=ERR.5.4.6114) 2021-08-16T16:14:54.476Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:14:54.477Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:14:54.479Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:14:54.479Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130494476, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:14:54.579Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:14:54.579Z||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-08-16T16:14:54.579Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:14:54.593Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:14:54.593Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:14:55.487Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:14:55.487Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:14:55.488Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:14:59.773Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:14:59.774Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:14:59.774Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e8b6bbc-5ffe-4164-80a9-b6b77b82c590","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d9f62ca9-456b-48fa-8372-be9aca8567f6","serviceDescription":"service","serviceInvariantUUID":"52d7730a-40bc-4270-be32-0ab006ae8e5f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2c100df-0a14-43c4-98aa-fdacea4a248b","resourceInvariantUUID":"99a3cf43-286e-4c1e-82dc-7facc9a9964f","resourceCustomizationUUID":"14bfe1c4-5075-46df-9f52-c89e14d42c07","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":"YWY2ODMxYTdmNjFjODM3OGQ4N2YyZWY4YWIwMDRjY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c926ead5-f802-49a9-b0b3-551705edfd83","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":"MTg4M2UyMDFhZWJkNDJiOTFiYjlkMTY0ODA2MzZkMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05574d4d-be06-46e8-a32e-c173934ef624","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":"f2909d97-b4a1-48e5-9bb2-98f98751ba37","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":"d52edb25-b56a-4b3a-b089-8bd57ec69b72","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":"5c8f142f-91b0-45ec-9006-d5921cf41ccc","artifactVersion":"2","generatedFromUUID":"f2909d97-b4a1-48e5-9bb2-98f98751ba37"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDFjZDYwN2EzY2RmYzc0Y2E0ZGI2YjJmYTJlNTU1NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3c28c94-ea8f-4815-85d0-9bba1c3de47a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjA3ZDNjMmNiNzI2Y2I2ODdjNmYyNjJjMjE0NDE1Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"789f553a-3682-4e3e-9614-39ab145209d8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:14:59.775Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:14:59.775Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:14:59.777Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:14:59.777Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:14:59.877Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:14:59.878Z||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-08-16T16:14:59.878Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:14:59.888Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:14:59.888Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:00.777Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:15:00.778Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:00.780Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:00.780Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:15:00.880Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:00.881Z||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-08-16T16:15:00.881Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:00.891Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:00.892Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:15:01.780Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:15:01.781Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:01.783Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:01.783Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:15:01.883Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:01.884Z||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-08-16T16:15:01.884Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:01.895Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:01.896Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:02.783Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:15:02.785Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:02.787Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:02.787Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:15:02.887Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:02.888Z||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-08-16T16:15:02.888Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:02.899Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:02.899Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:03.788Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:15:03.789Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:03.791Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:03.791Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-16T16:15:03.891Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:03.892Z||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-08-16T16:15:03.892Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:03.901Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:03.901Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:04.792Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:15:04.792Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:04.794Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:04.794Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:15:04.895Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:15:04.895Z||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-08-16T16:15:04.896Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:04.926Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:04.927Z||pool-104-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:05.795Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:15:05.796Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:05.797Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:05.797Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:15:05.898Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:15:05.898Z||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-08-16T16:15:05.898Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:05.907Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:05.907Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:06.799Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d9f62ca9-456b-48fa-8372-be9aca8567f6", "serviceDescription": "service", "serviceInvariantUUID": "52d7730a-40bc-4270-be32-0ab006ae8e5f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "14bfe1c4-5075-46df-9f52-c89e14d42c07", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d2c100df-0a14-43c4-98aa-fdacea4a248b", "resourceInvariantUUID": "99a3cf43-286e-4c1e-82dc-7facc9a9964f", "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": "MTg4M2UyMDFhZWJkNDJiOTFiYjlkMTY0ODA2MzZkMDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05574d4d-be06-46e8-a32e-c173934ef624", "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": "f2909d97-b4a1-48e5-9bb2-98f98751ba37", "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": "5c8f142f-91b0-45ec-9006-d5921cf41ccc", "generatedFromUUID": "f2909d97-b4a1-48e5-9bb2-98f98751ba37" }, "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": "5c8f142f-91b0-45ec-9006-d5921cf41ccc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjA3ZDNjMmNiNzI2Y2I2ODdjNmYyNjJjMjE0NDE1Zjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "789f553a-3682-4e3e-9614-39ab145209d8" } ], "workloadContext": "Production" } 2021-08-16T16:15:06.799Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:15:06.799Z|9dbd43cc-d628-4b78-8c40-f7e380c5c1dd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9f62ca9-456b-48fa-8372-be9aca8567f6 ASDC 2021-08-16T16:15:06.800Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d9f62ca9-456b-48fa-8372-be9aca8567f6 ServiceInvariantUUID:52d7730a-40bc-4270-be32-0ab006ae8e5f 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:789f553a-3682-4e3e-9614-39ab145209d8 ArtifactChecksum:MjA3ZDNjMmNiNzI2Y2I2ODdjNmYyNjJjMjE0NDE1Zjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:14bfe1c4-5075-46df-9f52-c89e14d42c07 ResourceInvariantUUID:99a3cf43-286e-4c1e-82dc-7facc9a9964f ResourceName:basic_vm ResourceType:VF ResourceUUID:d2c100df-0a14-43c4-98aa-fdacea4a248b 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:05574d4d-be06-46e8-a32e-c173934ef624 ArtifactChecksum:MTg4M2UyMDFhZWJkNDJiOTFiYjlkMTY0ODA2MzZkMDU= 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:f2909d97-b4a1-48e5-9bb2-98f98751ba37 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:5c8f142f-91b0-45ec-9006-d5921cf41ccc 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:5c8f142f-91b0-45ec-9006-d5921cf41ccc ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:15:06.800Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9f62ca9-456b-48fa-8372-be9aca8567f6 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-08-16T16:15:06.822Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:15:06.822Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:15:06.822Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:15:06.822Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 789f553a-3682-4e3e-9614-39ab145209d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-16T16:15:06.822Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:15:06.823Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-16T16:15:07.987Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:15:07.989Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 789f553a-3682-4e3e-9614-39ab145209d8 70849 2021-08-16T16:15:07.990Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-16T16:15:07.990Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-16T16:15:07.990Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:15:07.990Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:07.991Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:07.991Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130507990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:15:08.092Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:15:08.093Z||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-08-16T16:15:08.093Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:08.103Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:08.104Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:15:08.992Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:15:08.993Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:15:08.994Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 789f553a-3682-4e3e-9614-39ab145209d8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-16T16:15:08.994Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-16T16:15:08.994Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-16T16:15:08.994Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-16T16:15:09.115Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7190678964145319870/Definitions/service-BasicVm-template.yml 2021-08-16T16:15:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:15:09.460Z||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-08-16T16:15:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:09.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:09.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:15:09.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130329566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:15:09.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:15:09.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:15:09.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130331101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:15:09.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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-08-16T16:15:10.115Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.116Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-16T16:15:10.117Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.118Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0b2226b3-fe8f-427a-8cff-0aa1aa91745b 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.119Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.120Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.120Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:10.120Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:10.120Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d9f62ca9-456b-48fa-8372-be9aca8567f6 Model Version:NULL Model InvariantUuid:52d7730a-40bc-4270-be32-0ab006ae8e5f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f46bd8ab-47c0-4c64-888d-65324aa7eabe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:99a3cf43-286e-4c1e-82dc-7facc9a9964f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:14bfe1c4-5075-46df-9f52-c89e14d42c07 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5cad1df4-a96b-41f5-958e-a1e61f275f63 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:75fc2053-a8af-4458-bf8f-176f7690a4ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0b2226b3-fe8f-427a-8cff-0aa1aa91745b ModelInvariantUuid:152c7079-4746-4370-a4d5-dcdef65c49ee ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:129fc7c4-1d67-46e1-a972-2a68b6a9d702 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:9a05d969-7439-4f2b-9706-2f6d13269eb6 ModelInvariantUuid:eec86334-b34f-4570-9431-5ac4cb248253 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:04189be2-d4ad-4fae-a427-72c7af46b040 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-08-16T16:15:10.125Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d2c100df-0a14-43c4-98aa-fdacea4a248b 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-08-16T16:15:10.127Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-08-16T16:15:10.127Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2c100df-0a14-43c4-98aa-fdacea4a248b 2021-08-16T16:15:10.127Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05574d4d-be06-46e8-a32e-c173934ef624 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-16T16:15:10.127Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:15:10.127Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.322Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:15:10.322Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 05574d4d-be06-46e8-a32e-c173934ef624 787 2021-08-16T16:15:10.323Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.323Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:10.323Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:15:10.323Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:10.325Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:10.325Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130510322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:15:10.425Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:10.425Z||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-08-16T16:15:10.426Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:10.436Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:10.436Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:15:11.325Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5cad1df4-a96b-41f5-958e-a1e61f275f63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75fc2053-a8af-4458-bf8f-176f7690a4ee", "vfModuleModelCustomizationUUID": "da16e3e3-7e7d-4453-ab1e-67736f8422a9", "isBase": true, "artifacts": [ "f2909d97-b4a1-48e5-9bb2-98f98751ba37", "5c8f142f-91b0-45ec-9006-d5921cf41ccc" ], "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-08-16T16:15:11.328Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:75fc2053-a8af-4458-bf8f-176f7690a4ee VfModuleModelInvariantUUID:5cad1df4-a96b-41f5-958e-a1e61f275f63 VfModuleModelDescription:NULL Artifacts UUID List:{ f2909d97-b4a1-48e5-9bb2-98f98751ba37 , 5c8f142f-91b0-45ec-9006-d5921cf41ccc } 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-08-16T16:15:11.330Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5cad1df4-a96b-41f5-958e-a1e61f275f63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75fc2053-a8af-4458-bf8f-176f7690a4ee", "vfModuleModelCustomizationUUID": "da16e3e3-7e7d-4453-ab1e-67736f8422a9", "isBase": true, "artifacts": [ "f2909d97-b4a1-48e5-9bb2-98f98751ba37", "5c8f142f-91b0-45ec-9006-d5921cf41ccc" ], "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-08-16T16:15:11.330Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:75fc2053-a8af-4458-bf8f-176f7690a4ee VfModuleModelInvariantUUID:5cad1df4-a96b-41f5-958e-a1e61f275f63 VfModuleModelDescription:NULL Artifacts UUID List:{ f2909d97-b4a1-48e5-9bb2-98f98751ba37 , 5c8f142f-91b0-45ec-9006-d5921cf41ccc } 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-08-16T16:15:11.330Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f2909d97-b4a1-48e5-9bb2-98f98751ba37 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-16T16:15:11.330Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:15:11.330Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:11.551Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:15:11.552Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f2909d97-b4a1-48e5-9bb2-98f98751ba37 5033 2021-08-16T16:15:11.552Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:11.552Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:11.552Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:15:11.552Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:11.554Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:11.554Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130511552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:15:11.654Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:11.655Z||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-08-16T16:15:11.655Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:11.680Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:11.680Z||pool-108-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:15:12.555Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5c8f142f-91b0-45ec-9006-d5921cf41ccc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-16T16:15:12.556Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:15:12.557Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:12.743Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:15:12.744Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5c8f142f-91b0-45ec-9006-d5921cf41ccc 903 2021-08-16T16:15:12.744Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:12.744Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:12.744Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:15:12.744Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:12.745Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:12.745Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130512744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:15:12.846Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:15:12.846Z||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-08-16T16:15:12.846Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:12.856Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:12.856Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:13.746Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d9f62ca9-456b-48fa-8372-be9aca8567f6 2021-08-16T16:15:13.746Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d2c100df-0a14-43c4-98aa-fdacea4a248b 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-08-16T16:15:13.758Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.758Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.758Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:15:13.759Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 14bfe1c4-5075-46df-9f52-c89e14d42c07 2021-08-16T16:15:13.759Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 14bfe1c4-5075-46df-9f52-c89e14d42c07 matches Tosca VF Customization UUID: 14bfe1c4-5075-46df-9f52-c89e14d42c07 2021-08-16T16:15:13.759Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 14bfe1c4-5075-46df-9f52-c89e14d42c07 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-08-16T16:15:13.761Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.761Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.761Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 14bfe1c4-5075-46df-9f52-c89e14d42c07: {\"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-08-16T16:15:13.762Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1df485a8 2021-08-16T16:15:13.762Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.762Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:15:13.762Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da16e3e3-7e7d-4453-ab1e-67736f8422a9 2021-08-16T16:15:13.762Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da16e3e3-7e7d-4453-ab1e-67736f8422a9 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-08-16T16:15:13.764Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-16T16:15:13.765Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-16T16:15:13.766Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-16T16:15:13.766Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0b2226b3-fe8f-427a-8cff-0aa1aa91745b 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-08-16T16:15:13.767Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.768Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:13.768Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:15:13.768Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.768Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-16T16:15:13.768Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=14bfe1c4-5075-46df-9f52-c89e14d42c07 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-08-16T16:15:13.769Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d9f62ca9-456b-48fa-8372-be9aca8567f6: basic_vm 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.770Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.771Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.771Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:15:13.771Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:15:13.771Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:13.832Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d2c100df-0a14-43c4-98aa-fdacea4a248b 1 ASDC deployResourceStructure 2021-08-16T16:15:13.832Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:13.832Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:13.832Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:15:13.832Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:13.834Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:13.834Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130513832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:15:13.934Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:13.935Z||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-08-16T16:15:13.935Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:13.945Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:13.946Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:14.840Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:14.840Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:14.840Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:15:14.841Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:14.842Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:14.842Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130514840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:15:14.942Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:14.943Z||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-08-16T16:15:14.943Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:14.954Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:14.954Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:15.849Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:15.850Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:15:15.850Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:15:15.850Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:15.852Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:15.852Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130515849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-16T16:15:15.952Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:15:15.953Z||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-08-16T16:15:15.953Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:15.962Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:15.962Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:16.852Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-16T16:15:16.856Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-16T16:15:16.856Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:15:16.857Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:15:16.858Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:15:16.858Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130516852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:15:16.959Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:15:16.959Z||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-08-16T16:15:16.959Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:15:16.970Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:15:16.971Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:15:17.864Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:15:17.874Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:15:17.877Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:15:17.877Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:15:17.877Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:15:47.877Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:15:47.886Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:15:47.889Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:15:47.889Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:15:47.889Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:16:09.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:16:09.460Z||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-08-16T16:16:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:16:09.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:16:09.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afddeee9-6de2-4387-b7f0-54afe88c7241", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130422234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dafddeee9-6de2-4387-b7f0-54afe88c7241 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bd7cefd7-1db2-4e9d-a04e-8e2e7b212838/model-vers/model-ver/96e4835d-fc7b-453e-9496-4ac890bf7a33) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/resourceInstances/pnf008548b05fe00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130323033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130431482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130433350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGsdoviddozrx0amax6qn/1.0/artifacts/service-DemoPnfGsdoviddozrx0amax6qn-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:16:09.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:16:17.890Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:16:17.900Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:16:17.902Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:16:17.902Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:16:17.902Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:16:47.903Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:16:47.915Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:16:47.917Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:16:47.917Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:16:47.917Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:17:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:17:09.460Z||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-08-16T16:17:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:09.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:09.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130459759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130458203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130456514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130452609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "dcae-sch", "timestamp": 1629130461916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130462141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130462619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130469744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130469747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130469734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130469999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130470486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "cds", "timestamp": 1629130470749, "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-08-16T16:17:09.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 2021-08-16T16:17:09.512Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:09.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130470738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130470973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "policy-id", "timestamp": 1629130471741, "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-08-16T16:17:09.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 2021-08-16T16:17:09.526Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:09.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130472472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130472478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130472555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130473482, "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-08-16T16:17:09.540Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 2021-08-16T16:17:09.540Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:09.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130473489, "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-08-16T16:17:09.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 2021-08-16T16:17:09.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:09.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130473576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "multicloud-k8s-id", "timestamp": 1629130474492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "clamp", "timestamp": 1629130474579, "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-08-16T16:17:09.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 2021-08-16T16:17:09.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130476623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "aai-ml", "timestamp": 1629130477627, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:17:09.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 2021-08-16T16:17:09.580Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:09.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130472744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:09.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130474759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130482840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130483843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "policy-id", "timestamp": 1629130484847, "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-08-16T16:17:09.606Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:17:09.606Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:17:09.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130485179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130478203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "cds", "timestamp": 1629130486183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-16T16:17:09.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:17:09.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "ves-openapi-manager", "timestamp": 1629130471777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130488164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130489320, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130481915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130490506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130491276, "artifactURL": "/sdc/v1/catalog/services/24c467a1-e3d7-4cac-803b-245d19f8013d/resourceInstances/basicclamp0/artifacts/40d7dc85-e02c-4f16-8ada-9b528c8570b9", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130491522, "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-08-16T16:17:09.633Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:17:09.633Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:17:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "multicloud-k8s-id", "timestamp": 1629130492526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130492606, "artifactURL": "/sdc/v1/catalog/services/24c467a1-e3d7-4cac-803b-245d19f8013d/resourceInstances/basicclamp0/artifacts/40d7dc85-e02c-4f16-8ada-9b528c8570b9", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "dcae-sch", "timestamp": 1629130493611, "artifactURL": "/sdc/v1/catalog/services/24c467a1-e3d7-4cac-803b-245d19f8013d/resourceInstances/basicclamp0/artifacts/40d7dc85-e02c-4f16-8ada-9b528c8570b9", "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-08-16T16:17:09.647Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:17:09.647Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:17:09.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130486514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbd43cc-d628-4b78-8c40-f7e380c5c1dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130494476, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9dbd43cc-d628-4b78-8c40-f7e380c5c1dd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f7e92e3-6a19-4ff9-b8e9-ebca31fd0c69/model-vers/model-ver/ee82db92-1cc6-4ce5-87c2-a5e7d198409f) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130492141, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130492619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130501732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130502042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130503975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130504981, "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-08-16T16:17:09.672Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:17:09.672Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:17:09.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130507433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130507686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130507990, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "aai-ml", "timestamp": 1629130508437, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:17:09.690Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:17:09.690Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130508688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "ves-openapi-manager", "timestamp": 1629130491777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130492609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:17:09.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130498203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:09.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:17:17.918Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:17:17.927Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:17:17.930Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:17:17.930Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:17:17.930Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:17:17.930Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:17:17.930Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:17:17.930Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:17:17.936Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:17:47.937Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 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-08-16T16:17:47.944Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 and serviceModelVersionId: d9f62ca9-456b-48fa-8372-be9aca8567f6 2021-08-16T16:17:47.945Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52d7730a-40bc-4270-be32-0ab006ae8e5f 2021-08-16T16:17:47.945Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0 2021-08-16T16:17:47.950Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:17:47.982Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0|INFO|500||Invoke 2021-08-16T16:17:47.983Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e8b6bbc-5ffe-4164-80a9-b6b77b82c590], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fa4743b-0918-4226-b3f1-89c366cdc1ca], X-ECOMP-RequestID=[6e8b6bbc-5ffe-4164-80a9-b6b77b82c590], X-TransactionId=[], X-ONAP-RequestID=[6e8b6bbc-5ffe-4164-80a9-b6b77b82c590], Content-Type=[application/merge-patch+json]} 2021-08-16T16:17:47.998Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:17:48.026Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?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/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:17:48:004-51394], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:17:48 GMT], Content-Type=[application/json]} 2021-08-16T16:17:48.027Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6","ERR.5.4.6114"]}}} 2021-08-16T16:17:48.028Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:17:48.032Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec=ERR.5.4.6114) 2021-08-16T16:17:48.032Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:17:48.032Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec=ERR.5.4.6114) 2021-08-16T16:17:48.033Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec=ERR.5.4.6114) 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-08-16T16:17:48.036Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||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-08-16T16:17:48.036Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec=ERR.5.4.6114) 2021-08-16T16:17:48.037Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:17:48.037Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:48.038Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:48.038Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130668037, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:17:48.139Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:17:48.139Z||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-08-16T16:17:48.139Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:48.152Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:48.152Z||pool-114-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-08-16T16:17:49.051Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:17:49.051Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d4c5ca5-99d0-4e94-9e92-a59bc503e750","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"24c467a1-e3d7-4cac-803b-245d19f8013d","serviceDescription":"service","serviceInvariantUUID":"2a56bc1c-4034-482c-80ea-a14372781b87","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09106efd-9aa5-49ff-9d15-f42277cf01e7","resourceInvariantUUID":"5aa800d9-14ba-43f1-9979-1571cc51af07","resourceCustomizationUUID":"66ca2203-f877-4d39-ba71-418fd591a6b3","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":"40d7dc85-e02c-4f16-8ada-9b528c8570b9","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":"ZjNlYTViNTdmYjA3ZjUwMmFmMGY2ZGE3YTVhZDIwNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7db57f9-39a6-4659-b9b7-9a32dafe8514","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":"ZDdiZjFmM2ZkYWU0YWNkODM3ZmEwZTZjN2Y4OTcxZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f7dbbba-11d8-48fb-a0af-99c3f271ae24","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":"c2c0d817-eaf1-4923-89ea-60db6b3bc53a","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":"6b62135e-f10c-46be-aa46-3d1ee9ea49c4","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":"01ba7577-a86e-40aa-9b4a-a5ad1fb14417","artifactVersion":"2","generatedFromUUID":"c2c0d817-eaf1-4923-89ea-60db6b3bc53a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDA5NDNlMWQxZTM3MzE5ZTlmOWExZTIwOTFhNGU0MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88ba40dc-ef36-4545-8b3e-a31a81c5fe54","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODM0OWU5ZGQ1ZWQ3MmQ2YTAyMWE0MjIwZjhmZjA3MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bf393e8-283b-4aa6-9934-76afd06337e0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:17:49.052Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:49.052Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:49.053Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:49.053Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:49.154Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:17:49.154Z||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-08-16T16:17:49.154Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:49.164Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:49.165Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:50.054Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:50.054Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:50.056Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:50.057Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:50.157Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:17:50.157Z||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-08-16T16:17:50.157Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:50.167Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:50.167Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:51.057Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:51.058Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:51.065Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:51.066Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:17:51.160Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-08-16T16:17:51.161Z||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-08-16T16:17:51.161Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:51.172Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:51.173Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:17:52.066Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:52.067Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:52.069Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:52.069Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:17:52.169Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:17:52.170Z||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-08-16T16:17:52.170Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:52.179Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:52.180Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:53.069Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:53.070Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:53.072Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:53.072Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:53.172Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:17:53.173Z||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-08-16T16:17:53.173Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:53.182Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:53.183Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:54.073Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:54.074Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:54.076Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:54.076Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-16T16:17:54.176Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:17:54.177Z||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-08-16T16:17:54.177Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:54.188Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:54.188Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:55.077Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:55.078Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:55.080Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:55.080Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:17:55.181Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:17:55.181Z||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-08-16T16:17:55.181Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:55.191Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:55.191Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:56.081Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:17:56.082Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:56.083Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:56.083Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:17:56.183Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:17:56.184Z||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-08-16T16:17:56.184Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:56.194Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:56.194Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:17:57.084Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "24c467a1-e3d7-4cac-803b-245d19f8013d", "serviceDescription": "service", "serviceInvariantUUID": "2a56bc1c-4034-482c-80ea-a14372781b87", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "66ca2203-f877-4d39-ba71-418fd591a6b3", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "09106efd-9aa5-49ff-9d15-f42277cf01e7", "resourceInvariantUUID": "5aa800d9-14ba-43f1-9979-1571cc51af07", "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": "ZDdiZjFmM2ZkYWU0YWNkODM3ZmEwZTZjN2Y4OTcxZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f7dbbba-11d8-48fb-a0af-99c3f271ae24", "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": "c2c0d817-eaf1-4923-89ea-60db6b3bc53a", "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": "01ba7577-a86e-40aa-9b4a-a5ad1fb14417", "generatedFromUUID": "c2c0d817-eaf1-4923-89ea-60db6b3bc53a" }, "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": "01ba7577-a86e-40aa-9b4a-a5ad1fb14417", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ODM0OWU5ZGQ1ZWQ3MmQ2YTAyMWE0MjIwZjhmZjA3MGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4bf393e8-283b-4aa6-9934-76afd06337e0" } ], "workloadContext": "Production" } 2021-08-16T16:17:57.084Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:17:57.085Z|6e8b6bbc-5ffe-4164-80a9-b6b77b82c590|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24c467a1-e3d7-4cac-803b-245d19f8013d ASDC 2021-08-16T16:17:57.085Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7d4c5ca5-99d0-4e94-9e92-a59bc503e750 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:24c467a1-e3d7-4cac-803b-245d19f8013d ServiceInvariantUUID:2a56bc1c-4034-482c-80ea-a14372781b87 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:4bf393e8-283b-4aa6-9934-76afd06337e0 ArtifactChecksum:ODM0OWU5ZGQ1ZWQ3MmQ2YTAyMWE0MjIwZjhmZjA3MGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:66ca2203-f877-4d39-ba71-418fd591a6b3 ResourceInvariantUUID:5aa800d9-14ba-43f1-9979-1571cc51af07 ResourceName:basicclamp ResourceType:VF ResourceUUID:09106efd-9aa5-49ff-9d15-f42277cf01e7 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:7f7dbbba-11d8-48fb-a0af-99c3f271ae24 ArtifactChecksum:ZDdiZjFmM2ZkYWU0YWNkODM3ZmEwZTZjN2Y4OTcxZmY= 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:c2c0d817-eaf1-4923-89ea-60db6b3bc53a 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:01ba7577-a86e-40aa-9b4a-a5ad1fb14417 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:01ba7577-a86e-40aa-9b4a-a5ad1fb14417 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:17:57.085Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24c467a1-e3d7-4cac-803b-245d19f8013d 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-08-16T16:17:57.118Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:17:57.118Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:17:57.118Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:17:57.119Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4bf393e8-283b-4aa6-9934-76afd06337e0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-16T16:17:57.119Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:17:57.119Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-16T16:17:58.467Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:17:58.472Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 4bf393e8-283b-4aa6-9934-76afd06337e0 73380 2021-08-16T16:17:58.473Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-08-16T16:17:58.473Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-16T16:17:58.473Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:17:58.473Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:17:58.474Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:17:58.474Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130678473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:17:58.575Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:17:58.576Z||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-08-16T16:17:58.576Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:17:58.585Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:17:58.586Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:17:59.475Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:17:59.476Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:17:59.477Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4bf393e8-283b-4aa6-9934-76afd06337e0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-16T16:17:59.477Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-08-16T16:17:59.478Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-16T16:17:59.478Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-16T16:17:59.570Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14943304835736377615/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-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.525Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.526Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-16T16:18:00.527Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.528Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27369b01-d5eb-40f3-8c03-109833eb31de 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.529Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.530Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.530Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.530Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:00.530Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:00.530Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:24c467a1-e3d7-4cac-803b-245d19f8013d Model Version:NULL Model InvariantUuid:2a56bc1c-4034-482c-80ea-a14372781b87 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:4739a663-262f-4901-aa24-166b3dd77534 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5aa800d9-14ba-43f1-9979-1571cc51af07 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66ca2203-f877-4d39-ba71-418fd591a6b3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:857b3f6a-1d5d-452c-902d-0cca7f4fd4ab ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2ad64682-85d9-4617-a38d-68853971f343 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:27369b01-d5eb-40f3-8c03-109833eb31de ModelInvariantUuid:2c517067-61ee-49ba-bfc4-23bdaa2ac465 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:67d4f23e-5ade-4b1a-944a-be7efd76401b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5c113655-5e33-49e4-b107-314f107f54d3 ModelInvariantUuid:917136cb-9559-410d-9ec5-a1557685e843 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:0ef63b4f-a014-45ff-906c-39f1b351a9b3 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-08-16T16:18:00.534Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 09106efd-9aa5-49ff-9d15-f42277cf01e7 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-08-16T16:18:00.536Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-08-16T16:18:00.536Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09106efd-9aa5-49ff-9d15-f42277cf01e7 2021-08-16T16:18:00.536Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7f7dbbba-11d8-48fb-a0af-99c3f271ae24 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-16T16:18:00.536Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:18:00.536Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-16T16:18:01.726Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:18:01.726Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7f7dbbba-11d8-48fb-a0af-99c3f271ae24 790 2021-08-16T16:18:01.727Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:01.727Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:01.727Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:18:01.727Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:01.729Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:01.729Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130681727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:01.830Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:18:01.830Z||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-08-16T16:18:01.830Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:01.839Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:01.839Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:02.730Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "857b3f6a-1d5d-452c-902d-0cca7f4fd4ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ad64682-85d9-4617-a38d-68853971f343", "vfModuleModelCustomizationUUID": "76cc98d9-d826-476e-90dd-f9c6880845c9", "isBase": true, "artifacts": [ "c2c0d817-eaf1-4923-89ea-60db6b3bc53a", "01ba7577-a86e-40aa-9b4a-a5ad1fb14417" ], "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-08-16T16:18:02.733Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ad64682-85d9-4617-a38d-68853971f343 VfModuleModelInvariantUUID:857b3f6a-1d5d-452c-902d-0cca7f4fd4ab VfModuleModelDescription:NULL Artifacts UUID List:{ c2c0d817-eaf1-4923-89ea-60db6b3bc53a , 01ba7577-a86e-40aa-9b4a-a5ad1fb14417 } 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-08-16T16:18:02.735Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "857b3f6a-1d5d-452c-902d-0cca7f4fd4ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ad64682-85d9-4617-a38d-68853971f343", "vfModuleModelCustomizationUUID": "76cc98d9-d826-476e-90dd-f9c6880845c9", "isBase": true, "artifacts": [ "c2c0d817-eaf1-4923-89ea-60db6b3bc53a", "01ba7577-a86e-40aa-9b4a-a5ad1fb14417" ], "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-08-16T16:18:02.735Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ad64682-85d9-4617-a38d-68853971f343 VfModuleModelInvariantUUID:857b3f6a-1d5d-452c-902d-0cca7f4fd4ab VfModuleModelDescription:NULL Artifacts UUID List:{ c2c0d817-eaf1-4923-89ea-60db6b3bc53a , 01ba7577-a86e-40aa-9b4a-a5ad1fb14417 } 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-08-16T16:18:02.736Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c2c0d817-eaf1-4923-89ea-60db6b3bc53a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-16T16:18:02.736Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:18:02.736Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-16T16:18:03.926Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:18:03.927Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c2c0d817-eaf1-4923-89ea-60db6b3bc53a 5033 2021-08-16T16:18:03.927Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:03.927Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:03.927Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:18:03.928Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:03.929Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:03.930Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130683927, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:04.030Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:04.030Z||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-08-16T16:18:04.031Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:04.042Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:04.044Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:04.930Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01ba7577-a86e-40aa-9b4a-a5ad1fb14417 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-16T16:18:04.930Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:18:04.931Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-16T16:18:06.820Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:18:06.821Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 01ba7577-a86e-40aa-9b4a-a5ad1fb14417 909 2021-08-16T16:18:06.821Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:06.821Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:06.821Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:18:06.822Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:06.823Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:06.823Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130686821, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:06.924Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:18:06.925Z||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-08-16T16:18:06.925Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:06.938Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:06.939Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:07.824Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 24c467a1-e3d7-4cac-803b-245d19f8013d 2021-08-16T16:18:07.824Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 09106efd-9aa5-49ff-9d15-f42277cf01e7 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-08-16T16:18:07.834Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.834Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.834Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:18:07.834Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 66ca2203-f877-4d39-ba71-418fd591a6b3 2021-08-16T16:18:07.835Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66ca2203-f877-4d39-ba71-418fd591a6b3 matches Tosca VF Customization UUID: 66ca2203-f877-4d39-ba71-418fd591a6b3 2021-08-16T16:18:07.835Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 66ca2203-f877-4d39-ba71-418fd591a6b3 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-08-16T16:18:07.836Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.836Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.837Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 66ca2203-f877-4d39-ba71-418fd591a6b3: {\"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-08-16T16:18:07.837Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c93e3d6 2021-08-16T16:18:07.837Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.837Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:18:07.837Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76cc98d9-d826-476e-90dd-f9c6880845c9 2021-08-16T16:18:07.838Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76cc98d9-d826-476e-90dd-f9c6880845c9 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-08-16T16:18:07.839Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.839Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-16T16:18:07.840Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-16T16:18:07.841Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27369b01-d5eb-40f3-8c03-109833eb31de 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-08-16T16:18:07.842Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.842Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:07.842Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:07.842Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.842Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-16T16:18:07.842Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=66ca2203-f877-4d39-ba71-418fd591a6b3 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-08-16T16:18:07.843Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 24c467a1-e3d7-4cac-803b-245d19f8013d: basicclamp 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.844Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:07.845Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:07.845Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:07.914Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 09106efd-9aa5-49ff-9d15-f42277cf01e7 1 ASDC deployResourceStructure 2021-08-16T16:18:07.915Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:07.915Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:07.915Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:18:07.915Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:07.917Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:07.917Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130687915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:18:08.017Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:18:08.018Z||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-08-16T16:18:08.018Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:08.028Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:08.028Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:08.919Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:08.919Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:08.919Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:18:08.919Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:08.921Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:08.921Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130688918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.021Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:09.022Z||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-08-16T16:18:09.022Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:09.031Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:09.032Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:09.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:18:09.460Z||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-08-16T16:18:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:09.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:09.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "dcae-sch", "timestamp": 1629130501916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130509948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130510019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130510322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130510952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130511169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130511552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130511645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "policy-id", "timestamp": 1629130511955, "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-08-16T16:18:09.502Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95dd2a75-59fc-411e-b058-8daed6b3df17 2021-08-16T16:18:09.502Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:18:09.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130512346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130504759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:18:09.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130512648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130512744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130513364, "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-08-16T16:18:09.515Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95dd2a75-59fc-411e-b058-8daed6b3df17 2021-08-16T16:18:09.515Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:18:09.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130513560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "clamp", "timestamp": 1629130513652, "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-08-16T16:18:09.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 2021-08-16T16:18:09.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:18:09.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130513832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "multicloud-k8s-id", "timestamp": 1629130514366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130514840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "cds", "timestamp": 1629130515752, "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-08-16T16:18:09.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95dd2a75-59fc-411e-b058-8daed6b3df17 2021-08-16T16:18:09.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:18:09.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130515849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130516852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130516514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130522141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130522619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130530977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130531455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130533093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130534096, "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-08-16T16:18:09.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95dd2a75-59fc-411e-b058-8daed6b3df17 2021-08-16T16:18:09.568Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:18:09.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130537179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:18:09.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "aai-ml", "timestamp": 1629130538182, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:18:09.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 95dd2a75-59fc-411e-b058-8daed6b3df17 2021-08-16T16:18:09.581Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:18:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130538564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:09.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130540568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:18:09.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:18:09.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-16T16:18:09.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "clamp", "timestamp": 1629130541571, "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-08-16T16:18:09.594Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95dd2a75-59fc-411e-b058-8daed6b3df17 2021-08-16T16:18:09.594Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:18:09.921Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:09.922Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:09.922Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:18:09.922Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:09.923Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:09.923Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130689921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-16T16:18:10.024Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:18:10.024Z||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-08-16T16:18:10.025Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:10.033Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:10.034Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:18:10.924Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-08-16T16:18:10.925Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-16T16:18:10.925Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:18:10.925Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:10.927Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:10.927Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130690924, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:18:11.027Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:11.028Z||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-08-16T16:18:11.028Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:11.038Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:11.038Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:11.928Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:18:11.939Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:18:11.941Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:18:11.941Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:18:11.941Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:18:11.941Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:18:11.941Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:18:11.941Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:18:11.946Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:18:41.947Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 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-08-16T16:18:41.951Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 and serviceModelVersionId: 24c467a1-e3d7-4cac-803b-245d19f8013d 2021-08-16T16:18:41.951Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a56bc1c-4034-482c-80ea-a14372781b87 2021-08-16T16:18:41.952Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0 2021-08-16T16:18:41.958Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:18:41.984Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0|INFO|500||Invoke 2021-08-16T16:18:41.985Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d4c5ca5-99d0-4e94-9e92-a59bc503e750], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55e59aef-ecce-48fa-b9d3-7931430b5fb2], X-ECOMP-RequestID=[7d4c5ca5-99d0-4e94-9e92-a59bc503e750], X-TransactionId=[], X-ONAP-RequestID=[7d4c5ca5-99d0-4e94-9e92-a59bc503e750], Content-Type=[application/merge-patch+json]} 2021-08-16T16:18:42.002Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:18:42.028Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?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/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:18:42:008-3070], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:18:42 GMT], Content-Type=[application/json]} 2021-08-16T16:18:42.029Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d","ERR.5.4.6114"]}}} 2021-08-16T16:18:42.030Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:18:42.033Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec=ERR.5.4.6114) 2021-08-16T16:18:42.033Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:18:42.034Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec=ERR.5.4.6114) 2021-08-16T16:18:42.034Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec=ERR.5.4.6114) 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-08-16T16:18:42.038Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||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-08-16T16:18:42.038Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d4c5ca5-99d0-4e94-9e92-a59bc503e750 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec=ERR.5.4.6114) 2021-08-16T16:18:42.038Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:18:42.038Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:42.040Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:42.040Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130722038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:18:42.140Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:42.141Z||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-08-16T16:18:42.141Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:42.153Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:42.153Z||pool-131-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-08-16T16:18:43.056Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:18:43.057Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:18:43.057Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:47.347Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:47.349Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:18:47.349Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95dd2a75-59fc-411e-b058-8daed6b3df17","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4e9e4265-1fb7-44a5-b88b-89c474b50b2e","serviceDescription":"service","serviceInvariantUUID":"863f246b-dc07-4b36-8752-523fd09a547a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5b217df-faa1-4566-89ce-6beb6808f3ad","resourceInvariantUUID":"e9be072d-d8c8-4367-99b5-4ba55374f336","resourceCustomizationUUID":"536c4ba8-629d-46ba-af05-6cdcfa2f1051","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":"NjE4MWRiZDY2Yzc1ZTI3YmNhOWY3YWQ3ZjI3YTZiMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e8af60d-8914-4d00-b691-c8bc5892d7c0","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":"MmE2YjgyNzY5NTJiYzJiNTk4NjY3YjBkZTNhNjBmYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80d59360-37f6-4607-bf33-4b00d50b7246","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":"ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8","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":"61707da6-f2e2-483b-bfba-f01a33d84a72","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":"c3fd0a0c-2026-4714-b5d8-02cc7c68c119","artifactVersion":"2","generatedFromUUID":"ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8"},{"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":"MmM4Y2FmMWJhNGYwYjQ1OGI3OGMwZTg5NzY3MzUzMWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2deee60d-9e3b-4077-9cd2-f440896ca748","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":"M2I3MzEzNjNjZTg4NzY0YWE2N2RiYWFhYjQzNmY4ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90148a6a-26b5-40f3-a8f7-e91e7bd1fb13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzEyM2NiNDhhYmEyMjRhYzdjZmIxNDg0Y2I1MmYwMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ec11a99-a1e9-4620-874e-527b16bce85c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:18:47.351Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:47.351Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:47.353Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:47.353Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:47.454Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:18:47.454Z||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-08-16T16:18:47.455Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:47.465Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:47.466Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:18:48.354Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:48.354Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:48.356Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:48.357Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:18:48.457Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:48.458Z||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-08-16T16:18:48.458Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:48.468Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:48.468Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:49.357Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:49.358Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:49.359Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:49.359Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:18:49.460Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:49.460Z||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-08-16T16:18:49.460Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:49.470Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:49.471Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:50.360Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:50.361Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:50.363Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:50.363Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:50.464Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:50.464Z||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-08-16T16:18:50.465Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:50.475Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:50.475Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:51.364Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:51.365Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:51.366Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:51.366Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-16T16:18:51.467Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:51.467Z||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-08-16T16:18:51.468Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:51.504Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:51.504Z||pool-136-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:52.367Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:52.368Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:52.369Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:52.370Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:52.470Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:52.471Z||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-08-16T16:18:52.471Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:52.482Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:52.482Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:53.370Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:53.371Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:53.373Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:53.373Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:18:53.474Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:18:53.474Z||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-08-16T16:18:53.475Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:53.485Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:53.486Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:54.374Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:18:54.375Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:54.377Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:54.377Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:18:54.477Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:18:54.478Z||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-08-16T16:18:54.478Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:54.488Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:54.488Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:55.378Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4e9e4265-1fb7-44a5-b88b-89c474b50b2e", "serviceDescription": "service", "serviceInvariantUUID": "863f246b-dc07-4b36-8752-523fd09a547a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "536c4ba8-629d-46ba-af05-6cdcfa2f1051", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f5b217df-faa1-4566-89ce-6beb6808f3ad", "resourceInvariantUUID": "e9be072d-d8c8-4367-99b5-4ba55374f336", "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": "MmE2YjgyNzY5NTJiYzJiNTk4NjY3YjBkZTNhNjBmYWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80d59360-37f6-4607-bf33-4b00d50b7246", "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": "ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8", "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": "c3fd0a0c-2026-4714-b5d8-02cc7c68c119", "generatedFromUUID": "ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8" }, "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": "c3fd0a0c-2026-4714-b5d8-02cc7c68c119", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzEyM2NiNDhhYmEyMjRhYzdjZmIxNDg0Y2I1MmYwMDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ec11a99-a1e9-4620-874e-527b16bce85c" } ], "workloadContext": "Production" } 2021-08-16T16:18:55.379Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:18:55.379Z|7d4c5ca5-99d0-4e94-9e92-a59bc503e750|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e9e4265-1fb7-44a5-b88b-89c474b50b2e ASDC 2021-08-16T16:18:55.379Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:95dd2a75-59fc-411e-b058-8daed6b3df17 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4e9e4265-1fb7-44a5-b88b-89c474b50b2e ServiceInvariantUUID:863f246b-dc07-4b36-8752-523fd09a547a 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:1ec11a99-a1e9-4620-874e-527b16bce85c ArtifactChecksum:MzEyM2NiNDhhYmEyMjRhYzdjZmIxNDg0Y2I1MmYwMDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:536c4ba8-629d-46ba-af05-6cdcfa2f1051 ResourceInvariantUUID:e9be072d-d8c8-4367-99b5-4ba55374f336 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:f5b217df-faa1-4566-89ce-6beb6808f3ad 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:80d59360-37f6-4607-bf33-4b00d50b7246 ArtifactChecksum:MmE2YjgyNzY5NTJiYzJiNTk4NjY3YjBkZTNhNjBmYWY= 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:ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8 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:c3fd0a0c-2026-4714-b5d8-02cc7c68c119 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:c3fd0a0c-2026-4714-b5d8-02cc7c68c119 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:18:55.380Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e9e4265-1fb7-44a5-b88b-89c474b50b2e 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-08-16T16:18:55.414Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:18:55.415Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:18:55.415Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:18:55.415Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ec11a99-a1e9-4620-874e-527b16bce85c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-16T16:18:55.415Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:18:55.415Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-16T16:18:57.303Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:18:57.307Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1ec11a99-a1e9-4620-874e-527b16bce85c 78599 2021-08-16T16:18:57.308Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-08-16T16:18:57.308Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-16T16:18:57.308Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:18:57.308Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:18:57.310Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:18:57.310Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130737308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:18:57.411Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:18:57.411Z||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-08-16T16:18:57.411Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:18:57.421Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:18:57.421Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:18:58.311Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:18:58.312Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:18:58.312Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1ec11a99-a1e9-4620-874e-527b16bce85c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-16T16:18:58.313Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-08-16T16:18:58.313Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-16T16:18:58.313Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-16T16:18:58.427Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7284051918425952090/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-08-16T16:18:59.350Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:18:59.350Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:18:59.350Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-08-16T16:18:59.350Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.351Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:18:59.352Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.353Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-16T16:18:59.354Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c2758a8f-129e-4370-aa59-fb12c88e4efa 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:18:59.355Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4e9e4265-1fb7-44a5-b88b-89c474b50b2e Model Version:NULL Model InvariantUuid:863f246b-dc07-4b36-8752-523fd09a547a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0552ccbf-8340-4470-bcd3-ae453702bfed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9be072d-d8c8-4367-99b5-4ba55374f336 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:536c4ba8-629d-46ba-af05-6cdcfa2f1051 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:978ea60d-395b-4c61-b11a-f164204e899c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:c6c1a334-7625-4507-a3bb-ff9d5d8c5be1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c2758a8f-129e-4370-aa59-fb12c88e4efa ModelInvariantUuid:dfff5d44-88c2-4665-ae50-f228c49feaec ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:458fc6d8-1fb6-4ecb-a29a-bd0a19b08d71 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:cec45d77-33db-4c10-97f0-8fbc1ade602d ModelInvariantUuid:9d860f01-1561-45a0-9fda-7af023ada876 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:2f0531b6-c455-4f92-a884-3fba770df266 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-08-16T16:18:59.362Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5b217df-faa1-4566-89ce-6beb6808f3ad 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-08-16T16:18:59.364Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-08-16T16:18:59.364Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5b217df-faa1-4566-89ce-6beb6808f3ad 2021-08-16T16:18:59.365Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 80d59360-37f6-4607-bf33-4b00d50b7246 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-08-16T16:18:59.365Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:18:59.365Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:00.228Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:00.229Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 80d59360-37f6-4607-bf33-4b00d50b7246 792 2021-08-16T16:19:00.229Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:00.229Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:00.229Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:00.229Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:00.231Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:00.231Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130740229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:00.331Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:00.332Z||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-08-16T16:19:00.332Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:00.341Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:00.342Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:19:01.232Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "978ea60d-395b-4c61-b11a-f164204e899c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c6c1a334-7625-4507-a3bb-ff9d5d8c5be1", "vfModuleModelCustomizationUUID": "a399c048-d0a9-48d1-bb86-438a101425dc", "isBase": true, "artifacts": [ "ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8", "c3fd0a0c-2026-4714-b5d8-02cc7c68c119" ], "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-08-16T16:19:01.234Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c6c1a334-7625-4507-a3bb-ff9d5d8c5be1 VfModuleModelInvariantUUID:978ea60d-395b-4c61-b11a-f164204e899c VfModuleModelDescription:NULL Artifacts UUID List:{ ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8 , c3fd0a0c-2026-4714-b5d8-02cc7c68c119 } 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-08-16T16:19:01.236Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "978ea60d-395b-4c61-b11a-f164204e899c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c6c1a334-7625-4507-a3bb-ff9d5d8c5be1", "vfModuleModelCustomizationUUID": "a399c048-d0a9-48d1-bb86-438a101425dc", "isBase": true, "artifacts": [ "ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8", "c3fd0a0c-2026-4714-b5d8-02cc7c68c119" ], "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-08-16T16:19:01.236Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c6c1a334-7625-4507-a3bb-ff9d5d8c5be1 VfModuleModelInvariantUUID:978ea60d-395b-4c61-b11a-f164204e899c VfModuleModelDescription:NULL Artifacts UUID List:{ ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8 , c3fd0a0c-2026-4714-b5d8-02cc7c68c119 } 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-08-16T16:19:01.236Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-08-16T16:19:01.237Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:19:01.237Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:02.036Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:02.036Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ea4fb0f1-2a7d-4d74-849c-cd43394a3ed8 5033 2021-08-16T16:19:02.037Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:02.037Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:02.037Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:02.037Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:02.039Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:02.039Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130742037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:02.139Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:02.140Z||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-08-16T16:19:02.140Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:02.148Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:02.148Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:03.039Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c3fd0a0c-2026-4714-b5d8-02cc7c68c119 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-08-16T16:19:03.040Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:19:03.040Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:05.528Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:05.529Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c3fd0a0c-2026-4714-b5d8-02cc7c68c119 903 2021-08-16T16:19:05.529Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:05.529Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:05.529Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:05.529Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:05.531Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:05.532Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130745529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:05.632Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:05.633Z||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-08-16T16:19:05.633Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:05.642Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:05.642Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:06.532Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4e9e4265-1fb7-44a5-b88b-89c474b50b2e 2021-08-16T16:19:06.533Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f5b217df-faa1-4566-89ce-6beb6808f3ad 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-08-16T16:19:06.545Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.545Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.546Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:19:06.546Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 536c4ba8-629d-46ba-af05-6cdcfa2f1051 2021-08-16T16:19:06.546Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 536c4ba8-629d-46ba-af05-6cdcfa2f1051 matches Tosca VF Customization UUID: 536c4ba8-629d-46ba-af05-6cdcfa2f1051 2021-08-16T16:19:06.546Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 536c4ba8-629d-46ba-af05-6cdcfa2f1051 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-08-16T16:19:06.548Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.549Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.549Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 536c4ba8-629d-46ba-af05-6cdcfa2f1051: {\"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-08-16T16:19:06.549Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f237de4 2021-08-16T16:19:06.550Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.550Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:19:06.550Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a399c048-d0a9-48d1-bb86-438a101425dc 2021-08-16T16:19:06.550Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a399c048-d0a9-48d1-bb86-438a101425dc 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-08-16T16:19:06.552Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.552Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:19:06.553Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:06.553Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.553Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:19:06.553Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:06.554Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.554Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-08-16T16:19:06.554Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-16T16:19:06.554Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-16T16:19:06.555Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c2758a8f-129e-4370-aa59-fb12c88e4efa 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-08-16T16:19:06.556Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.556Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:19:06.556Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:06.556Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.557Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-08-16T16:19:06.557Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=536c4ba8-629d-46ba-af05-6cdcfa2f1051 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-08-16T16:19:06.558Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.558Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.558Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4e9e4265-1fb7-44a5-b88b-89c474b50b2e: basic_vm_macro 2021-08-16T16:19:06.558Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.558Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.559Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:06.560Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:06.560Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:06.635Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f5b217df-faa1-4566-89ce-6beb6808f3ad 1 ASDC deployResourceStructure 2021-08-16T16:19:06.636Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:06.636Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:06.636Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:06.637Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:06.639Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:06.639Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130746636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:19:06.739Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:06.740Z||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-08-16T16:19:06.740Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:06.751Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:06.751Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:07.640Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:07.640Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:07.641Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:07.641Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:07.643Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:07.643Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130747640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:19:07.743Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:07.744Z||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-08-16T16:19:07.744Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:07.754Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:07.754Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:08.644Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:08.644Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:08.644Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:08.644Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:08.646Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:08.646Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130748643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-16T16:19:08.746Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:08.747Z||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-08-16T16:19:08.748Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:08.758Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:08.758Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:19:09.460Z||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-08-16T16:19:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:09.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e8b6bbc-5ffe-4164-80a9-b6b77b82c590", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130668037, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6e8b6bbc-5ffe-4164-80a9-b6b77b82c590 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52d7730a-40bc-4270-be32-0ab006ae8e5f/model-vers/model-ver/d9f62ca9-456b-48fa-8372-be9aca8567f6) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130495487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130678473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "ves-openapi-manager", "timestamp": 1629130671777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130672619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130669759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130666514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130672141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130672609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130681727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130682326, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130682435, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130682513, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130682536, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:19:09.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "cds", "timestamp": 1629130683332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-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-08-16T16:19:09.517Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58e0a689-2b88-4e42-afce-89a683c389b7 2021-08-16T16:19:09.517Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:19:09.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130683539, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130683927, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "policy-id", "timestamp": 1629130684542, "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-08-16T16:19:09.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58e0a689-2b88-4e42-afce-89a683c389b7 2021-08-16T16:19:09.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:19:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130678203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130685518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130686521, "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-08-16T16:19:09.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58e0a689-2b88-4e42-afce-89a683c389b7 2021-08-16T16:19:09.547Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:19:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130686821, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130687260, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130687915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "dcae-sch", "timestamp": 1629130681916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:09.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130688582, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130688918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130689050, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:09.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:19:09.646Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-08-16T16:19:09.647Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-08-16T16:19:09.648Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:09.648Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:09.650Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:09.650Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130749646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:19:09.751Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:09.751Z||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-08-16T16:19:09.752Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:09.761Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:09.761Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:10.651Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95dd2a75-59fc-411e-b058-8daed6b3df17 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:19:10.660Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95dd2a75-59fc-411e-b058-8daed6b3df17 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:19:10.663Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:19:10.663Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:19:10.663Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:19:10.663Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:19:10.663Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:19:10.663Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:19:10.668Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:19:40.668Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95dd2a75-59fc-411e-b058-8daed6b3df17 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-08-16T16:19:40.673Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95dd2a75-59fc-411e-b058-8daed6b3df17 and serviceModelVersionId: 4e9e4265-1fb7-44a5-b88b-89c474b50b2e 2021-08-16T16:19:40.673Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 863f246b-dc07-4b36-8752-523fd09a547a 2021-08-16T16:19:40.674Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e?depth=0 2021-08-16T16:19:40.679Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:19:40.704Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e?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-08-16T16:19:40.705Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e?depth=0|INFO|500||Invoke 2021-08-16T16:19:40.721Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:19:40.824Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:19:40.825Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210816-16:19:40:726-2858], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:19:40 GMT], Content-Type=[application/json]} 2021-08-16T16:19:40.826Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e","ERR.5.4.6114"]}}} 2021-08-16T16:19:40.831Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec=ERR.5.4.6114) 2021-08-16T16:19:40.831Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:19:40.831Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec=ERR.5.4.6114) 2021-08-16T16:19:40.831Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec=ERR.5.4.6114) 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-08-16T16:19:40.837Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||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-08-16T16:19:40.837Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95dd2a75-59fc-411e-b058-8daed6b3df17 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec=ERR.5.4.6114) 2021-08-16T16:19:40.837Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:19:40.838Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:40.839Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:40.839Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130780837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:19:40.940Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:19:40.941Z||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-08-16T16:19:40.941Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:40.955Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:40.955Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:19:41.851Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:19:41.851Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"58e0a689-2b88-4e42-afce-89a683c389b7","serviceName":"vFW 2021-08-16 16-16-17","serviceVersion":"1.0","serviceUUID":"05a97b7d-90af-408a-98c5-c8e9849cc8b9","serviceDescription":"catalog service description","serviceInvariantUUID":"168338d4-d817-408d-ab47-38b6b4724243","resources":[{"resourceInstanceName":"vFW 3c4b83c8-5bcb 0","resourceName":"vFW 3c4b83c8-5bcb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eb312702-19ef-45f8-9ddd-9dda83ecc374","resourceInvariantUUID":"06eb819b-e81d-4cc8-a7b2-853f978b87c8","resourceCustomizationUUID":"4c96cedf-32fd-4c86-9af4-9c80c5d23c38","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml","artifactChecksum":"ZTQ1ZjYxNDJlZjdjYzM0NDk4ODZkODViM2JkOWJjOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd133c4e-15b8-4db0-b3f8-947a7911352c","artifactVersion":"1"},{"artifactName":"vfw3c4b83c85bcb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json","artifactChecksum":"MTU2YWNjN2NiOTQxYjJlNTNjMjkwYWU5NDkzMzU4ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3993f56-cd6f-4771-a3bc-6368b8eed964","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0a99663-f3d9-4e1f-8b25-096de2046cb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml","artifactChecksum":"MjNhN2IyMTBjMTBiMjZjZThmZmNiYmRkYTc5M2FlOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50098a4b-1221-4ddd-a5d0-4decbb4c46cd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c4a6edfd-0d85-44ad-854d-59854a09949c","artifactVersion":"2","generatedFromUUID":"f0a99663-f3d9-4e1f-8b25-096de2046cb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816161617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml","artifactChecksum":"OTRjZDUyNzcwMDgxMzE5MmFhMWY2NTJhNmJlOGNkZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a37f45b-182c-4154-8482-1f2de0fab35d","artifactVersion":"1"},{"artifactName":"service-Vfw20210816161617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar","artifactChecksum":"Yjk1M2ZiOTZiOWQyNDJkMjgzYjg0NDkzNDBlZTYyYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45ab64b2-26d9-4012-8e95-776cd064d640","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:19:41.852Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:41.852Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:41.853Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:41.853Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:41.954Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:19:41.955Z||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-08-16T16:19:41.955Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:41.966Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:41.966Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:42.854Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:42.854Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:42.856Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:42.856Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:19:42.956Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:42.957Z||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-08-16T16:19:42.957Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:42.968Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:42.968Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:43.856Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:43.857Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:43.859Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:43.859Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:19:43.959Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:43.960Z||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-08-16T16:19:43.960Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:43.970Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:43.971Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:44.860Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:44.861Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:44.862Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:44.862Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:44.963Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:19:44.963Z||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-08-16T16:19:44.964Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:44.973Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:44.973Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:45.863Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:45.864Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:45.866Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:45.866Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:19:45.966Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:45.967Z||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-08-16T16:19:45.967Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:45.976Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:45.977Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:19:46.867Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:46.868Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:46.869Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:46.869Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:19:46.970Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:19:46.970Z||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-08-16T16:19:46.971Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:46.981Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:46.981Z||pool-154-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:47.870Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:19:47.871Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:47.873Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:47.873Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:19:47.973Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:47.974Z||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-08-16T16:19:47.974Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:47.985Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:47.986Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:19:48.875Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "serviceName": "vFW 2021-08-16 16-16-17", "serviceVersion": "1.0", "serviceUUID": "05a97b7d-90af-408a-98c5-c8e9849cc8b9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "168338d4-d817-408d-ab47-38b6b4724243", "resources": [ { "resourceInstanceName": "vFW 3c4b83c8-5bcb 0", "resourceCustomizationUUID": "4c96cedf-32fd-4c86-9af4-9c80c5d23c38", "resourceName": "vFW 3c4b83c8-5bcb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eb312702-19ef-45f8-9ddd-9dda83ecc374", "resourceInvariantUUID": "06eb819b-e81d-4cc8-a7b2-853f978b87c8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3c4b83c85bcb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "artifactChecksum": "MTU2YWNjN2NiOTQxYjJlNTNjMjkwYWU5NDkzMzU4ZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3993f56-cd6f-4771-a3bc-6368b8eed964", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f0a99663-f3d9-4e1f-8b25-096de2046cb3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c4a6edfd-0d85-44ad-854d-59854a09949c", "generatedFromUUID": "f0a99663-f3d9-4e1f-8b25-096de2046cb3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c4a6edfd-0d85-44ad-854d-59854a09949c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816161617-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "artifactChecksum": "Yjk1M2ZiOTZiOWQyNDJkMjgzYjg0NDkzNDBlZTYyYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45ab64b2-26d9-4012-8e95-776cd064d640" } ], "workloadContext": "Production" } 2021-08-16T16:19:48.875Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:19:48.875Z|95dd2a75-59fc-411e-b058-8daed6b3df17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05a97b7d-90af-408a-98c5-c8e9849cc8b9 ASDC 2021-08-16T16:19:48.875Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:58e0a689-2b88-4e42-afce-89a683c389b7 ServiceName:vFW 2021-08-16 16-16-17 ServiceVersion:1.0 ServiceUUID:05a97b7d-90af-408a-98c5-c8e9849cc8b9 ServiceInvariantUUID:168338d4-d817-408d-ab47-38b6b4724243 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816161617-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar ArtifactUUID:45ab64b2-26d9-4012-8e95-776cd064d640 ArtifactChecksum:Yjk1M2ZiOTZiOWQyNDJkMjgzYjg0NDkzNDBlZTYyYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3c4b83c8-5bcb 0 ResourceCustomizationUUID:4c96cedf-32fd-4c86-9af4-9c80c5d23c38 ResourceInvariantUUID:06eb819b-e81d-4cc8-a7b2-853f978b87c8 ResourceName:vFW 3c4b83c8-5bcb ResourceType:VF ResourceUUID:eb312702-19ef-45f8-9ddd-9dda83ecc374 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3c4b83c85bcb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json ArtifactUUID:d3993f56-cd6f-4771-a3bc-6368b8eed964 ArtifactChecksum:MTU2YWNjN2NiOTQxYjJlNTNjMjkwYWU5NDkzMzU4ZmY= 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/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml ArtifactUUID:f0a99663-f3d9-4e1f-8b25-096de2046cb3 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/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env ArtifactUUID:c4a6edfd-0d85-44ad-854d-59854a09949c 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/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env ArtifactUUID:c4a6edfd-0d85-44ad-854d-59854a09949c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:19:48.875Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05a97b7d-90af-408a-98c5-c8e9849cc8b9 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-08-16T16:19:48.908Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:19:48.909Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:19:48.909Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:19:48.909Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ab64b2-26d9-4012-8e95-776cd064d640 from URL: /sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:48.909Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:19:48.910Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:49.106Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:49.114Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar 45ab64b2-26d9-4012-8e95-776cd064d640 98744 2021-08-16T16:19:49.114Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar ASDC sendASDCNotification 2021-08-16T16:19:49.115Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:49.115Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:49.115Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:49.117Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:49.117Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130789114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:49.218Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:49.218Z||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-08-16T16:19:49.219Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:49.228Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:49.229Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:50.118Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:19:50.119Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:19:50.119Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 45ab64b2-26d9-4012-8e95-776cd064d640, URL: /sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar to file: /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:50.119Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816161617-csar.csar 2021-08-16T16:19:50.120Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:50.120Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:50.475Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15531025462723417029/Definitions/service-Vfw20210816161617-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-16T16:19:52.147Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c4b83c8-5bcb 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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-Vfw20210816161617-csar.csar 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:19:52.149Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=97dcdf99-09b0-4e1c-b90b-3b42317f344e 2021-08-16T16:19:52.153Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f4fadc21-38b5-4859-8dea-4a937163338b 2021-08-16T16:19:52.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9c2590f-2540-427f-a085-39eab9593d14 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:52.156Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 16-16-17 Description:catalog service description Model UUID:05a97b7d-90af-408a-98c5-c8e9849cc8b9 Model Version:NULL Model InvariantUuid:168338d4-d817-408d-ab47-38b6b4724243 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3c4b83c8-5bcb Model UUID:fb8562a0-23b2-4048-83f5-1949613760b8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:06eb819b-e81d-4cc8-a7b2-853f978b87c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c96cedf-32fd-4c86-9af4-9c80c5d23c38 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:30949fa7-58df-4b45-900c-ca3bfaff7818 ModelName:Vfw3c4b83c85bcb..base_vfw..module-0 ModelUuid:6b1a63ac-43cc-4133-b5f5-4e8a57e943aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:97dcdf99-09b0-4e1c-b90b-3b42317f344e ModelInvariantUuid:b465dcd2-6ef5-468f-9a9a-cfb4c0d898b9 ModelName:vFW 3c4b83c8-5bcb-nodes.vfwCvfc ModelUuid:bcfc6e09-5dbe-45f8-b904-94e68d9bb07b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5dffaa9e-479b-4eba-8a02-dc9bf7cef6fd ModelInvariantUuid:6df01496-863d-4088-b7b9-9ea8eae78a15 ModelName:Vfw3c4b83c85bcb.compute.nodes.heat.vfw ModelUuid:ce1726b7-e007-4374-8019-3be9fe6114ac ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f4fadc21-38b5-4859-8dea-4a937163338b ModelInvariantUuid:c484d5a3-205a-483e-9b2b-78c50e77f8d0 ModelName:vFW 3c4b83c8-5bcb-nodes.vsnCvfc ModelUuid:5756d545-7064-41cc-a154-bd17c9ca19c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6d52a09d-fe0b-4b16-b3b1-f1f42507c0d3 ModelInvariantUuid:566f9140-61b8-46eb-8fb4-c302f3882425 ModelName:Vfw3c4b83c85bcb.compute.nodes.heat.vsn ModelUuid:3820acf7-3b6a-4970-860d-b4d3842c2ff8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e9c2590f-2540-427f-a085-39eab9593d14 ModelInvariantUuid:14fc9ca2-d389-4a69-a8e8-5140224f4f59 ModelName:vFW 3c4b83c8-5bcb-nodes.vpgCvfc ModelUuid:8af4972b-cb84-42c9-8496-4b114ec07acd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0ceb5de0-efac-4650-8ab7-7b80a85720ef ModelInvariantUuid:8cac01fd-332a-4ce3-896c-1a02a72ccbde ModelName:Vfw3c4b83c85bcb.compute.nodes.heat.vpg ModelUuid:0aab73fe-263b-47bd-b63f-2e360e9acc39 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-08-16T16:19:52.162Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: eb312702-19ef-45f8-9ddd-9dda83ecc374 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-08-16T16:19:52.164Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||vFW 3c4b83c8-5bcb 0 2021-08-16T16:19:52.164Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eb312702-19ef-45f8-9ddd-9dda83ecc374 2021-08-16T16:19:52.164Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3993f56-cd6f-4771-a3bc-6368b8eed964 from URL: /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json 2021-08-16T16:19:52.164Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:19:52.164Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json 2021-08-16T16:19:52.339Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:52.340Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json d3993f56-cd6f-4771-a3bc-6368b8eed964 785 2021-08-16T16:19:52.340Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json ASDC sendASDCNotification 2021-08-16T16:19:52.340Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json 2021-08-16T16:19:52.340Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:52.340Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:52.342Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:52.342Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130792340, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:52.442Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:52.443Z||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-08-16T16:19:52.443Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:52.453Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:52.453Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:53.342Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3c4b83c85bcb..base_vfw..module-0", "vfModuleModelInvariantUUID": "30949fa7-58df-4b45-900c-ca3bfaff7818", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b1a63ac-43cc-4133-b5f5-4e8a57e943aa", "vfModuleModelCustomizationUUID": "c3442cdd-0850-430e-98dc-53787b1a855b", "isBase": true, "artifacts": [ "f0a99663-f3d9-4e1f-8b25-096de2046cb3", "c4a6edfd-0d85-44ad-854d-59854a09949c" ], "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-08-16T16:19:53.346Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3c4b83c85bcb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b1a63ac-43cc-4133-b5f5-4e8a57e943aa VfModuleModelInvariantUUID:30949fa7-58df-4b45-900c-ca3bfaff7818 VfModuleModelDescription:NULL Artifacts UUID List:{ f0a99663-f3d9-4e1f-8b25-096de2046cb3 , c4a6edfd-0d85-44ad-854d-59854a09949c } 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-08-16T16:19:53.349Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3c4b83c85bcb..base_vfw..module-0", "vfModuleModelInvariantUUID": "30949fa7-58df-4b45-900c-ca3bfaff7818", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b1a63ac-43cc-4133-b5f5-4e8a57e943aa", "vfModuleModelCustomizationUUID": "c3442cdd-0850-430e-98dc-53787b1a855b", "isBase": true, "artifacts": [ "f0a99663-f3d9-4e1f-8b25-096de2046cb3", "c4a6edfd-0d85-44ad-854d-59854a09949c" ], "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-08-16T16:19:53.349Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3c4b83c85bcb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b1a63ac-43cc-4133-b5f5-4e8a57e943aa VfModuleModelInvariantUUID:30949fa7-58df-4b45-900c-ca3bfaff7818 VfModuleModelDescription:NULL Artifacts UUID List:{ f0a99663-f3d9-4e1f-8b25-096de2046cb3 , c4a6edfd-0d85-44ad-854d-59854a09949c } 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-08-16T16:19:53.349Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0a99663-f3d9-4e1f-8b25-096de2046cb3 from URL: /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml 2021-08-16T16:19:53.349Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:19:53.350Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml 2021-08-16T16:19:53.528Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:53.529Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml f0a99663-f3d9-4e1f-8b25-096de2046cb3 20368 2021-08-16T16:19:53.529Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:19:53.529Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml 2021-08-16T16:19:53.529Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:53.529Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:53.531Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:53.532Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130793529, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:53.632Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:53.632Z||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-08-16T16:19:53.633Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:53.642Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:53.643Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:54.532Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c4a6edfd-0d85-44ad-854d-59854a09949c from URL: /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env 2021-08-16T16:19:54.533Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:19:54.533Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env 2021-08-16T16:19:55.121Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:19:55.121Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env c4a6edfd-0d85-44ad-854d-59854a09949c 2098 2021-08-16T16:19:55.121Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:19:55.121Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env 2021-08-16T16:19:55.122Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:19:55.122Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:55.123Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:55.123Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130795121, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:19:55.223Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:55.224Z||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-08-16T16:19:55.224Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:55.235Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:55.235Z||pool-159-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:19:56.124Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 05a97b7d-90af-408a-98c5-c8e9849cc8b9 2021-08-16T16:19:56.125Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3c4b83c8-5bcb 0 eb312702-19ef-45f8-9ddd-9dda83ecc374 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-08-16T16:19:56.143Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.144Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.144Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:19:56.144Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4c96cedf-32fd-4c86-9af4-9c80c5d23c38 2021-08-16T16:19:56.144Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c96cedf-32fd-4c86-9af4-9c80c5d23c38 matches Tosca VF Customization UUID: 4c96cedf-32fd-4c86-9af4-9c80c5d23c38 2021-08-16T16:19:56.144Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4c96cedf-32fd-4c86-9af4-9c80c5d23c38 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-08-16T16:19:56.147Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.147Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.147Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4c96cedf-32fd-4c86-9af4-9c80c5d23c38: {\"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-08-16T16:19:56.147Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@126b56ca 2021-08-16T16:19:56.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:19:56.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3442cdd-0850-430e-98dc-53787b1a855b 2021-08-16T16:19:56.148Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3442cdd-0850-430e-98dc-53787b1a855b 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-08-16T16:19:56.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:56.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:56.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:56.150Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:56.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:56.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:56.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:56.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:19:56.151Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.152Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=97dcdf99-09b0-4e1c-b90b-3b42317f344e 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-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:56.154Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.155Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f4fadc21-38b5-4859-8dea-4a937163338b 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-08-16T16:19:56.157Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.157Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:56.157Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:56.157Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.158Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is not matching search criteria 2021-08-16T16:19:56.158Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:19:56.158Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:19:56.158Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:19:56.158Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.158Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:19:56.159Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:19:56.160Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9c2590f-2540-427f-a085-39eab9593d14 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-08-16T16:19:56.162Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.162Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:56.162Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:19:56.162Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.163Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Node template vFW 3c4b83c8-5bcb 0 is matching search criteria 2021-08-16T16:19:56.163Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3c4b83c8-5bcb 0] matching following query criteria: sdcType=VF, customizationUUID=4c96cedf-32fd-4c86-9af4-9c80c5d23c38 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-08-16T16:19:56.164Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.165Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.165Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 05a97b7d-90af-408a-98c5-c8e9849cc8b9: vFW 3c4b83c8-5bcb 2021-08-16T16:19:56.165Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.165Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.166Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.166Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.166Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.166Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.166Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.166Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.167Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:19:56.167Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-16 16-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:19:56.167Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-16 16-16-17 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-08-16T16:19:56.301Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3c4b83c8-5bcb eb312702-19ef-45f8-9ddd-9dda83ecc374 1 ASDC deployResourceStructure 2021-08-16T16:19:56.301Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json ASDC sendASDCNotification 2021-08-16T16:19:56.301Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json 2021-08-16T16:19:56.302Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:56.302Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:56.304Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:56.304Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130796301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:19:56.404Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:56.405Z||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-08-16T16:19:56.405Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:56.415Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:56.416Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:57.305Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:19:57.305Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml 2021-08-16T16:19:57.305Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:57.305Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:57.307Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:57.307Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130797304, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:19:57.407Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:57.408Z||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-08-16T16:19:57.408Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:57.417Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:57.418Z||pool-161-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:58.308Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:19:58.308Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env 2021-08-16T16:19:58.309Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:58.309Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:58.311Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:58.311Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130798308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:19:58.411Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:58.412Z||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-08-16T16:19:58.412Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:58.422Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:58.423Z||pool-162-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:19:59.311Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar ASDC sendASDCNotification 2021-08-16T16:19:59.312Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar 2021-08-16T16:19:59.312Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:19:59.312Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:19:59.315Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:19:59.315Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130799311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:19:59.415Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:19:59.416Z||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-08-16T16:19:59.416Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:19:59.426Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:19:59.426Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:20:00.315Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e0a689-2b88-4e42-afce-89a683c389b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:20:00.326Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e0a689-2b88-4e42-afce-89a683c389b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:20:00.329Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:20:00.329Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:20:00.329Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:20:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:20:09.460Z||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-08-16T16:20:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:20:09.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:20:09.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130689921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130690209, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130690302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:20:09.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130690589, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130690924, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130691229, "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-08-16T16:20:09.501Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58e0a689-2b88-4e42-afce-89a683c389b7 2021-08-16T16:20:09.501Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:20:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "aai-ml", "timestamp": 1629130691306, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:20:09.512Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 58e0a689-2b88-4e42-afce-89a683c389b7 2021-08-16T16:20:09.512Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:20:09.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "clamp", "timestamp": 1629130691592, "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-08-16T16:20:09.524Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58e0a689-2b88-4e42-afce-89a683c389b7 2021-08-16T16:20:09.524Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "multicloud-k8s-id", "timestamp": 1629130692231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d4c5ca5-99d0-4e94-9e92-a59bc503e750", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130722038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7d4c5ca5-99d0-4e94-9e92-a59bc503e750 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2a56bc1c-4034-482c-80ea-a14372781b87/model-vers/model-ver/24c467a1-e3d7-4cac-803b-245d19f8013d) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "ves-openapi-manager", "timestamp": 1629130711777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130714759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130718203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130712609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130729560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130729559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130729645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "cds", "timestamp": 1629130730565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-16T16:20:09.554Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c93d6caf-a4f2-44e4-8802-d130210eee14 2021-08-16T16:20:09.555Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:20:09.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "dcae-sch", "timestamp": 1629130721916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130730648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130730707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "policy-id", "timestamp": 1629130731651, "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-08-16T16:20:09.567Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c93d6caf-a4f2-44e4-8802-d130210eee14 2021-08-16T16:20:09.567Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:20:09.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130731859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130733028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130734060, "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-08-16T16:20:09.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c93d6caf-a4f2-44e4-8802-d130210eee14 2021-08-16T16:20:09.581Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:20:09.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "multicloud-k8s-id", "timestamp": 1629130735062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130726514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130737308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130740229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130732141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130732619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:20:09.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130742037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130742589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130743026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130743331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130744595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130745199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130745529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:20:09.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "clamp", "timestamp": 1629130745597, "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-08-16T16:20:09.599Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c93d6caf-a4f2-44e4-8802-d130210eee14 2021-08-16T16:20:09.599Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:20:09.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130746202, "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-08-16T16:20:09.612Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c93d6caf-a4f2-44e4-8802-d130210eee14 2021-08-16T16:20:09.612Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:20:09.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130746636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130747640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130748434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130748643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-16T16:20:09.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:20:30.330Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e0a689-2b88-4e42-afce-89a683c389b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:20:30.339Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e0a689-2b88-4e42-afce-89a683c389b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:20:30.341Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:20:30.341Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:20:30.341Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:20:30.341Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:20:30.342Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:20:30.342Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:20:30.346Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:21:00.347Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58e0a689-2b88-4e42-afce-89a683c389b7 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-08-16T16:21:00.351Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58e0a689-2b88-4e42-afce-89a683c389b7 and serviceModelVersionId: 05a97b7d-90af-408a-98c5-c8e9849cc8b9 2021-08-16T16:21:00.352Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 168338d4-d817-408d-ab47-38b6b4724243 2021-08-16T16:21:00.352Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9?depth=0 2021-08-16T16:21:00.356Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:21:00.381Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9?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-08-16T16:21:00.382Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9?depth=0|INFO|500||Invoke 2021-08-16T16:21:00.398Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:21:00.424Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:21:00.425Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-16:21:00:404-88036], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:21:00 GMT], Content-Type=[application/json]} 2021-08-16T16:21:00.426Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9","ERR.5.4.6114"]}}} 2021-08-16T16:21:00.429Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec=ERR.5.4.6114) 2021-08-16T16:21:00.429Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:21:00.429Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec=ERR.5.4.6114) 2021-08-16T16:21:00.429Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec=ERR.5.4.6114) 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-08-16T16:21:00.436Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||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-08-16T16:21:00.436Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58e0a689-2b88-4e42-afce-89a683c389b7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec=ERR.5.4.6114) 2021-08-16T16:21:00.436Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:21:00.437Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:00.438Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:00.439Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130860436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:21:00.539Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:21:00.539Z||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-08-16T16:21:00.539Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:00.551Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:00.551Z||pool-164-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-08-16T16:21:01.450Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-16T16:21:01.450Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c93d6caf-a4f2-44e4-8802-d130210eee14","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"25d2fb8b-9f4c-4c41-b944-c125525b7791","serviceDescription":"service","serviceInvariantUUID":"7bb32876-28a4-48c1-9a11-d9c9eb3bba77","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3258b94-b1d4-41d7-812c-5f711e730b4a","resourceInvariantUUID":"b4313bcd-181d-4eaf-bfb1-d9b91df3f312","resourceCustomizationUUID":"7a0102bc-5579-430f-bda6-e14e957903e9","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":"ZGNlM2M0OGYxOTRiNWYzN2E3YzIwMzBhYTAwMzgxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9722749-e62e-4905-9b84-ed58c95b6f40","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":"2b507e1b-1c91-4309-8f7b-f41fecc28fb5","artifactVersion":"2","generatedFromUUID":"b4810c6f-ebc3-4871-a0ae-b9650a46c95f"},{"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":"b4810c6f-ebc3-4871-a0ae-b9650a46c95f","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":"NzQ3MjU4NzI4NTMzOTZlYTRkYWI1ZjNhYjhkYjEwOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55bb609f-5779-41d8-911e-fc13cfa47dcc","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":"8275ddc7-41cb-44f2-8426-ad4577796782","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":"6e033089-0abf-48d0-862c-66d2b9ccb048","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":"8d3a807c-eaa8-45b0-9c4c-312ea501fec6","artifactVersion":"2","generatedFromUUID":"8275ddc7-41cb-44f2-8426-ad4577796782"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjkzMjc1Yjk5ZjI0MDMxOTA4ZThiYmQ5MTFkMjBkYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"039951c2-055f-4c90-b8ce-1686f55ec0b2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Mzc2MGUxOGUzODYxZGI4ZjBiMzllMjE0ODZlODBjNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2af1ef44-a039-45d7-b0e0-3894c7e58b42","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:21:01.450Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:01.450Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:01.452Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:01.452Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:21:01.552Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:01.553Z||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-08-16T16:21:01.553Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:01.562Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:01.562Z||pool-165-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:02.452Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:02.453Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:02.455Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:02.455Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-16T16:21:02.555Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:02.556Z||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-08-16T16:21:02.556Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:02.565Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:02.565Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:03.456Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:03.456Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:03.458Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:03.458Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-16T16:21:03.559Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:21:03.559Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:03.560Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:03.569Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:03.569Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:04.459Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:04.460Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:04.461Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:04.461Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:21:04.562Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:21:04.562Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:04.562Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:04.571Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:04.572Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:05.462Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:05.463Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:05.465Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:05.465Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-16T16:21:05.565Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:05.566Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:05.566Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:05.575Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:05.576Z||pool-169-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:06.465Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:06.466Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:06.467Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:06.467Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:21:06.568Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:06.568Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:06.569Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:06.578Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:06.578Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:07.468Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:07.469Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:07.470Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:07.470Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-16T16:21:07.570Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:07.571Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:07.572Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:07.582Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:07.582Z||pool-171-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:08.471Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:08.471Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:08.473Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:08.473Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:21:08.573Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:08.574Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:08.574Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:08.585Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:08.585Z||pool-172-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:21:09.460Z||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-08-16T16:21:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:09.474Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:21:09.474Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:09.476Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:09.476Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:21:09.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:09.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:21:09.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "aai-ml", "timestamp": 1629130749437, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:21:09.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c93d6caf-a4f2-44e4-8802-d130210eee14 2021-08-16T16:21:09.484Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:21:09.576Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:09.577Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:09.577Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:09.586Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:09.586Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:10.477Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "25d2fb8b-9f4c-4c41-b944-c125525b7791", "serviceDescription": "service", "serviceInvariantUUID": "7bb32876-28a4-48c1-9a11-d9c9eb3bba77", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7a0102bc-5579-430f-bda6-e14e957903e9", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a3258b94-b1d4-41d7-812c-5f711e730b4a", "resourceInvariantUUID": "b4313bcd-181d-4eaf-bfb1-d9b91df3f312", "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": "2b507e1b-1c91-4309-8f7b-f41fecc28fb5", "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": "b4810c6f-ebc3-4871-a0ae-b9650a46c95f", "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": "NzQ3MjU4NzI4NTMzOTZlYTRkYWI1ZjNhYjhkYjEwOWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55bb609f-5779-41d8-911e-fc13cfa47dcc", "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": "8275ddc7-41cb-44f2-8426-ad4577796782", "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": "8d3a807c-eaa8-45b0-9c4c-312ea501fec6", "generatedFromUUID": "8275ddc7-41cb-44f2-8426-ad4577796782" }, "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": "8d3a807c-eaa8-45b0-9c4c-312ea501fec6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Mzc2MGUxOGUzODYxZGI4ZjBiMzllMjE0ODZlODBjNjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2af1ef44-a039-45d7-b0e0-3894c7e58b42" } ], "workloadContext": "Production" } 2021-08-16T16:21:10.478Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:21:10.478Z|58e0a689-2b88-4e42-afce-89a683c389b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 25d2fb8b-9f4c-4c41-b944-c125525b7791 ASDC 2021-08-16T16:21:10.479Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c93d6caf-a4f2-44e4-8802-d130210eee14 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:25d2fb8b-9f4c-4c41-b944-c125525b7791 ServiceInvariantUUID:7bb32876-28a4-48c1-9a11-d9c9eb3bba77 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:2af1ef44-a039-45d7-b0e0-3894c7e58b42 ArtifactChecksum:Mzc2MGUxOGUzODYxZGI4ZjBiMzllMjE0ODZlODBjNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7a0102bc-5579-430f-bda6-e14e957903e9 ResourceInvariantUUID:b4313bcd-181d-4eaf-bfb1-d9b91df3f312 ResourceName:basic_cnf ResourceType:VF ResourceUUID:a3258b94-b1d4-41d7-812c-5f711e730b4a 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:2b507e1b-1c91-4309-8f7b-f41fecc28fb5 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:b4810c6f-ebc3-4871-a0ae-b9650a46c95f 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:55bb609f-5779-41d8-911e-fc13cfa47dcc ArtifactChecksum:NzQ3MjU4NzI4NTMzOTZlYTRkYWI1ZjNhYjhkYjEwOWI= 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:8275ddc7-41cb-44f2-8426-ad4577796782 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:8d3a807c-eaa8-45b0-9c4c-312ea501fec6 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:8d3a807c-eaa8-45b0-9c4c-312ea501fec6 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:21:10.479Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25d2fb8b-9f4c-4c41-b944-c125525b7791 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-08-16T16:21:10.508Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:21:10.509Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:21:10.509Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:21:10.509Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2af1ef44-a039-45d7-b0e0-3894c7e58b42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-16T16:21:10.509Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:21:10.509Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-16T16:21:10.709Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:21:10.712Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2af1ef44-a039-45d7-b0e0-3894c7e58b42 68759 2021-08-16T16:21:10.713Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-16T16:21:10.713Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-16T16:21:10.713Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:21:10.713Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:10.714Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:10.714Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130870713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:21:10.815Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:21:10.815Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:10.816Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:10.826Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:10.826Z||pool-174-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:11.715Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:21:11.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-16T16:21:11.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2af1ef44-a039-45d7-b0e0-3894c7e58b42, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-16T16:21:11.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-16T16:21:11.717Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-16T16:21:11.717Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-16T16:21:11.817Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2499519536668351144/Definitions/service-BasicCnf-template.yml 2021-08-16T16:21:12.718Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:21:12.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-16T16:21:12.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.721Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=86866a05-8550-43bd-98da-00697dbfb136 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.722Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:12.723Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:12.723Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:25d2fb8b-9f4c-4c41-b944-c125525b7791 Model Version:NULL Model InvariantUuid:7bb32876-28a4-48c1-9a11-d9c9eb3bba77 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9e2ad6e9-db51-4df6-bd24-9b952b88a750 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b4313bcd-181d-4eaf-bfb1-d9b91df3f312 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7a0102bc-5579-430f-bda6-e14e957903e9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a27c7e4e-10b0-42ab-9357-e6f17e229564 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e7e4c7b2-0960-4dbc-9ad9-ea49c86170c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:86866a05-8550-43bd-98da-00697dbfb136 ModelInvariantUuid:3fb93cbc-047b-4a82-8b87-fae27bd4c9ca ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9cab3ca5-feea-470b-a34a-5d1485bcdb10 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:845babb6-5e91-4af8-9f43-ce9a68ebee7a ModelInvariantUuid:d2cb690c-4ff9-47fa-b962-ba8286f1a90d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:2a708b23-cd2f-4215-8898-93c782944ad3 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-08-16T16:21:12.729Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a3258b94-b1d4-41d7-812c-5f711e730b4a 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-08-16T16:21:12.731Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-08-16T16:21:12.731Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3258b94-b1d4-41d7-812c-5f711e730b4a 2021-08-16T16:21:12.732Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2b507e1b-1c91-4309-8f7b-f41fecc28fb5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-16T16:21:12.732Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:21:12.732Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.919Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:21:12.919Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2b507e1b-1c91-4309-8f7b-f41fecc28fb5 12 2021-08-16T16:21:12.919Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.919Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:12.920Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:21:12.920Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:12.921Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:12.921Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130872919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:21:13.022Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:21:13.022Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:13.022Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:13.032Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:13.033Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:13.922Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4810c6f-ebc3-4871-a0ae-b9650a46c95f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-16T16:21:13.923Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:21:13.923Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:14.412Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:21:14.412Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b4810c6f-ebc3-4871-a0ae-b9650a46c95f 2688 2021-08-16T16:21:14.412Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:14.413Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:14.413Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:21:14.413Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:14.415Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:14.415Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130874412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-16T16:21:14.515Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:14.516Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:14.516Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:14.524Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:14.525Z||pool-176-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:15.417Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55bb609f-5779-41d8-911e-fc13cfa47dcc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-16T16:21:15.418Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:21:15.418Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:16.707Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:21:16.707Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 55bb609f-5779-41d8-911e-fc13cfa47dcc 828 2021-08-16T16:21:16.708Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:16.708Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:16.708Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:21:16.708Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:16.711Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:16.711Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130876707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:21:16.811Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:16.812Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:16.812Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:16.822Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:16.822Z||pool-177-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:17.712Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a27c7e4e-10b0-42ab-9357-e6f17e229564", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e7e4c7b2-0960-4dbc-9ad9-ea49c86170c2", "vfModuleModelCustomizationUUID": "3dc8f476-5a14-4abc-b6d8-3575d8bda462", "isBase": true, "artifacts": [ "8275ddc7-41cb-44f2-8426-ad4577796782", "b4810c6f-ebc3-4871-a0ae-b9650a46c95f", "8d3a807c-eaa8-45b0-9c4c-312ea501fec6" ], "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-08-16T16:21:17.714Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e7e4c7b2-0960-4dbc-9ad9-ea49c86170c2 VfModuleModelInvariantUUID:a27c7e4e-10b0-42ab-9357-e6f17e229564 VfModuleModelDescription:NULL Artifacts UUID List:{ 8275ddc7-41cb-44f2-8426-ad4577796782 , b4810c6f-ebc3-4871-a0ae-b9650a46c95f , 8d3a807c-eaa8-45b0-9c4c-312ea501fec6 } 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-08-16T16:21:17.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a27c7e4e-10b0-42ab-9357-e6f17e229564", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e7e4c7b2-0960-4dbc-9ad9-ea49c86170c2", "vfModuleModelCustomizationUUID": "3dc8f476-5a14-4abc-b6d8-3575d8bda462", "isBase": true, "artifacts": [ "8275ddc7-41cb-44f2-8426-ad4577796782", "b4810c6f-ebc3-4871-a0ae-b9650a46c95f", "8d3a807c-eaa8-45b0-9c4c-312ea501fec6" ], "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-08-16T16:21:17.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e7e4c7b2-0960-4dbc-9ad9-ea49c86170c2 VfModuleModelInvariantUUID:a27c7e4e-10b0-42ab-9357-e6f17e229564 VfModuleModelDescription:NULL Artifacts UUID List:{ 8275ddc7-41cb-44f2-8426-ad4577796782 , b4810c6f-ebc3-4871-a0ae-b9650a46c95f , 8d3a807c-eaa8-45b0-9c4c-312ea501fec6 } 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-08-16T16:21:17.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8275ddc7-41cb-44f2-8426-ad4577796782 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-16T16:21:17.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:21:17.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:20.602Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:21:20.602Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8275ddc7-41cb-44f2-8426-ad4577796782 1164 2021-08-16T16:21:20.602Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:20.603Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:20.603Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:21:20.603Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:20.605Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:20.605Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130880602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:21:20.705Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:20.705Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:20.706Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:20.715Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:20.715Z||pool-178-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:21.605Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8d3a807c-eaa8-45b0-9c4c-312ea501fec6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-16T16:21:21.606Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-16T16:21:21.607Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:22.624Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-16T16:21:22.624Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8d3a807c-eaa8-45b0-9c4c-312ea501fec6 200 2021-08-16T16:21:22.625Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:22.625Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:22.625Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:21:22.625Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:22.627Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:22.627Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130882625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:21:22.727Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:22.728Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:22.728Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:22.737Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:22.738Z||pool-179-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:23.628Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 25d2fb8b-9f4c-4c41-b944-c125525b7791 2021-08-16T16:21:23.629Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a3258b94-b1d4-41d7-812c-5f711e730b4a 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 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=? 2021-08-16T16:21:23.641Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:23.645Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.645Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.645Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:21:23.645Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7a0102bc-5579-430f-bda6-e14e957903e9 2021-08-16T16:21:23.645Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a0102bc-5579-430f-bda6-e14e957903e9 matches Tosca VF Customization UUID: 7a0102bc-5579-430f-bda6-e14e957903e9 2021-08-16T16:21:23.645Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7a0102bc-5579-430f-bda6-e14e957903e9 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-08-16T16:21:23.647Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.647Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.648Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7a0102bc-5579-430f-bda6-e14e957903e9: {\"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-08-16T16:21:23.648Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cbc8140 2021-08-16T16:21:23.648Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.648Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:21:23.648Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3dc8f476-5a14-4abc-b6d8-3575d8bda462 2021-08-16T16:21:23.648Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3dc8f476-5a14-4abc-b6d8-3575d8bda462 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-08-16T16:21:23.650Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.650Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:23.650Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:21:23.650Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.650Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:23.651Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:21:23.651Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.651Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-16T16:21:23.651Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-16T16:21:23.651Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=86866a05-8550-43bd-98da-00697dbfb136 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-08-16T16:21:23.652Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.653Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:23.653Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:21:23.653Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.653Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-16T16:21:23.653Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7a0102bc-5579-430f-bda6-e14e957903e9 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-08-16T16:21:23.654Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.654Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.654Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 25d2fb8b-9f4c-4c41-b944-c125525b7791: basic_cnf 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.655Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:21:23.656Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:21:23.656Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:23.710Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a3258b94-b1d4-41d7-812c-5f711e730b4a 1 ASDC deployResourceStructure 2021-08-16T16:21:23.711Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:23.711Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:23.711Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-16T16:21:23.711Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:23.712Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:23.712Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130883710, "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-08-16T16:21:23.813Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:21:23.813Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:23.813Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:23.825Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:23.825Z||pool-180-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:24.713Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:24.713Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:24.714Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-16T16:21:24.714Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:24.715Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:24.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130884713, "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-08-16T16:21:24.816Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:24.816Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:24.816Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:24.826Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:24.826Z||pool-181-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:25.716Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:25.717Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:25.717Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:21:25.717Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:25.718Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:25.718Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130885716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:21:25.819Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:21:25.819Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:25.820Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:25.829Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:25.830Z||pool-182-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:21:26.719Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:26.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:26.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:21:26.720Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:26.723Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:26.723Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130886719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:21:26.823Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:26.824Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:26.824Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:26.835Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:26.835Z||pool-183-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:27.724Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:27.724Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:27.725Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:21:27.725Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:27.727Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:27.727Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130887724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-16T16:21:27.827Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:27.828Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:27.828Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:27.838Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:27.838Z||pool-184-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:28.728Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-16T16:21:28.728Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-16T16:21:28.728Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:21:28.728Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:28.730Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:28.730Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130888728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:21:28.830Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:21:28.831Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:28.831Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:28.841Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:28.841Z||pool-185-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:21:29.732Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c93d6caf-a4f2-44e4-8802-d130210eee14 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:21:29.741Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c93d6caf-a4f2-44e4-8802-d130210eee14 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:21:29.743Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:21:29.743Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:21:29.743Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:21:29.743Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:21:29.743Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:21:29.743Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:21:29.748Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:21:59.749Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c93d6caf-a4f2-44e4-8802-d130210eee14 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-08-16T16:21:59.753Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c93d6caf-a4f2-44e4-8802-d130210eee14 and serviceModelVersionId: 25d2fb8b-9f4c-4c41-b944-c125525b7791 2021-08-16T16:21:59.753Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bb32876-28a4-48c1-9a11-d9c9eb3bba77 2021-08-16T16:21:59.754Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0 2021-08-16T16:21:59.758Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:21:59.785Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0|INFO|500||Invoke 2021-08-16T16:21:59.786Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c93d6caf-a4f2-44e4-8802-d130210eee14], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5732c284-b596-4541-a867-a4f5095ab898], X-ECOMP-RequestID=[c93d6caf-a4f2-44e4-8802-d130210eee14], X-TransactionId=[], X-ONAP-RequestID=[c93d6caf-a4f2-44e4-8802-d130210eee14], Content-Type=[application/merge-patch+json]} 2021-08-16T16:21:59.804Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:21:59.826Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?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/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:21:59:810-20849], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:21:59 GMT], Content-Type=[application/json]} 2021-08-16T16:21:59.827Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791","ERR.5.4.6114"]}}} 2021-08-16T16:21:59.828Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:21:59.831Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec=ERR.5.4.6114) 2021-08-16T16:21:59.831Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:21:59.831Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec=ERR.5.4.6114) 2021-08-16T16:21:59.832Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec=ERR.5.4.6114) 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-08-16T16:21:59.836Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||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-08-16T16:21:59.837Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c93d6caf-a4f2-44e4-8802-d130210eee14 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec=ERR.5.4.6114) 2021-08-16T16:21:59.837Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:21:59.837Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:21:59.838Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:21:59.838Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130919837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:21:59.938Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:21:59.939Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:21:59.939Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:21:59.952Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:21:59.952Z||pool-186-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-08-16T16:22:00.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:22:00.850Z||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-08-16T16:22:00.850Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:05.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:05.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T16:22:05.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a51db9f1-f22d-4d63-9c0a-a215c47bc816","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9ad13a27-5d58-47e2-834e-0e38381ca342","serviceDescription":"service","serviceInvariantUUID":"ce71ab12-f974-482e-9173-28e02c36f15d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a315c71-695b-47e6-aa9b-fd2878d824fc","resourceInvariantUUID":"632117fe-327f-46f5-a714-e954a8976a57","resourceCustomizationUUID":"e5a93225-5e22-4f19-896c-fa42fb812b8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTZkMTZjYzdmMzMwYWQ1MzZlNDU4ZTVmM2Y4M2NlNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b120db8-8ff8-4832-9b81-fd9c259ef563","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5cd5440-dd1d-4b59-bf9e-df5bded148f4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64ba17e0-95c6-4d6e-b3c3-41dcad13f65a","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MzM1MzFjZjYyYmEwNzhiMDEyNjVkY2I3OWMzOGM5YjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"84cde773-807e-49c5-800f-b34b65c4a210","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0faab38-020b-4d42-9698-62e3c5951bbe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a3c8651-9388-4993-9f8e-843055108a69","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f723888-b5e6-43b6-bcf9-2f8b9f1b385e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTNhZWFiNDVlM2JmODdmMzRjYTc0ZGMyMGZkNjVhMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb39021b-8ab9-4b13-b983-e513cca7d44f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2FiYzEzZWY5NWE1NjdlMTNiOWI2MGY0MTVmNjgxMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea3a5193-4b17-4098-9c24-4e20561bdc32","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:22:05.148Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:05.148Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:05.149Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:05.149Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:05.249Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:05.250Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:05.250Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:05.260Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:05.260Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:06.150Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:06.150Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:06.152Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:06.152Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:06.252Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:06.253Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:06.253Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:06.262Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:06.262Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:07.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:07.153Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:07.155Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:07.155Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:07.255Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:07.256Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:07.256Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:07.267Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:07.267Z||pool-189-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:08.155Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:08.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:08.158Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:08.158Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:08.258Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:08.258Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:08.258Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:08.267Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:08.268Z||pool-190-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:09.158Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:09.159Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:09.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:09.161Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:09.261Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:09.261Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:09.262Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:09.272Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:09.272Z||pool-191-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:22:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:22:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:09.480Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:09.481Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.481Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130749646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:22:09.481Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95dd2a75-59fc-411e-b058-8daed6b3df17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130780837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d95dd2a75-59fc-411e-b058-8daed6b3df17 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/863f246b-dc07-4b36-8752-523fd09a547a/model-vers/model-ver/4e9e4265-1fb7-44a5-b88b-89c474b50b2e) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:22:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130789114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130792340, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130793529, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130795121, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:22:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130796301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/vfw3c4b83c85bcb0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130797304, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130798308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/resourceInstances/vfw3c4b83c85bcb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130799311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816161617/1.0/artifacts/service-Vfw20210816161617-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:22:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:22:10.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:10.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:10.164Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:10.164Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:10.264Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:10.264Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:10.265Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:10.274Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:10.274Z||pool-192-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:11.164Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:11.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:11.166Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:11.166Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:11.267Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:11.267Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:11.268Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:11.277Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:11.278Z||pool-193-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:12.167Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:12.168Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:12.170Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:12.170Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:22:12.270Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:12.271Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:12.271Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:12.282Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:12.282Z||pool-194-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:13.170Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:22:13.171Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:13.173Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:13.173Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:22:13.273Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:13.274Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:13.274Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:13.286Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:13.287Z||pool-195-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:22:14.174Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "9ad13a27-5d58-47e2-834e-0e38381ca342", "serviceDescription": "service", "serviceInvariantUUID": "ce71ab12-f974-482e-9173-28e02c36f15d", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e5a93225-5e22-4f19-896c-fa42fb812b8a", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4a315c71-695b-47e6-aa9b-fd2878d824fc", "resourceInvariantUUID": "632117fe-327f-46f5-a714-e954a8976a57", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "N2FiYzEzZWY5NWE1NjdlMTNiOWI2MGY0MTVmNjgxMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea3a5193-4b17-4098-9c24-4e20561bdc32" } ], "workloadContext": "Production" } 2021-08-16T16:22:14.175Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:22:14.175Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9ad13a27-5d58-47e2-834e-0e38381ca342 ASDC 2021-08-16T16:22:14.175Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a51db9f1-f22d-4d63-9c0a-a215c47bc816 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:9ad13a27-5d58-47e2-834e-0e38381ca342 ServiceInvariantUUID:ce71ab12-f974-482e-9173-28e02c36f15d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:ea3a5193-4b17-4098-9c24-4e20561bdc32 ArtifactChecksum:N2FiYzEzZWY5NWE1NjdlMTNiOWI2MGY0MTVmNjgxMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e5a93225-5e22-4f19-896c-fa42fb812b8a ResourceInvariantUUID:632117fe-327f-46f5-a714-e954a8976a57 ResourceName:test-pnf ResourceType:PNF ResourceUUID:4a315c71-695b-47e6-aa9b-fd2878d824fc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-16T16:22:14.175Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ad13a27-5d58-47e2-834e-0e38381ca342 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-08-16T16:22:14.213Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:22:14.214Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:22:14.214Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:22:14.214Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea3a5193-4b17-4098-9c24-4e20561bdc32 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-16T16:22:14.214Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:22:14.214Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-16T16:22:14.917Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:22:14.922Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ea3a5193-4b17-4098-9c24-4e20561bdc32 105552 2021-08-16T16:22:14.922Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-16T16:22:14.922Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-16T16:22:14.922Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:22:14.923Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:14.925Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:14.925Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130934922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:22:15.025Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:15.026Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:15.026Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:15.035Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:15.035Z||pool-196-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:15.925Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:22:15.926Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:22:15.927Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ea3a5193-4b17-4098-9c24-4e20561bdc32, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:15.927Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-08-16T16:22:15.928Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:15.928Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.025Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4189296579960806808/Definitions/service-TestPnfMacro-template.yml 2021-08-16T16:22:16.639Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.640Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.641Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.642Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:9ad13a27-5d58-47e2-834e-0e38381ca342 Model Version:NULL Model InvariantUuid:ce71ab12-f974-482e-9173-28e02c36f15d 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-08-16T16:22:16.648Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a315c71-695b-47e6-aa9b-fd2878d824fc 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-08-16T16:22:16.650Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||test-pnf 0 2021-08-16T16:22:16.651Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a315c71-695b-47e6-aa9b-fd2878d824fc 2021-08-16T16:22:16.651Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9ad13a27-5d58-47e2-834e-0e38381ca342 2021-08-16T16:22:16.651Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9ad13a27-5d58-47e2-834e-0e38381ca342 2021-08-16T16:22:16.651Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4a315c71-695b-47e6-aa9b-fd2878d824fc 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-08-16T16:22:16.654Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.655Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.655Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9ad13a27-5d58-47e2-834e-0e38381ca342: test-pnf 2021-08-16T16:22:16.655Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4a315c71-695b-47e6-aa9b-fd2878d824fc 2021-08-16T16:22:16.655Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:22:16.655Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:22:16.655Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||Resource customization UUID: e5a93225-5e22-4f19-896c-fa42fb812b8a is the same as notified resource customizationUUID: e5a93225-5e22-4f19-896c-fa42fb812b8a 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-08-16T16:22:16.685Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4a315c71-695b-47e6-aa9b-fd2878d824fc 0 ASDC deployResourceStructure 2021-08-16T16:22:16.685Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-16T16:22:16.685Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-16T16:22:16.685Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:22:16.685Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:22:16.687Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:22:16.687Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130936685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:22:16.787Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:22:16.788Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:22:16.788Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:22:16.798Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:22:16.798Z||pool-197-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:22:17.688Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:22:17.697Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:22:17.699Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:22:17.699Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:22:17.699Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:22:47.699Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:22:47.708Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:22:47.709Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:22:47.710Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:22:47.710Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:23:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:23:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:23:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:23:09.481Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:23:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.482Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58e0a689-2b88-4e42-afce-89a683c389b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130860436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d58e0a689-2b88-4e42-afce-89a683c389b7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/168338d4-d817-408d-ab47-38b6b4724243/model-vers/model-ver/05a97b7d-90af-408a-98c5-c8e9849cc8b9) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.483Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.484Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.485Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.486Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:23:09.487Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-16T16:23:17.710Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:23:17.721Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:23:17.723Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:23:17.723Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:23:17.723Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:23:47.723Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:23:47.731Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:23:47.732Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:23:47.733Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:23:47.733Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:24:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:24:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:24:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:09.481Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:09.500Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.500Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130723056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.501Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130870713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "dcae-sch", "timestamp": 1629130861916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "multicloud-k8s-id", "timestamp": 1629130858203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130872919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130864759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130874412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130875014, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "cds", "timestamp": 1629130876227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-16T16:24:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a51db9f1-f22d-4d63-9c0a-a215c47bc816 2021-08-16T16:24:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130876707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.519Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130871777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130880602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.520Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130872609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130882426, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.521Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130882625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130883027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130883447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.522Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130883710, "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-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130884030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.523Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "ves-openapi-manager", "timestamp": 1629130884449, "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-08-16T16:24:09.528Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a51db9f1-f22d-4d63-9c0a-a215c47bc816 2021-08-16T16:24:09.528Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:09.535Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130884713, "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-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.536Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "policy-id", "timestamp": 1629130885032, "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-08-16T16:24:09.541Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a51db9f1-f22d-4d63-9c0a-a215c47bc816 2021-08-16T16:24:09.541Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130876514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130885716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.549Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130886719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130887724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.550Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130888728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130882141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130882619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130891983, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130892603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130893813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130894817, "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-08-16T16:24:09.556Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a51db9f1-f22d-4d63-9c0a-a215c47bc816 2021-08-16T16:24:09.557Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130897478, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:24:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.565Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.565Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130897611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.565Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.565Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.565Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "aai-ml", "timestamp": 1629130898481, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:24:09.569Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a51db9f1-f22d-4d63-9c0a-a215c47bc816 2021-08-16T16:24:09.569Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:09.581Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.581Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130899612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.581Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.581Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.581Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "clamp", "timestamp": 1629130900615, "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-08-16T16:24:09.586Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a51db9f1-f22d-4d63-9c0a-a215c47bc816 2021-08-16T16:24:09.586Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:09.595Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.595Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.595Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.595Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.596Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.598Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.599Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.600Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.601Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-16T16:24:09.602Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.603Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130911777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130909759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130906514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130912141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93d6caf-a4f2-44e4-8802-d130210eee14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130919837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc93d6caf-a4f2-44e4-8802-d130210eee14 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7bb32876-28a4-48c1-9a11-d9c9eb3bba77/model-vers/model-ver/25d2fb8b-9f4c-4c41-b944-c125525b7791) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130912619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130912609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130921428, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130921431, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130921633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.606Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130922040, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.607Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.607Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.607Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130922107, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.607Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.607Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.607Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "cds", "timestamp": 1629130922433, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-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-08-16T16:24:09.619Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 266efdf8-90a0-459b-b631-6c80aab42133 2021-08-16T16:24:09.619Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130922443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.626Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130923111, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130923373, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.627Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "ves-openapi-manager", "timestamp": 1629130923445, "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-08-16T16:24:09.632Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 266efdf8-90a0-459b-b631-6c80aab42133 2021-08-16T16:24:09.632Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.640Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "policy-id", "timestamp": 1629130924114, "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-08-16T16:24:09.645Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 266efdf8-90a0-459b-b631-6c80aab42133 2021-08-16T16:24:09.645Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:24:09.655Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.655Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130924379, "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-08-16T16:24:09.660Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 266efdf8-90a0-459b-b631-6c80aab42133 2021-08-16T16:24:09.660Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:24:09.669Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.669Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.670Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "multicloud-k8s-id", "timestamp": 1629130918203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130926038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.671Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "aai-ml", "timestamp": 1629130927042, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:24:09.676Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 266efdf8-90a0-459b-b631-6c80aab42133 2021-08-16T16:24:09.677Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.687Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130928616, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:24:09.688Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:09.689Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:24:17.733Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:24:17.742Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:24:17.744Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:24:17.749Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:24:47.750Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 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-08-16T16:24:47.754Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a51db9f1-f22d-4d63-9c0a-a215c47bc816 and serviceModelVersionId: 9ad13a27-5d58-47e2-834e-0e38381ca342 2021-08-16T16:24:47.754Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce71ab12-f974-482e-9173-28e02c36f15d 2021-08-16T16:24:47.755Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0 2021-08-16T16:24:47.760Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:24:47.781Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0|INFO|500||Invoke 2021-08-16T16:24:47.782Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a51db9f1-f22d-4d63-9c0a-a215c47bc816], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aebe8e39-cd8b-4f5b-bbed-fe912b24b03c], X-ECOMP-RequestID=[a51db9f1-f22d-4d63-9c0a-a215c47bc816], X-TransactionId=[], X-ONAP-RequestID=[a51db9f1-f22d-4d63-9c0a-a215c47bc816], Content-Type=[application/merge-patch+json]} 2021-08-16T16:24:47.799Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:24:47.823Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?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/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-16:24:47:804-28647], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:24:47 GMT], Content-Type=[application/json]} 2021-08-16T16:24:47.824Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342","ERR.5.4.6114"]}}} 2021-08-16T16:24:47.825Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:24:47.829Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec=ERR.5.4.6114) 2021-08-16T16:24:47.829Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:24:47.829Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec=ERR.5.4.6114) 2021-08-16T16:24:47.829Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec=ERR.5.4.6114) 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-08-16T16:24:47.835Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|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-08-16T16:24:47.835Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a51db9f1-f22d-4d63-9c0a-a215c47bc816 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec=ERR.5.4.6114) 2021-08-16T16:24:47.835Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:24:47.835Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:47.836Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:47.836Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131087835, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:24:47.937Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:47.938Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:47.938Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:47.953Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:47.953Z||pool-198-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:24:48.848Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T16:24:48.848Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"266efdf8-90a0-459b-b631-6c80aab42133","serviceName":"Demo_pNF_68jN1PIyXOGa8DnMW3iT","serviceVersion":"1.0","serviceUUID":"e8599295-66ba-4f63-ad89-5398fa8be2af","serviceDescription":"catalog service description","serviceInvariantUUID":"d665eb23-cd1f-4606-a2f9-0f4835addb87","resources":[{"resourceInstanceName":"pNF 410b98c4-6db2 0","resourceName":"pNF 410b98c4-6db2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47c48f23-69b6-4b8d-9924-835aba83f2a8","resourceInvariantUUID":"4f554549-1a7c-4ee1-9df1-5b7969e5da47","resourceCustomizationUUID":"01167d32-0c40-490f-bcb1-2e88530dc160","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml","artifactChecksum":"OTM1ZWRiMDEyNjBjYTc1NzQ5MzQ1MjM3ZjZiNzczZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6913b6c0-35b8-438d-8a7c-6cec85a9c785","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar","artifactChecksum":"YmUwMGMxMDIyMWE1NmRkMDM3ODNjOTA2MzM3ZDU0MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed2c5422-df3d-47f4-af32-be5eaef8a3a2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94298754-249b-4f07-bc3d-519ef9a40a7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQ1MGE5ZDI4NmRjMTNjZGJlMWU2NTA0MWEwYTIyNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18a57fb2-fb78-43fc-8fbc-2090e896bf8b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67e029c4-b1fb-4b83-851c-5ec6fffd7772","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb89934f-ca19-4073-8ee1-6fc7c658b020","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf68jn1piyxoga8dnmw3it-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml","artifactChecksum":"M2RiMjA5OGUyZDU1YjRjMjM5Y2I4YzBhZThkMzZmN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c1ba0d0-d12e-4f9b-b2a3-d968d28ad0f2","artifactVersion":"1"},{"artifactName":"service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar","artifactChecksum":"NTg4YmQxYWQ2MjFlNmFmNDE0MzA0ZWM0YzJkOTRiZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3327ce41-ab20-47a1-9c89-0054080638b2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:24:48.849Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:48.849Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:48.850Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:48.850Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:48.951Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:24:48.951Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:48.951Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:48.962Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:48.963Z||pool-199-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:49.851Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:49.852Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:49.854Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:49.854Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:49.954Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:49.955Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:49.955Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:49.966Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:49.966Z||pool-200-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:50.854Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:50.855Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:50.857Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:50.857Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:50.957Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:50.958Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:50.958Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:50.968Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:50.968Z||pool-201-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:51.857Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:51.858Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:51.860Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:51.861Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:51.961Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:51.961Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:51.961Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:51.972Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:51.972Z||pool-202-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:52.861Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:52.862Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:52.864Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:52.864Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:52.964Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:52.965Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:52.965Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:52.974Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:52.974Z||pool-203-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:53.864Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:53.865Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:53.867Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:53.867Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:53.968Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:53.969Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:53.969Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:53.979Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:53.980Z||pool-204-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:54.869Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:54.870Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:54.872Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:54.872Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:24:54.972Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:54.973Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:54.973Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:54.983Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:54.984Z||pool-205-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:55.872Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:24:55.874Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:55.876Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:55.876Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:24:55.976Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:24:55.977Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:55.977Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:55.988Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:55.988Z||pool-206-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:56.878Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "serviceName": "Demo_pNF_68jN1PIyXOGa8DnMW3iT", "serviceVersion": "1.0", "serviceUUID": "e8599295-66ba-4f63-ad89-5398fa8be2af", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d665eb23-cd1f-4606-a2f9-0f4835addb87", "resources": [ { "resourceInstanceName": "pNF 410b98c4-6db2 0", "resourceCustomizationUUID": "01167d32-0c40-490f-bcb1-2e88530dc160", "resourceName": "pNF 410b98c4-6db2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "47c48f23-69b6-4b8d-9924-835aba83f2a8", "resourceInvariantUUID": "4f554549-1a7c-4ee1-9df1-5b7969e5da47", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "artifactChecksum": "NTg4YmQxYWQ2MjFlNmFmNDE0MzA0ZWM0YzJkOTRiZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3327ce41-ab20-47a1-9c89-0054080638b2" } ], "workloadContext": "Production" } 2021-08-16T16:24:56.878Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:24:56.878Z|a51db9f1-f22d-4d63-9c0a-a215c47bc816|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8599295-66ba-4f63-ad89-5398fa8be2af ASDC 2021-08-16T16:24:56.879Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:266efdf8-90a0-459b-b631-6c80aab42133 ServiceName:Demo_pNF_68jN1PIyXOGa8DnMW3iT ServiceVersion:1.0 ServiceUUID:e8599295-66ba-4f63-ad89-5398fa8be2af ServiceInvariantUUID:d665eb23-cd1f-4606-a2f9-0f4835addb87 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar ArtifactUUID:3327ce41-ab20-47a1-9c89-0054080638b2 ArtifactChecksum:NTg4YmQxYWQ2MjFlNmFmNDE0MzA0ZWM0YzJkOTRiZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 410b98c4-6db2 0 ResourceCustomizationUUID:01167d32-0c40-490f-bcb1-2e88530dc160 ResourceInvariantUUID:4f554549-1a7c-4ee1-9df1-5b7969e5da47 ResourceName:pNF 410b98c4-6db2 ResourceType:PNF ResourceUUID:47c48f23-69b6-4b8d-9924-835aba83f2a8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-16T16:24:56.879Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8599295-66ba-4f63-ad89-5398fa8be2af 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-08-16T16:24:56.904Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:24:56.905Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:24:56.905Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:24:56.905Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3327ce41-ab20-47a1-9c89-0054080638b2 from URL: /sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:56.905Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:24:56.905Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:58.064Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:24:58.067Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 3327ce41-ab20-47a1-9c89-0054080638b2 82555 2021-08-16T16:24:58.067Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar ASDC sendASDCNotification 2021-08-16T16:24:58.068Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:58.068Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:24:58.068Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:58.069Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:58.069Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131098067, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:24:58.170Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:24:58.170Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:58.170Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:24:58.180Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:24:58.180Z||pool-207-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:24:59.070Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:24:59.071Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:24:59.071Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3327ce41-ab20-47a1-9c89-0054080638b2, URL: /sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar to file: /app/ASDC/1/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.071Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.071Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.071Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.202Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3455621996420306382/Definitions/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml 2021-08-16T16:24:59.848Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:24:59.848Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:24:59.848Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.848Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 410b98c4-6db2 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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|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-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Node template pNF 410b98c4-6db2 0 is matching search criteria 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 410b98c4-6db2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Node template pNF 410b98c4-6db2 0 is matching search criteria 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 410b98c4-6db2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:24:59.849Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.850Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_68jN1PIyXOGa8DnMW3iT Description:catalog service description Model UUID:e8599295-66ba-4f63-ad89-5398fa8be2af Model Version:NULL Model InvariantUuid:d665eb23-cd1f-4606-a2f9-0f4835addb87 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-08-16T16:24:59.857Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47c48f23-69b6-4b8d-9924-835aba83f2a8 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-08-16T16:24:59.859Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||pNF 410b98c4-6db2 0 2021-08-16T16:24:59.859Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47c48f23-69b6-4b8d-9924-835aba83f2a8 2021-08-16T16:24:59.860Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e8599295-66ba-4f63-ad89-5398fa8be2af 2021-08-16T16:24:59.860Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e8599295-66ba-4f63-ad89-5398fa8be2af 2021-08-16T16:24:59.860Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 410b98c4-6db2 0 47c48f23-69b6-4b8d-9924-835aba83f2a8 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-08-16T16:24:59.865Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.865Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.865Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e8599295-66ba-4f63-ad89-5398fa8be2af: pNF 410b98c4-6db2 2021-08-16T16:24:59.866Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Processing PNF resource: 47c48f23-69b6-4b8d-9924-835aba83f2a8 2021-08-16T16:24:59.866Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:24:59.866Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_68jN1PIyXOGa8DnMW3iT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:24:59.866Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||Resource customization UUID: 01167d32-0c40-490f-bcb1-2e88530dc160 is the same as notified resource customizationUUID: 01167d32-0c40-490f-bcb1-2e88530dc160 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-08-16T16:24:59.895Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 410b98c4-6db2 47c48f23-69b6-4b8d-9924-835aba83f2a8 0 ASDC deployResourceStructure 2021-08-16T16:24:59.895Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar ASDC sendASDCNotification 2021-08-16T16:24:59.895Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar 2021-08-16T16:24:59.895Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:24:59.895Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:24:59.897Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:24:59.897Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131099895, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:24:59.997Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:24:59.998Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:24:59.998Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:00.007Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:00.007Z||pool-208-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:00.897Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 266efdf8-90a0-459b-b631-6c80aab42133 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:25:00.907Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 266efdf8-90a0-459b-b631-6c80aab42133 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:25:00.910Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:25:00.911Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:25:00.911Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:25:00.911Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:25:00.911Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-16T16:25:00.911Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:25:00.911Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:25:00.916Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:25:09.459Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:25:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:25:09.460Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:09.483Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "dcae-sch", "timestamp": 1629130921916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130929631, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.485Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.486Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.486Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.486Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.486Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "clamp", "timestamp": 1629130930633, "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-08-16T16:25:09.494Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 266efdf8-90a0-459b-b631-6c80aab42133 2021-08-16T16:25:09.494Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:25:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.502Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130934922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.503Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130936685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:25:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.504Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.505Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.506Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.507Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.508Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.509Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.510Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.511Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.512Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.513Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.514Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1629130938203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130931777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130936514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.515Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130932609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.516Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130947400, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130939759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130947426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130948419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.517Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130948430, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130948565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.518Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "ves-openapi-manager", "timestamp": 1629130949422, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:25:09.544Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of eb263f51-1677-4c22-b80d-4d2f16c03a2a 2021-08-16T16:25:09.544Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:25:09.551Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.552Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "policy-id", "timestamp": 1629130949433, "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-08-16T16:25:09.557Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb263f51-1677-4c22-b80d-4d2f16c03a2a 2021-08-16T16:25:09.557Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:25:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "dcae-sch", "timestamp": 1629130941916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.564Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "cds", "timestamp": 1629130949569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-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-08-16T16:25:09.568Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb263f51-1677-4c22-b80d-4d2f16c03a2a 2021-08-16T16:25:09.568Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:25:09.576Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.576Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130942141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.576Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130942619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130950966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130951418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130952620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.577Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130952877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:25:09.578Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.578Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.578Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130953660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:25:09.578Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.578Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.578Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629130953880, "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-08-16T16:25:09.583Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb263f51-1677-4c22-b80d-4d2f16c03a2a 2021-08-16T16:25:09.583Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:25:09.592Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.592Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "clamp", "timestamp": 1629130954664, "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-08-16T16:25:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb263f51-1677-4c22-b80d-4d2f16c03a2a 2021-08-16T16:25:09.597Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:25:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.604Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130955817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:25:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:25:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-16T16:25:09.605Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "aai-ml", "timestamp": 1629130956820, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:25:09.610Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of eb263f51-1677-4c22-b80d-4d2f16c03a2a 2021-08-16T16:25:09.610Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:25:30.916Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 266efdf8-90a0-459b-b631-6c80aab42133 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-08-16T16:25:30.921Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 266efdf8-90a0-459b-b631-6c80aab42133 and serviceModelVersionId: e8599295-66ba-4f63-ad89-5398fa8be2af 2021-08-16T16:25:30.921Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d665eb23-cd1f-4606-a2f9-0f4835addb87 2021-08-16T16:25:30.921Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0 2021-08-16T16:25:30.925Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:25:30.946Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0|INFO|500||Invoke 2021-08-16T16:25:30.946Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[266efdf8-90a0-459b-b631-6c80aab42133], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[024b307c-3795-4331-95e5-44fad483714c], X-ECOMP-RequestID=[266efdf8-90a0-459b-b631-6c80aab42133], X-TransactionId=[], X-ONAP-RequestID=[266efdf8-90a0-459b-b631-6c80aab42133], Content-Type=[application/merge-patch+json]} 2021-08-16T16:25:30.967Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:25:30.984Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?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/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-16:25:30:971-48091], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:25:30 GMT], Content-Type=[application/json]} 2021-08-16T16:25:30.985Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af","ERR.5.4.6114"]}}} 2021-08-16T16:25:30.986Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:25:30.989Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec=ERR.5.4.6114) 2021-08-16T16:25:30.990Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:25:30.990Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec=ERR.5.4.6114) 2021-08-16T16:25:30.990Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec=ERR.5.4.6114) 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-08-16T16:25:30.992Z|266efdf8-90a0-459b-b631-6c80aab42133|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-08-16T16:25:30.992Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 266efdf8-90a0-459b-b631-6c80aab42133 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec=ERR.5.4.6114) 2021-08-16T16:25:30.992Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:25:30.992Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:30.994Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:30.994Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131130992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:25:31.094Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:31.095Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:31.095Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:31.106Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:31.107Z||pool-209-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-08-16T16:25:32.006Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:25:32.007Z|266efdf8-90a0-459b-b631-6c80aab42133|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-08-16T16:25:32.007Z|266efdf8-90a0-459b-b631-6c80aab42133|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:36.303Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:36.303Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T16:25:36.304Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb263f51-1677-4c22-b80d-4d2f16c03a2a","serviceName":"Demo_pNF_t8cG2KrDtl6ll0wjJcVw","serviceVersion":"1.0","serviceUUID":"3066c0f8-dc50-4335-9f0a-d39745511e84","serviceDescription":"catalog service description","serviceInvariantUUID":"3d2a20a8-cd3a-4d89-a206-480a1b29e022","resources":[{"resourceInstanceName":"pNF 7a032d2c-931f 0","resourceName":"pNF 7a032d2c-931f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"799f3a6f-90e4-4d36-a2d0-8925abe3dcb7","resourceInvariantUUID":"6b07ffc6-e9eb-4ff1-b6e8-9cf554bdd90d","resourceCustomizationUUID":"af70f3e4-eadc-48e0-ab70-20ade089ab40","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml","artifactChecksum":"OWViYjI1YjNhMjA3NDJmMTAxMjllOGZmMzUxM2EwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f791c74-39b2-492e-9cbf-66f2d045d4e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar","artifactChecksum":"YmUwMGMxMDIyMWE1NmRkMDM3ODNjOTA2MzM3ZDU0MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6479eb0b-43ec-4a1d-83a5-7f7dd2e460ed","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f5af56e-ae01-426e-84e9-300c647e3d10","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml","artifactChecksum":"MGY5ZjliYmYzYjc4NmU1MTE0MDQwZWU3ODRiZGYzY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40864147-70a0-4ed8-acd9-b22a42f98f36","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13307ace-b153-401c-b678-970a48cbce6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d46b1be-5ec0-40a0-af1f-ec3e0df3f652","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml","artifactChecksum":"N2Y0ZDIzMmM4MWE5YTVmODVhMDIxNDlhMzUyMzY2NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f7cdd7c-bead-4b6b-8008-d63e0831598d","artifactVersion":"1"},{"artifactName":"service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar","artifactChecksum":"NmQwYjY4YzJhZWY3NGZiZTNiZDUyNzJiYWE3Zjc3NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42b4df91-3711-42d0-8e46-36fbed3c6a5c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:25:36.305Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:36.305Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:36.307Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:36.307Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:36.407Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:36.408Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:36.408Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:36.419Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:36.419Z||pool-210-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:25:37.307Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:37.309Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:37.311Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:37.311Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:37.411Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:37.411Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:37.412Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:37.423Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:37.423Z||pool-211-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:38.311Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:38.312Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:38.314Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:38.314Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:38.414Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:38.415Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:38.415Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:38.424Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:38.424Z||pool-212-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:39.314Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:39.315Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:39.317Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:39.317Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:39.417Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:39.418Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:39.418Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:39.430Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:39.431Z||pool-213-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:25:40.318Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:40.318Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:40.320Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:40.320Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:40.420Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:40.421Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:40.421Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:40.430Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:40.430Z||pool-214-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:41.320Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:41.321Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:41.323Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:41.323Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:41.423Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:41.424Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:41.424Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:41.435Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:41.436Z||pool-215-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:42.323Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:42.324Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:42.326Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:42.326Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:25:42.426Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:42.427Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:42.427Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:42.438Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:42.438Z||pool-216-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:43.326Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:25:43.327Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:43.329Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:43.329Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:25:43.429Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:43.429Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:43.430Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:43.437Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:43.438Z||pool-217-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:44.329Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "serviceName": "Demo_pNF_t8cG2KrDtl6ll0wjJcVw", "serviceVersion": "1.0", "serviceUUID": "3066c0f8-dc50-4335-9f0a-d39745511e84", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3d2a20a8-cd3a-4d89-a206-480a1b29e022", "resources": [ { "resourceInstanceName": "pNF 7a032d2c-931f 0", "resourceCustomizationUUID": "af70f3e4-eadc-48e0-ab70-20ade089ab40", "resourceName": "pNF 7a032d2c-931f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "799f3a6f-90e4-4d36-a2d0-8925abe3dcb7", "resourceInvariantUUID": "6b07ffc6-e9eb-4ff1-b6e8-9cf554bdd90d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "artifactChecksum": "NmQwYjY4YzJhZWY3NGZiZTNiZDUyNzJiYWE3Zjc3NjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42b4df91-3711-42d0-8e46-36fbed3c6a5c" } ], "workloadContext": "Production" } 2021-08-16T16:25:44.330Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:25:44.330Z|266efdf8-90a0-459b-b631-6c80aab42133|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3066c0f8-dc50-4335-9f0a-d39745511e84 ASDC 2021-08-16T16:25:44.331Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:eb263f51-1677-4c22-b80d-4d2f16c03a2a ServiceName:Demo_pNF_t8cG2KrDtl6ll0wjJcVw ServiceVersion:1.0 ServiceUUID:3066c0f8-dc50-4335-9f0a-d39745511e84 ServiceInvariantUUID:3d2a20a8-cd3a-4d89-a206-480a1b29e022 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar ArtifactUUID:42b4df91-3711-42d0-8e46-36fbed3c6a5c ArtifactChecksum:NmQwYjY4YzJhZWY3NGZiZTNiZDUyNzJiYWE3Zjc3NjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7a032d2c-931f 0 ResourceCustomizationUUID:af70f3e4-eadc-48e0-ab70-20ade089ab40 ResourceInvariantUUID:6b07ffc6-e9eb-4ff1-b6e8-9cf554bdd90d ResourceName:pNF 7a032d2c-931f ResourceType:PNF ResourceUUID:799f3a6f-90e4-4d36-a2d0-8925abe3dcb7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-16T16:25:44.331Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3066c0f8-dc50-4335-9f0a-d39745511e84 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-08-16T16:25:44.353Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:25:44.354Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:25:44.354Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:25:44.354Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42b4df91-3711-42d0-8e46-36fbed3c6a5c from URL: /sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:44.354Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:25:44.354Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:45.968Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:25:45.973Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 42b4df91-3711-42d0-8e46-36fbed3c6a5c 82539 2021-08-16T16:25:45.973Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar ASDC sendASDCNotification 2021-08-16T16:25:45.974Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:45.974Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:25:45.974Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:45.976Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:45.976Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131145973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:25:46.076Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:46.077Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:46.077Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:46.087Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:46.087Z||pool-218-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:46.976Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:25:46.977Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:25:46.978Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 42b4df91-3711-42d0-8e46-36fbed3c6a5c, URL: /sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar to file: /app/ASDC/1/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:46.978Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:46.978Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:46.978Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.078Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3059244452134319705/Definitions/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a032d2c-931f 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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.683Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a032d2c-931f 0 is matching search criteria 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:25:47.684Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a032d2c-931f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a032d2c-931f 0 is matching search criteria 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a032d2c-931f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.685Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.686Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.686Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.686Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.686Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.686Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.686Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_t8cG2KrDtl6ll0wjJcVw Description:catalog service description Model UUID:3066c0f8-dc50-4335-9f0a-d39745511e84 Model Version:NULL Model InvariantUuid:3d2a20a8-cd3a-4d89-a206-480a1b29e022 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-08-16T16:25:47.693Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 799f3a6f-90e4-4d36-a2d0-8925abe3dcb7 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-08-16T16:25:47.695Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||pNF 7a032d2c-931f 0 2021-08-16T16:25:47.695Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 799f3a6f-90e4-4d36-a2d0-8925abe3dcb7 2021-08-16T16:25:47.695Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3066c0f8-dc50-4335-9f0a-d39745511e84 2021-08-16T16:25:47.695Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3066c0f8-dc50-4335-9f0a-d39745511e84 2021-08-16T16:25:47.696Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7a032d2c-931f 0 799f3a6f-90e4-4d36-a2d0-8925abe3dcb7 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-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3066c0f8-dc50-4335-9f0a-d39745511e84: pNF 7a032d2c-931f 2021-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 799f3a6f-90e4-4d36-a2d0-8925abe3dcb7 2021-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_t8cG2KrDtl6ll0wjJcVw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:25:47.699Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||Resource customization UUID: af70f3e4-eadc-48e0-ab70-20ade089ab40 is the same as notified resource customizationUUID: af70f3e4-eadc-48e0-ab70-20ade089ab40 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-08-16T16:25:47.727Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7a032d2c-931f 799f3a6f-90e4-4d36-a2d0-8925abe3dcb7 0 ASDC deployResourceStructure 2021-08-16T16:25:47.728Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar ASDC sendASDCNotification 2021-08-16T16:25:47.728Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar 2021-08-16T16:25:47.728Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:25:47.728Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:25:47.730Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:25:47.730Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131147728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:25:47.830Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:25:47.831Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:25:47.831Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:25:47.841Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:25:47.842Z||pool-219-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:25:48.730Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb263f51-1677-4c22-b80d-4d2f16c03a2a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:25:48.741Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb263f51-1677-4c22-b80d-4d2f16c03a2a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:25:48.743Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:25:48.743Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:25:48.744Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:25:48.744Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:25:48.744Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-16T16:25:48.744Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:25:48.744Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:25:48.748Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:26:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:26:09.460Z||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-08-16T16:26:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:09.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a51db9f1-f22d-4d63-9c0a-a215c47bc816", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131087835, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da51db9f1-f22d-4d63-9c0a-a215c47bc816 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ce71ab12-f974-482e-9173-28e02c36f15d/model-vers/model-ver/9ad13a27-5d58-47e2-834e-0e38381ca342) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:26:09.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/resourceInstances/pnf410b98c46db20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629130920849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131098067, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131099895, "artifactURL": "/sdc/v1/catalog/services/DemoPnf68jn1piyxoga8dnmw3it/1.0/artifacts/service-DemoPnf68jn1piyxoga8dnmw3it-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:26:09.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:26:18.749Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb263f51-1677-4c22-b80d-4d2f16c03a2a 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-08-16T16:26:18.754Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb263f51-1677-4c22-b80d-4d2f16c03a2a and serviceModelVersionId: 3066c0f8-dc50-4335-9f0a-d39745511e84 2021-08-16T16:26:18.754Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2a20a8-cd3a-4d89-a206-480a1b29e022 2021-08-16T16:26:18.755Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84?depth=0 2021-08-16T16:26:18.758Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:26:18.780Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84?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-08-16T16:26:18.780Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84?depth=0|INFO|500||Invoke 2021-08-16T16:26:18.797Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:26:18.825Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:26:18.826Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210816-16:26:18:803-22054], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:26:18 GMT], Content-Type=[application/json]} 2021-08-16T16:26:18.827Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84","ERR.5.4.6114"]}}} 2021-08-16T16:26:18.830Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=eb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec=ERR.5.4.6114) 2021-08-16T16:26:18.831Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:26:18.831Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec=ERR.5.4.6114) 2021-08-16T16:26:18.831Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=eb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec=ERR.5.4.6114) 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-08-16T16:26:18.834Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|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-08-16T16:26:18.834Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb263f51-1677-4c22-b80d-4d2f16c03a2a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec=ERR.5.4.6114) 2021-08-16T16:26:18.835Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:26:18.835Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:18.836Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:18.836Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131178834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:26:18.937Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:26:18.937Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:18.937Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:18.946Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:18.946Z||pool-220-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-08-16T16:26:19.849Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-16T16:26:19.849Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"28761936-cfb4-4562-abc7-e6bc104d7bf2","serviceName":"vFW 2021-08-16 16-23-46","serviceVersion":"1.0","serviceUUID":"7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9","serviceDescription":"catalog service description","serviceInvariantUUID":"29b18b89-c913-4839-a89a-4c9eb2eb2ee1","resources":[{"resourceInstanceName":"vFW 35cc624d-4afa 0","resourceName":"vFW 35cc624d-4afa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3947763-79b4-4ef2-a9b7-428fecbe27cb","resourceInvariantUUID":"998ebe42-5954-424e-a1d4-4ebb20e5d12c","resourceCustomizationUUID":"47f609d6-951d-422f-b3cf-ffcf1d065189","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml","artifactChecksum":"NTM2NjA4NDI5NWY5MzAzMTUwNmMzMzY4Y2I2MWIzMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffb6aaa3-0149-43d1-8f01-3e5d62a3b5f7","artifactVersion":"1"},{"artifactName":"vfw35cc624d4afa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json","artifactChecksum":"ZmI2ZTI0MTY4NjNiZTIyNGE5NzhhNjNjOGYzOGE1ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30cec19e-d294-4309-9c0b-1a10ec6af0d8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6341f46f-7ab7-4e75-b8af-690f488bcc86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml","artifactChecksum":"NTFhZDkwNWUyMGJjMWU2NTE3ODkwMjU4MmFiZDlmYjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecb216cb-a6f5-46d6-9ee5-38e26cc9ab37","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86b2cfe6-00a0-46bb-b3f8-941b91ba9375","artifactVersion":"2","generatedFromUUID":"6341f46f-7ab7-4e75-b8af-690f488bcc86"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816162346-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml","artifactChecksum":"MjI0MzkzZDE0OTZkZGY3ZjAwMzU0OWY3OWZmOGRmNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5a77b5e-7a89-4f98-9f78-b354f3553d58","artifactVersion":"1"},{"artifactName":"service-Vfw20210816162346-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar","artifactChecksum":"MDViNGU0ZDRkZWFjZTMwNjJhMTNiZjk3MWEwZThiNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0126c5d8-45b9-4c4a-ba3f-1a05db904778","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:26:19.850Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:19.850Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:19.852Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:19.852Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:19.952Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:19.953Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:19.953Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:19.962Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:19.963Z||pool-221-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:20.852Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:20.853Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:20.854Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:20.855Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:26:20.955Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:20.956Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:20.956Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:20.965Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:20.965Z||pool-222-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:21.855Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:21.856Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:21.858Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:21.858Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:26:21.959Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-16T16:26:21.959Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:21.959Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:21.969Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:21.969Z||pool-223-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:22.859Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:22.860Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:22.861Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:22.862Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:22.962Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:22.963Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:22.963Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:22.972Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:22.973Z||pool-224-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:23.862Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:23.863Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:23.864Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:23.864Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:26:23.965Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:26:23.965Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:23.966Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:23.976Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:23.976Z||pool-225-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:24.865Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:24.865Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:24.867Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:24.867Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:26:24.967Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:24.968Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:24.968Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:24.977Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:24.978Z||pool-226-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:26:25.868Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:26:25.869Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:25.871Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:25.871Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:26:25.971Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:25.972Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:25.972Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:25.982Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:25.982Z||pool-227-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:26.872Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "serviceName": "vFW 2021-08-16 16-23-46", "serviceVersion": "1.0", "serviceUUID": "7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "29b18b89-c913-4839-a89a-4c9eb2eb2ee1", "resources": [ { "resourceInstanceName": "vFW 35cc624d-4afa 0", "resourceCustomizationUUID": "47f609d6-951d-422f-b3cf-ffcf1d065189", "resourceName": "vFW 35cc624d-4afa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e3947763-79b4-4ef2-a9b7-428fecbe27cb", "resourceInvariantUUID": "998ebe42-5954-424e-a1d4-4ebb20e5d12c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw35cc624d4afa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "artifactChecksum": "ZmI2ZTI0MTY4NjNiZTIyNGE5NzhhNjNjOGYzOGE1ZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30cec19e-d294-4309-9c0b-1a10ec6af0d8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6341f46f-7ab7-4e75-b8af-690f488bcc86", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "86b2cfe6-00a0-46bb-b3f8-941b91ba9375", "generatedFromUUID": "6341f46f-7ab7-4e75-b8af-690f488bcc86" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "86b2cfe6-00a0-46bb-b3f8-941b91ba9375", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816162346-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "artifactChecksum": "MDViNGU0ZDRkZWFjZTMwNjJhMTNiZjk3MWEwZThiNzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0126c5d8-45b9-4c4a-ba3f-1a05db904778" } ], "workloadContext": "Production" } 2021-08-16T16:26:26.873Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:26:26.873Z|eb263f51-1677-4c22-b80d-4d2f16c03a2a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 ASDC 2021-08-16T16:26:26.873Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:28761936-cfb4-4562-abc7-e6bc104d7bf2 ServiceName:vFW 2021-08-16 16-23-46 ServiceVersion:1.0 ServiceUUID:7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 ServiceInvariantUUID:29b18b89-c913-4839-a89a-4c9eb2eb2ee1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816162346-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar ArtifactUUID:0126c5d8-45b9-4c4a-ba3f-1a05db904778 ArtifactChecksum:MDViNGU0ZDRkZWFjZTMwNjJhMTNiZjk3MWEwZThiNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 35cc624d-4afa 0 ResourceCustomizationUUID:47f609d6-951d-422f-b3cf-ffcf1d065189 ResourceInvariantUUID:998ebe42-5954-424e-a1d4-4ebb20e5d12c ResourceName:vFW 35cc624d-4afa ResourceType:VF ResourceUUID:e3947763-79b4-4ef2-a9b7-428fecbe27cb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw35cc624d4afa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json ArtifactUUID:30cec19e-d294-4309-9c0b-1a10ec6af0d8 ArtifactChecksum:ZmI2ZTI0MTY4NjNiZTIyNGE5NzhhNjNjOGYzOGE1ZTc= 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/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml ArtifactUUID:6341f46f-7ab7-4e75-b8af-690f488bcc86 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/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env ArtifactUUID:86b2cfe6-00a0-46bb-b3f8-941b91ba9375 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/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env ArtifactUUID:86b2cfe6-00a0-46bb-b3f8-941b91ba9375 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:26:26.873Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 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-08-16T16:26:26.903Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:26:26.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:26:26.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:26:26.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0126c5d8-45b9-4c4a-ba3f-1a05db904778 from URL: /sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:26.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:26:26.905Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:27.939Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:26:27.945Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar 0126c5d8-45b9-4c4a-ba3f-1a05db904778 98705 2021-08-16T16:26:27.945Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar ASDC sendASDCNotification 2021-08-16T16:26:27.945Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:27.945Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:26:27.945Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:27.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:27.948Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131187945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:26:28.049Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:28.049Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:28.049Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:28.059Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:28.059Z||pool-228-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:28.948Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:26:28.949Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-16T16:26:28.950Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0126c5d8-45b9-4c4a-ba3f-1a05db904778, URL: /sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar to file: /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:28.950Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816162346-csar.csar 2021-08-16T16:26:28.950Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:28.950Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:29.341Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15186586563910830149/Definitions/service-Vfw20210816162346-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-16T16:26:31.021Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:26:31.022Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:26:31.022Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.022Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T16:26:31.022Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.022Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|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-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|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-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35cc624d-4afa 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-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|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-Vfw20210816162346-csar.csar 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:31.024Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.025Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.026Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.026Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.027Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:31.028Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:31.029Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=324212c7-1b47-42b6-b200-8b4b64852808 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.030Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=db79977b-e5fc-4c59-848a-c36dcf5b7daa 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.031Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:31.032Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68e992a1-902f-41a6-9970-7712f7ead372 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:31.033Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 16-23-46 Description:catalog service description Model UUID:7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 Model Version:NULL Model InvariantUuid:29b18b89-c913-4839-a89a-4c9eb2eb2ee1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 35cc624d-4afa Model UUID:792e79a2-7244-43b4-84b8-58d0e813eb43 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:998ebe42-5954-424e-a1d4-4ebb20e5d12c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:47f609d6-951d-422f-b3cf-ffcf1d065189 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a732c644-7d23-4dd7-878d-abd200d403b8 ModelName:Vfw35cc624d4afa..base_vfw..module-0 ModelUuid:18b29a51-5eab-47bc-976d-c0650eb853b0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:324212c7-1b47-42b6-b200-8b4b64852808 ModelInvariantUuid:48a0ff75-d389-4a4d-b98d-c805731716a3 ModelName:vFW 35cc624d-4afa-nodes.vfwCvfc ModelUuid:4a9243c1-6246-40ae-a1c3-229d5b784648 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d7a66ccc-ebc4-460c-8ef4-92c4220663bd ModelInvariantUuid:5ef0c8ed-bbe6-457a-ad25-0f1820b856ca ModelName:Vfw35cc624d4afa.compute.nodes.heat.vfw ModelUuid:c6d9d862-2576-4d9f-b28b-d357a0f4654a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:db79977b-e5fc-4c59-848a-c36dcf5b7daa ModelInvariantUuid:1871deed-4310-4afc-8b43-62e37b4b8380 ModelName:vFW 35cc624d-4afa-nodes.vsnCvfc ModelUuid:61b7d9e0-bf0e-4df0-98a0-a4bfae89369a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:50474de4-f46d-4470-ad7e-c14145dcf593 ModelInvariantUuid:4ecf4c08-7276-4a69-a2c4-e471e12c4726 ModelName:Vfw35cc624d4afa.compute.nodes.heat.vsn ModelUuid:3fa3b57e-dc34-40c8-a86b-4c7ddaae1598 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:68e992a1-902f-41a6-9970-7712f7ead372 ModelInvariantUuid:5b5d773f-c607-40fa-a4de-0b95630794bc ModelName:vFW 35cc624d-4afa-nodes.vpgCvfc ModelUuid:f74ef8d2-04c8-4d0c-a8ca-765113749b91 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:dcd672cb-0b1c-4a89-b0dc-b12e653c3ba1 ModelInvariantUuid:7e345871-0356-40dd-88bc-27158257ca9e ModelName:Vfw35cc624d4afa.compute.nodes.heat.vpg ModelUuid:425215aa-bdf3-4e3d-a113-27b9b5bdb512 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-08-16T16:26:31.038Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e3947763-79b4-4ef2-a9b7-428fecbe27cb 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-08-16T16:26:31.041Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||vFW 35cc624d-4afa 0 2021-08-16T16:26:31.041Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3947763-79b4-4ef2-a9b7-428fecbe27cb 2021-08-16T16:26:31.041Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30cec19e-d294-4309-9c0b-1a10ec6af0d8 from URL: /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json 2021-08-16T16:26:31.041Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:26:31.041Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json 2021-08-16T16:26:31.289Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:26:31.289Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json 30cec19e-d294-4309-9c0b-1a10ec6af0d8 785 2021-08-16T16:26:31.289Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json ASDC sendASDCNotification 2021-08-16T16:26:31.289Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json 2021-08-16T16:26:31.289Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:26:31.290Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:31.291Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:31.291Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131191289, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:26:31.392Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:31.393Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:31.393Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:31.403Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:31.404Z||pool-229-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:26:32.292Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw35cc624d4afa..base_vfw..module-0", "vfModuleModelInvariantUUID": "a732c644-7d23-4dd7-878d-abd200d403b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18b29a51-5eab-47bc-976d-c0650eb853b0", "vfModuleModelCustomizationUUID": "891669e2-69cc-4593-a1ed-07f97924deff", "isBase": true, "artifacts": [ "6341f46f-7ab7-4e75-b8af-690f488bcc86", "86b2cfe6-00a0-46bb-b3f8-941b91ba9375" ], "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-08-16T16:26:32.295Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw35cc624d4afa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18b29a51-5eab-47bc-976d-c0650eb853b0 VfModuleModelInvariantUUID:a732c644-7d23-4dd7-878d-abd200d403b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 6341f46f-7ab7-4e75-b8af-690f488bcc86 , 86b2cfe6-00a0-46bb-b3f8-941b91ba9375 } 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-08-16T16:26:32.298Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw35cc624d4afa..base_vfw..module-0", "vfModuleModelInvariantUUID": "a732c644-7d23-4dd7-878d-abd200d403b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18b29a51-5eab-47bc-976d-c0650eb853b0", "vfModuleModelCustomizationUUID": "891669e2-69cc-4593-a1ed-07f97924deff", "isBase": true, "artifacts": [ "6341f46f-7ab7-4e75-b8af-690f488bcc86", "86b2cfe6-00a0-46bb-b3f8-941b91ba9375" ], "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-08-16T16:26:32.298Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw35cc624d4afa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18b29a51-5eab-47bc-976d-c0650eb853b0 VfModuleModelInvariantUUID:a732c644-7d23-4dd7-878d-abd200d403b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 6341f46f-7ab7-4e75-b8af-690f488bcc86 , 86b2cfe6-00a0-46bb-b3f8-941b91ba9375 } 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-08-16T16:26:32.298Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6341f46f-7ab7-4e75-b8af-690f488bcc86 from URL: /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml 2021-08-16T16:26:32.298Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:26:32.298Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml 2021-08-16T16:26:32.497Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:26:32.498Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml 6341f46f-7ab7-4e75-b8af-690f488bcc86 20368 2021-08-16T16:26:32.498Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:26:32.498Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml 2021-08-16T16:26:32.498Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:26:32.498Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:32.500Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:32.500Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131192498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:26:32.600Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:32.600Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:32.600Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:32.610Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:32.610Z||pool-230-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:33.500Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 86b2cfe6-00a0-46bb-b3f8-941b91ba9375 from URL: /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env 2021-08-16T16:26:33.501Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-16T16:26:33.501Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env 2021-08-16T16:26:33.711Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-16T16:26:33.711Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env 86b2cfe6-00a0-46bb-b3f8-941b91ba9375 2098 2021-08-16T16:26:33.711Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:26:33.712Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env 2021-08-16T16:26:33.712Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:26:33.712Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:33.714Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:33.715Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131193711, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:26:33.814Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-16T16:26:33.815Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:33.815Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:33.823Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:33.823Z||pool-231-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:34.716Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 2021-08-16T16:26:34.717Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35cc624d-4afa 0 e3947763-79b4-4ef2-a9b7-428fecbe27cb 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-08-16T16:26:34.733Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.733Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.733Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:26:34.733Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 47f609d6-951d-422f-b3cf-ffcf1d065189 2021-08-16T16:26:34.733Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47f609d6-951d-422f-b3cf-ffcf1d065189 matches Tosca VF Customization UUID: 47f609d6-951d-422f-b3cf-ffcf1d065189 2021-08-16T16:26:34.734Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 47f609d6-951d-422f-b3cf-ffcf1d065189 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-08-16T16:26:34.736Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.736Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.737Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 47f609d6-951d-422f-b3cf-ffcf1d065189: {\"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-08-16T16:26:34.737Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33ad9588 2021-08-16T16:26:34.737Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.738Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:26:34.738Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 891669e2-69cc-4593-a1ed-07f97924deff 2021-08-16T16:26:34.738Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 891669e2-69cc-4593-a1ed-07f97924deff 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-08-16T16:26:34.740Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.741Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:34.741Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:34.741Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.741Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:34.741Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:34.742Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.742Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:34.742Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:34.742Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:26:34.742Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:34.743Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:26:34.744Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.744Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=324212c7-1b47-42b6-b200-8b4b64852808 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-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:34.746Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:26:34.747Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:34.748Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:26:34.748Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.748Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=db79977b-e5fc-4c59-848a-c36dcf5b7daa 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-08-16T16:26:34.749Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is not matching search criteria 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:26:34.750Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:26:34.751Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:26:34.752Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:26:34.752Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68e992a1-902f-41a6-9970-7712f7ead372 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-08-16T16:26:34.753Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.753Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:34.754Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:26:34.754Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.754Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Node template vFW 35cc624d-4afa 0 is matching search criteria 2021-08-16T16:26:34.754Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 35cc624d-4afa 0] matching following query criteria: sdcType=VF, customizationUUID=47f609d6-951d-422f-b3cf-ffcf1d065189 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-08-16T16:26:34.755Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9: vFW 35cc624d-4afa 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-16 16-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:26:34.756Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-08-16 16-23-46 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-08-16T16:26:34.897Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35cc624d-4afa e3947763-79b4-4ef2-a9b7-428fecbe27cb 1 ASDC deployResourceStructure 2021-08-16T16:26:34.898Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json ASDC sendASDCNotification 2021-08-16T16:26:34.898Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json 2021-08-16T16:26:34.898Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:26:34.898Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:34.899Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:34.900Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131194898, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:26:35.000Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:35.001Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:35.001Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:35.010Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:35.011Z||pool-232-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:35.900Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:26:35.901Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml 2021-08-16T16:26:35.901Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:26:35.901Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:35.902Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:35.903Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131195900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:26:36.003Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:36.003Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:36.003Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:36.014Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:36.015Z||pool-233-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:26:36.903Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:26:36.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env 2021-08-16T16:26:36.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:26:36.904Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:36.906Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:36.906Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131196903, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:26:37.006Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:37.007Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:37.007Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:37.018Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:37.018Z||pool-234-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:37.907Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar ASDC sendASDCNotification 2021-08-16T16:26:37.907Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar 2021-08-16T16:26:37.907Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:26:37.908Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:26:37.910Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:26:37.910Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131197906, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:26:38.010Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:26:38.010Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:26:38.011Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:26:38.021Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:26:38.021Z||pool-235-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:26:38.910Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:26:38.921Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:26:38.923Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:26:38.923Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:26:38.923Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:27:08.923Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:27:08.934Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:27:08.935Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:27:08.935Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:27:08.936Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:27:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:27:09.460Z||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-08-16T16:27:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:27:09.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:27:09.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "ves-openapi-manager", "timestamp": 1629131111777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131118203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131112609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131116514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131119759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131127283, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131127302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131127605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131128305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131128446, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "dcae-sch", "timestamp": 1629131121916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "cds", "timestamp": 1629131128609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-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-08-16T16:27:09.503Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28761936-cfb4-4562-abc7-e6bc104d7bf2 2021-08-16T16:27:09.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:27:09.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131122141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131122619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "policy-id", "timestamp": 1629131129307, "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-08-16T16:27:09.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28761936-cfb4-4562-abc7-e6bc104d7bf2 2021-08-16T16:27:09.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:27:09.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131129608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131129986, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131130463, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131130629, "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-08-16T16:27:09.528Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28761936-cfb4-4562-abc7-e6bc104d7bf2 2021-08-16T16:27:09.528Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:27:09.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "266efdf8-90a0-459b-b631-6c80aab42133", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131130992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d266efdf8-90a0-459b-b631-6c80aab42133 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d665eb23-cd1f-4606-a2f9-0f4835addb87/model-vers/model-ver/e8599295-66ba-4f63-ad89-5398fa8be2af) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1629131131631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131132643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131133095, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:27:09.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131133665, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:27:09.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629131134097, "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-08-16T16:27:09.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28761936-cfb4-4562-abc7-e6bc104d7bf2 2021-08-16T16:27:09.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:27:09.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "clamp", "timestamp": 1629131134669, "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-08-16T16:27:09.551Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28761936-cfb4-4562-abc7-e6bc104d7bf2 2021-08-16T16:27:09.551Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:27:09.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131137871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "aai-ml", "timestamp": 1629131138874, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:27:09.563Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 28761936-cfb4-4562-abc7-e6bc104d7bf2 2021-08-16T16:27:09.563Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:27:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/resourceInstances/pnf7a032d2c931f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131145973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131147728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT8cg2krdtl6ll0wjjcvw/1.0/artifacts/service-DemoPnfT8cg2krdtl6ll0wjjcvw-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:27:09.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:27:38.936Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:27:38.945Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:27:38.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:27:38.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:27:38.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:27:38.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:27:38.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:27:38.947Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:27:38.951Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:28:08.951Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 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-08-16T16:28:08.958Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28761936-cfb4-4562-abc7-e6bc104d7bf2 and serviceModelVersionId: 7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 2021-08-16T16:28:08.958Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29b18b89-c913-4839-a89a-4c9eb2eb2ee1 2021-08-16T16:28:08.959Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9?depth=0 2021-08-16T16:28:08.964Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:28:09.001Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9?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-08-16T16:28:09.002Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9?depth=0|INFO|500||Invoke 2021-08-16T16:28:09.023Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:28:09.043Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:28:09.043Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-16:28:09:029-16942], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:28:09 GMT], Content-Type=[application/json]} 2021-08-16T16:28:09.044Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9","ERR.5.4.6114"]}}} 2021-08-16T16:28:09.049Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec=ERR.5.4.6114) 2021-08-16T16:28:09.050Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:28:09.050Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec=ERR.5.4.6114) 2021-08-16T16:28:09.050Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec=ERR.5.4.6114) 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-08-16T16:28:09.055Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|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-08-16T16:28:09.055Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28761936-cfb4-4562-abc7-e6bc104d7bf2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec=ERR.5.4.6114) 2021-08-16T16:28:09.055Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:28:09.055Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:28:09.056Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:28:09.056Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131289055, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:28:09.157Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:28:09.158Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:28:09.158Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:09.177Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:09.178Z||pool-236-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:28:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:09.460Z||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-08-16T16:28:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:09.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:09.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb263f51-1677-4c22-b80d-4d2f16c03a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131178834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deb263f51-1677-4c22-b80d-4d2f16c03a2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2a20a8-cd3a-4d89-a206-480a1b29e022/model-vers/model-ver/3066c0f8-dc50-4335-9f0a-d39745511e84) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "NOTIFIED" } 2021-08-16T16:28:09.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:28:09.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131132006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131187945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131191289, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131192498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131193711, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131194898, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/vfw35cc624d4afa0_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131195900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131196903, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/resourceInstances/vfw35cc624d4afa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:28:09.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:28:09.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:28:09.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131197906, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816162346/1.0/artifacts/service-Vfw20210816162346-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:28:09.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:28:10.071Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:10.071Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|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-08-16T16:28:10.072Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:20.273Z|28761936-cfb4-4562-abc7-e6bc104d7bf2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:20.274Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:20.274Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:28:20.274Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:29.818Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:29.819Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:29.819Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:28:29.819Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:39.362Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:39.362Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:39.363Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:28:39.363Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:48.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:48.904Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:48.905Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:28:48.905Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:28:58.447Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:28:58.447Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:28:58.447Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:28:58.448Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:07.991Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:07.991Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:07.991Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:29:07.992Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:09.460Z||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-08-16T16:29:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:09.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:09.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:29:09.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "28761936-cfb4-4562-abc7-e6bc104d7bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629131289055, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d28761936-cfb4-4562-abc7-e6bc104d7bf2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/29b18b89-c913-4839-a89a-4c9eb2eb2ee1/model-vers/model-ver/7e1b7c21-ac38-4a1b-8ae1-d3dc14b8fae9) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:29:09.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:29:17.532Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:17.532Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:17.533Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:29:17.533Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:27.072Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:27.072Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:27.072Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:29:27.073Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:36.609Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:36.610Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:36.611Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:29:36.611Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:46.149Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:46.149Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:46.150Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:29:46.150Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:29:55.693Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:29:55.693Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:29:55.694Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:29:55.694Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:30:05.230Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:30:05.231Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:30:05.231Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:30:05.231Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:30:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:30:09.460Z||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-08-16T16:30:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:30:14.772Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:30:14.773Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:30:14.773Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:30:14.773Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:30:19.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:30:24.313Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:30:24.313Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:30:24.314Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:30:24.314Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:30:33.852Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:30:33.853Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:30:33.853Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:30:33.853Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:30:43.392Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:31:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:31:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:31:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:31:09.459Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:31:09.460Z|c93d6caf-a4f2-44e4-8802-d130210eee14|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-08-16T16:31:09.460Z|c93d6caf-a4f2-44e4-8802-d130210eee14|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:31:18.995Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:31:19.007Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:32:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:32:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:32:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:32:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:32:09.460Z||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-08-16T16:32:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:32:19.006Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:32:19.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:33:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:33:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:33:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:33:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:33:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:33:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:33:19.005Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:33:19.005Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:34:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:34:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:34:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:34:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:34:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:34:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:34:19.001Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:34:19.003Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:35:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:35:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:35:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:35:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:35:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:35:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:35:19.002Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:35:19.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:36:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:36:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:36:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:36:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:36:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:36:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:36:19.009Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:36:19.011Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:37:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:37:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:37:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:37:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:37:09.460Z||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-08-16T16:37:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:37:19.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:37:19.028Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:38:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:38:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:38:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:38:09.459Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:38:09.460Z|c93d6caf-a4f2-44e4-8802-d130210eee14|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-08-16T16:38:09.460Z|c93d6caf-a4f2-44e4-8802-d130210eee14|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:38:19.004Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:38:19.005Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:39:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:39:09.457Z|b104a412-d066-44eb-b733-763e3dc53d34|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-08-16T16:39:09.458Z|b104a412-d066-44eb-b733-763e3dc53d34|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:39:09.459Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:39:09.460Z|c93d6caf-a4f2-44e4-8802-d130210eee14|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-08-16T16:39:09.460Z|c93d6caf-a4f2-44e4-8802-d130210eee14|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:39:19.003Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:39:19.003Z|b104a412-d066-44eb-b733-763e3dc53d34|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:40:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:40:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:40:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:40:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:40:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:40:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:40:19.004Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:40:19.004Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:41:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:41:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:41:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:41:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:41:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:41:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:41:19.003Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:41:19.004Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:42:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:42:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:42:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:42:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:42:09.460Z||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-08-16T16:42:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:42:18.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:42:19.009Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:43:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:43:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:43:09.458Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:43:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:43:09.460Z||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-08-16T16:43:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:43:19.001Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:43:19.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:44:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:44:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:44:09.458Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:44:09.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:44:09.460Z||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-08-16T16:44:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:44:18.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:44:19.002Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:45:09.458Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:45:09.459Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:45:09.459Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:45:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:45:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:45:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:45:19.002Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:45:19.003Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:46:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:46:09.457Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-16T16:46:09.458Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:46:09.459Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:46:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:46:09.460Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:46:19.004Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:46:19.004Z|c93d6caf-a4f2-44e4-8802-d130210eee14|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:47:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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-08-16T16:47:09.457Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:47:09.460Z||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-08-16T16:47:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:09.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:09.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "dcae-sch", "timestamp": 1629132381916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132382619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132382141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132391777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132400127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132400139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132392609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132401123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132401949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132402132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132402237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132394759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132402952, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:47:09.622Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1705f01-18a3-464b-828f-d131a33c2587 2021-08-16T16:47:09.623Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:09.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "ves-openapi-manager", "timestamp": 1629132403134, "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-08-16T16:47:09.636Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f1705f01-18a3-464b-828f-d131a33c2587 2021-08-16T16:47:09.637Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:09.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132403240, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:47:09.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "policy-id", "timestamp": 1629132404243, "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-08-16T16:47:09.654Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1705f01-18a3-464b-828f-d131a33c2587 2021-08-16T16:47:09.654Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:09.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132404443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132405239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "aai-ml", "timestamp": 1629132405447, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:47:09.668Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f1705f01-18a3-464b-828f-d131a33c2587 2021-08-16T16:47:09.668Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:09.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "multicloud-k8s-id", "timestamp": 1629132398203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "cds", "timestamp": 1629132406245, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-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-08-16T16:47:09.682Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1705f01-18a3-464b-828f-d131a33c2587 2021-08-16T16:47:09.683Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:09.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132406514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "dcae-sch", "timestamp": 1629132401916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132409759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132417879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "ves-openapi-manager", "timestamp": 1629132411777, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132412141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132412619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132412609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132419730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132419816, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOTIFIED" } 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132420529, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "cds", "timestamp": 1629132420735, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-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-08-16T16:47:09.714Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa67a360-e4f6-467b-8cae-b6eafd152fad 2021-08-16T16:47:09.714Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:47:09.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "clamp", "timestamp": 1629132420819, "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-08-16T16:47:09.725Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1705f01-18a3-464b-828f-d131a33c2587 2021-08-16T16:47:09.725Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132421209, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132421336, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132422213, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "policy-id", "timestamp": 1629132423215, "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-08-16T16:47:09.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa67a360-e4f6-467b-8cae-b6eafd152fad 2021-08-16T16:47:09.739Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:47:09.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132423522, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:47:09.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:09.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132424525, "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-08-16T16:47:09.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa67a360-e4f6-467b-8cae-b6eafd152fad 2021-08-16T16:47:09.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:47:09.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132418203, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:09.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-08-16T16:47:09.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132427223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132428392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:47:09.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:09.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:47:09.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132428471, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:09.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:47:10.082Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:10.083Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:47:10.083Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1705f01-18a3-464b-828f-d131a33c2587","serviceName":"Demo_pNF_9BUOlCAGEdlvwSfkwrt0","serviceVersion":"1.0","serviceUUID":"2797b72b-1e12-4405-a054-cb964845ad24","serviceDescription":"catalog service description","serviceInvariantUUID":"1480c14e-8685-4a5a-b9e8-d141b4f3d012","resources":[{"resourceInstanceName":"pNF 64a762ae-c0da 0","resourceName":"pNF 64a762ae-c0da","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"52f4845b-3111-4fef-add4-acdfab067cb3","resourceInvariantUUID":"0c3c438f-e64a-401e-8255-e1521746001b","resourceCustomizationUUID":"704d14bd-42cc-4424-9481-e763c66394ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml","artifactChecksum":"ZDhkNGMyNjNkYzg2ZGY5NDM2ZGYxNGQ3ZjdlOTdmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"392ac315-7996-40b1-95b6-7a2274ee1ecc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar","artifactChecksum":"YmUwMGMxMDIyMWE1NmRkMDM3ODNjOTA2MzM3ZDU0MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"416dc41d-2f61-4ef2-a960-a316f95555ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63fb0d61-d545-4a25-a378-826cbf824e68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjgzNGYzMTI2OGFiMWM0NGFjNDA3ZWIwNTkxYmFlZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"971eeb24-ea2b-4db5-b328-c5f30069317a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1467c307-df0a-492d-8aa5-fdb68473dc9d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13406abf-d52d-4abc-a2cf-69de52d6c165","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9buolcagedlvwsfkwrt0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml","artifactChecksum":"NDFhNjk5NGViNTc5ZjMzZTRkZjM4ZWIxNzg1OTIyYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93bc8f65-5ecc-40d8-bb28-598fa5755273","artifactVersion":"1"},{"artifactName":"service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar","artifactChecksum":"OGQwMjY5OTk1MGFmYzIzMmMwMmUxMTJmOTIxMGE1MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9aed91b0-8478-4e39-abdb-3a99f946db05","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:47:10.086Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:10.087Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:10.089Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:10.089Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:10.189Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:10.190Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:10.190Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:10.200Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:10.201Z||pool-237-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:11.090Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:11.091Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:11.093Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:11.093Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:11.193Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:11.194Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:11.194Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:11.205Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:11.205Z||pool-238-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:12.093Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:12.094Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:12.096Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:12.096Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:12.196Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:12.197Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:12.197Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:12.207Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:12.207Z||pool-239-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:13.096Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:13.097Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:13.099Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:13.099Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:13.199Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:13.200Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:13.200Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:13.209Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:13.209Z||pool-240-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:14.099Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:14.100Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:14.102Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:14.102Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:14.202Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:14.203Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:14.204Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:14.224Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:14.224Z||pool-241-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:15.102Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:15.103Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:15.104Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:15.104Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:15.205Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:47:15.205Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:15.205Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:15.214Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:15.215Z||pool-242-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:16.105Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:16.105Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:16.107Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:16.107Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:16.207Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:16.208Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:16.208Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:16.217Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:16.218Z||pool-243-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:17.108Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:17.108Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:17.110Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:17.110Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:17.210Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:17.211Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:17.211Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:17.219Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:17.220Z||pool-244-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:18.110Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "serviceName": "Demo_pNF_9BUOlCAGEdlvwSfkwrt0", "serviceVersion": "1.0", "serviceUUID": "2797b72b-1e12-4405-a054-cb964845ad24", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1480c14e-8685-4a5a-b9e8-d141b4f3d012", "resources": [ { "resourceInstanceName": "pNF 64a762ae-c0da 0", "resourceCustomizationUUID": "704d14bd-42cc-4424-9481-e763c66394ad", "resourceName": "pNF 64a762ae-c0da", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "52f4845b-3111-4fef-add4-acdfab067cb3", "resourceInvariantUUID": "0c3c438f-e64a-401e-8255-e1521746001b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "artifactChecksum": "OGQwMjY5OTk1MGFmYzIzMmMwMmUxMTJmOTIxMGE1MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9aed91b0-8478-4e39-abdb-3a99f946db05" } ], "workloadContext": "Production" } 2021-08-16T16:47:18.111Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:47:18.111Z|e2b8004a-8d0a-4db1-80d4-16eabb30afab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2797b72b-1e12-4405-a054-cb964845ad24 ASDC 2021-08-16T16:47:18.112Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f1705f01-18a3-464b-828f-d131a33c2587 ServiceName:Demo_pNF_9BUOlCAGEdlvwSfkwrt0 ServiceVersion:1.0 ServiceUUID:2797b72b-1e12-4405-a054-cb964845ad24 ServiceInvariantUUID:1480c14e-8685-4a5a-b9e8-d141b4f3d012 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar ArtifactUUID:9aed91b0-8478-4e39-abdb-3a99f946db05 ArtifactChecksum:OGQwMjY5OTk1MGFmYzIzMmMwMmUxMTJmOTIxMGE1MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 64a762ae-c0da 0 ResourceCustomizationUUID:704d14bd-42cc-4424-9481-e763c66394ad ResourceInvariantUUID:0c3c438f-e64a-401e-8255-e1521746001b ResourceName:pNF 64a762ae-c0da ResourceType:PNF ResourceUUID:52f4845b-3111-4fef-add4-acdfab067cb3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-16T16:47:18.112Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2797b72b-1e12-4405-a054-cb964845ad24 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-08-16T16:47:18.141Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:47:18.142Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:47:18.142Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:47:18.143Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9aed91b0-8478-4e39-abdb-3a99f946db05 from URL: /sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:18.143Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:47:18.143Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:19.444Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:47:19.447Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 9aed91b0-8478-4e39-abdb-3a99f946db05 82530 2021-08-16T16:47:19.447Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar ASDC sendASDCNotification 2021-08-16T16:47:19.447Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:19.447Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:47:19.447Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:19.449Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:19.449Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132439447, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:47:19.549Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:19.550Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:19.550Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:19.560Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:19.560Z||pool-245-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:20.449Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:47:20.450Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:47:20.451Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9aed91b0-8478-4e39-abdb-3a99f946db05, URL: /sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar to file: /app/ASDC/1/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:20.451Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:20.452Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:20.452Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:20.564Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8310246356527595056/Definitions/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml 2021-08-16T16:47:21.188Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:47:21.188Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:47:21.188Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64a762ae-c0da 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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|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-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.189Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Node template pNF 64a762ae-c0da 0 is matching search criteria 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 64a762ae-c0da 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Node template pNF 64a762ae-c0da 0 is matching search criteria 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 64a762ae-c0da 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.190Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.191Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9BUOlCAGEdlvwSfkwrt0 Description:catalog service description Model UUID:2797b72b-1e12-4405-a054-cb964845ad24 Model Version:NULL Model InvariantUuid:1480c14e-8685-4a5a-b9e8-d141b4f3d012 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-08-16T16:47:21.195Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 52f4845b-3111-4fef-add4-acdfab067cb3 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-08-16T16:47:21.197Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||pNF 64a762ae-c0da 0 2021-08-16T16:47:21.198Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 52f4845b-3111-4fef-add4-acdfab067cb3 2021-08-16T16:47:21.198Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2797b72b-1e12-4405-a054-cb964845ad24 2021-08-16T16:47:21.198Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2797b72b-1e12-4405-a054-cb964845ad24 2021-08-16T16:47:21.198Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64a762ae-c0da 0 52f4845b-3111-4fef-add4-acdfab067cb3 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-08-16T16:47:21.201Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.201Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.202Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2797b72b-1e12-4405-a054-cb964845ad24: pNF 64a762ae-c0da 2021-08-16T16:47:21.202Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Processing PNF resource: 52f4845b-3111-4fef-add4-acdfab067cb3 2021-08-16T16:47:21.202Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:47:21.202Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9BUOlCAGEdlvwSfkwrt0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:47:21.202Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||Resource customization UUID: 704d14bd-42cc-4424-9481-e763c66394ad is the same as notified resource customizationUUID: 704d14bd-42cc-4424-9481-e763c66394ad 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-08-16T16:47:21.222Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 64a762ae-c0da 52f4845b-3111-4fef-add4-acdfab067cb3 0 ASDC deployResourceStructure 2021-08-16T16:47:21.222Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar ASDC sendASDCNotification 2021-08-16T16:47:21.222Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar 2021-08-16T16:47:21.223Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:47:21.223Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:21.224Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:21.224Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132441222, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:47:21.325Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:21.325Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:21.325Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:21.334Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:21.334Z||pool-246-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:22.225Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1705f01-18a3-464b-828f-d131a33c2587 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:47:22.236Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1705f01-18a3-464b-828f-d131a33c2587 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:47:22.238Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:47:22.239Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:47:22.239Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:47:22.239Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:47:22.239Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-16T16:47:22.239Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:47:22.239Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:47:22.243Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:47:52.243Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1705f01-18a3-464b-828f-d131a33c2587 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-08-16T16:47:52.248Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1705f01-18a3-464b-828f-d131a33c2587 and serviceModelVersionId: 2797b72b-1e12-4405-a054-cb964845ad24 2021-08-16T16:47:52.248Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1480c14e-8685-4a5a-b9e8-d141b4f3d012 2021-08-16T16:47:52.249Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0 2021-08-16T16:47:52.252Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:47:52.274Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0|INFO|500||Invoke 2021-08-16T16:47:52.274Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1705f01-18a3-464b-828f-d131a33c2587], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ef9db63-8dcd-4443-ab70-3c76a93faaf3], X-ECOMP-RequestID=[f1705f01-18a3-464b-828f-d131a33c2587], X-TransactionId=[], X-ONAP-RequestID=[f1705f01-18a3-464b-828f-d131a33c2587], Content-Type=[application/merge-patch+json]} 2021-08-16T16:47:52.293Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:47:52.315Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?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/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210816-16:47:52:299-23230], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:47:52 GMT], Content-Type=[application/json]} 2021-08-16T16:47:52.316Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24","ERR.5.4.6114"]}}} 2021-08-16T16:47:52.316Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:47:52.318Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec=ERR.5.4.6114) 2021-08-16T16:47:52.318Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:47:52.319Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec=ERR.5.4.6114) 2021-08-16T16:47:52.319Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec=ERR.5.4.6114) 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-08-16T16:47:52.320Z|f1705f01-18a3-464b-828f-d131a33c2587|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-08-16T16:47:52.321Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1705f01-18a3-464b-828f-d131a33c2587 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec=ERR.5.4.6114) 2021-08-16T16:47:52.321Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:47:52.321Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:52.322Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:52.322Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132472321, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:47:52.423Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:52.424Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:52.424Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:52.440Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:52.440Z||pool-247-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:47:53.336Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:47:53.336Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa67a360-e4f6-467b-8cae-b6eafd152fad","serviceName":"vFW 2021-08-16 16-45-08","serviceVersion":"1.0","serviceUUID":"608e07db-7135-4f2e-9244-b47075cff885","serviceDescription":"catalog service description","serviceInvariantUUID":"0e8f5999-42f9-4ba0-bdb9-7801a4056a5a","resources":[{"resourceInstanceName":"vFW 784395d2-fe09 0","resourceName":"vFW 784395d2-fe09","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0a0ee131-fded-4296-99f7-367ada642600","resourceInvariantUUID":"1359b676-1c90-4815-8bb7-f3bebd27b9a1","resourceCustomizationUUID":"38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml","artifactChecksum":"MGE2ZDg2ZWQwOWY1NDgxNGUyMTQxOWZjMzIxOWQwOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"790e1e71-5afa-437e-9b26-a1ce310e4ad3","artifactVersion":"1"},{"artifactName":"vfw784395d2fe090_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json","artifactChecksum":"MmQ1MDI4ODhiNDk3YmNiOTVhMTk0Nzg4MGY3NTI3YjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e57bc9d-4ded-45c3-85de-765ed56176eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"732d3840-ae8f-46b6-8714-58bf135dd273","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml","artifactChecksum":"M2M1MWIyMWEzZjU4OGVkNjFmMjE1ZGFiYmZiZTZlODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07e9268c-f6d1-4674-ad5c-2521ed9d69e0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6eec7738-0061-40fb-abf3-413d39b54b8c","artifactVersion":"2","generatedFromUUID":"732d3840-ae8f-46b6-8714-58bf135dd273"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816164508-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml","artifactChecksum":"MGMwNDQzZGRkZWUzYjAyNjE1ZDdjM2Y1MWY5YzMyMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1f690fe-131c-408b-b83c-50cd3111fa3b","artifactVersion":"1"},{"artifactName":"service-Vfw20210816164508-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar","artifactChecksum":"MzNiMGFkODQ4M2Q3NGJjOGU5MGU3MmMzN2Q5ZjcxNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"695785ee-2ae9-41b7-9fe1-fd32c2b57595","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:47:53.336Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:53.336Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:53.338Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:53.338Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:53.438Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:53.439Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:53.439Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:53.448Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:53.448Z||pool-248-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:54.338Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:54.340Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:54.341Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:54.342Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOTIFIED" } 2021-08-16T16:47:54.442Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:54.442Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:54.443Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:54.453Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:54.453Z||pool-249-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:55.342Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:55.343Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:55.345Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:55.345Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:47:55.445Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:55.446Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:55.446Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:55.455Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:55.456Z||pool-250-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:56.345Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:56.346Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:56.348Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:56.348Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:56.448Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:56.449Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:56.449Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:56.459Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:56.459Z||pool-251-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:57.348Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:57.349Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:57.350Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:57.350Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:47:57.451Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:47:57.451Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:57.451Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:57.464Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:57.464Z||pool-252-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:58.351Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:58.351Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:58.354Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:58.354Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:47:58.454Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:58.455Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:58.455Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:58.465Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:58.465Z||pool-253-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:47:59.354Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:47:59.355Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:47:59.357Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:47:59.357Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:47:59.457Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:47:59.458Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:47:59.458Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:47:59.466Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:47:59.466Z||pool-254-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:00.357Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "serviceName": "vFW 2021-08-16 16-45-08", "serviceVersion": "1.0", "serviceUUID": "608e07db-7135-4f2e-9244-b47075cff885", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0e8f5999-42f9-4ba0-bdb9-7801a4056a5a", "resources": [ { "resourceInstanceName": "vFW 784395d2-fe09 0", "resourceCustomizationUUID": "38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed", "resourceName": "vFW 784395d2-fe09", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0a0ee131-fded-4296-99f7-367ada642600", "resourceInvariantUUID": "1359b676-1c90-4815-8bb7-f3bebd27b9a1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw784395d2fe090_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "artifactChecksum": "MmQ1MDI4ODhiNDk3YmNiOTVhMTk0Nzg4MGY3NTI3YjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e57bc9d-4ded-45c3-85de-765ed56176eb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "732d3840-ae8f-46b6-8714-58bf135dd273", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6eec7738-0061-40fb-abf3-413d39b54b8c", "generatedFromUUID": "732d3840-ae8f-46b6-8714-58bf135dd273" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6eec7738-0061-40fb-abf3-413d39b54b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210816164508-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "artifactChecksum": "MzNiMGFkODQ4M2Q3NGJjOGU5MGU3MmMzN2Q5ZjcxNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "695785ee-2ae9-41b7-9fe1-fd32c2b57595" } ], "workloadContext": "Production" } 2021-08-16T16:48:00.358Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:48:00.358Z|f1705f01-18a3-464b-828f-d131a33c2587|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 608e07db-7135-4f2e-9244-b47075cff885 ASDC 2021-08-16T16:48:00.359Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:fa67a360-e4f6-467b-8cae-b6eafd152fad ServiceName:vFW 2021-08-16 16-45-08 ServiceVersion:1.0 ServiceUUID:608e07db-7135-4f2e-9244-b47075cff885 ServiceInvariantUUID:0e8f5999-42f9-4ba0-bdb9-7801a4056a5a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210816164508-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar ArtifactUUID:695785ee-2ae9-41b7-9fe1-fd32c2b57595 ArtifactChecksum:MzNiMGFkODQ4M2Q3NGJjOGU5MGU3MmMzN2Q5ZjcxNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 784395d2-fe09 0 ResourceCustomizationUUID:38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed ResourceInvariantUUID:1359b676-1c90-4815-8bb7-f3bebd27b9a1 ResourceName:vFW 784395d2-fe09 ResourceType:VF ResourceUUID:0a0ee131-fded-4296-99f7-367ada642600 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw784395d2fe090_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json ArtifactUUID:5e57bc9d-4ded-45c3-85de-765ed56176eb ArtifactChecksum:MmQ1MDI4ODhiNDk3YmNiOTVhMTk0Nzg4MGY3NTI3YjU= 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/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml ArtifactUUID:732d3840-ae8f-46b6-8714-58bf135dd273 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/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env ArtifactUUID:6eec7738-0061-40fb-abf3-413d39b54b8c 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/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env ArtifactUUID:6eec7738-0061-40fb-abf3-413d39b54b8c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-16T16:48:00.359Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 608e07db-7135-4f2e-9244-b47075cff885 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-08-16T16:48:00.388Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:48:00.389Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:48:00.389Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:48:00.389Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 695785ee-2ae9-41b7-9fe1-fd32c2b57595 from URL: /sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:00.389Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:48:00.389Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:01.243Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:48:01.246Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar 695785ee-2ae9-41b7-9fe1-fd32c2b57595 98755 2021-08-16T16:48:01.246Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar ASDC sendASDCNotification 2021-08-16T16:48:01.246Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:01.246Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:48:01.246Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:01.248Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:01.248Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132481246, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:48:01.349Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:48:01.349Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:01.349Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:01.358Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:01.358Z||pool-255-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:02.248Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:48:02.249Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:48:02.249Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 695785ee-2ae9-41b7-9fe1-fd32c2b57595, URL: /sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar to file: /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:02.250Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816164508-csar.csar 2021-08-16T16:48:02.250Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:02.250Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:02.586Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11066229505060317819/Definitions/service-Vfw20210816164508-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-16T16:48:04.159Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:48:04.159Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:48:04.159Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.159Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-16T16:48:04.159Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 784395d2-fe09 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-Vfw20210816164508-csar.csar 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.160Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.161Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:48:04.162Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:04.163Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:48:04.164Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=efc40754-78b9-450c-8dfe-2e808e125112 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:04.165Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=38d1ea42-1c85-4e22-8818-60332045319a 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.166Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=866275e2-f772-4723-8901-4cbc896e3cff 2021-08-16T16:48:04.167Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:04.168Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-16 16-45-08 Description:catalog service description Model UUID:608e07db-7135-4f2e-9244-b47075cff885 Model Version:NULL Model InvariantUuid:0e8f5999-42f9-4ba0-bdb9-7801a4056a5a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 784395d2-fe09 Model UUID:2eb89ee6-b0bb-42fb-9f8b-96a24be6d12a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1359b676-1c90-4815-8bb7-f3bebd27b9a1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:299cf041-a607-46b7-9348-c199a823bf71 ModelName:Vfw784395d2Fe09..base_vfw..module-0 ModelUuid:ef0c878c-45e5-4eb1-8b83-325c37a7b339 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:efc40754-78b9-450c-8dfe-2e808e125112 ModelInvariantUuid:ed6f400c-5317-45cb-97c4-197e0ac9072f ModelName:vFW 784395d2-fe09-nodes.vfwCvfc ModelUuid:46de512b-8ecc-4a94-aadf-ee1116f99460 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2d279fe0-1c89-4fb6-abc1-7c26aa79c03e ModelInvariantUuid:00ce1f95-062b-4489-90c5-e9896375893d ModelName:Vfw784395d2Fe09.compute.nodes.heat.vfw ModelUuid:71beed2e-c8ff-4874-898c-93ca50e3346f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:38d1ea42-1c85-4e22-8818-60332045319a ModelInvariantUuid:4dc221a7-51d9-46d9-b108-9615f0742abc ModelName:vFW 784395d2-fe09-nodes.vsnCvfc ModelUuid:9f41fb40-1a90-4644-a483-99984752e345 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4ac013f3-0fe6-44a3-8b5d-6a77ed1b947c ModelInvariantUuid:7ac86f75-18a1-4e89-8ab3-926a2707d71e ModelName:Vfw784395d2Fe09.compute.nodes.heat.vsn ModelUuid:d2a20c38-2d62-4e6a-8758-9392e8d1d99a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:866275e2-f772-4723-8901-4cbc896e3cff ModelInvariantUuid:f8b479c3-9bdb-4457-8746-e395128bc751 ModelName:vFW 784395d2-fe09-nodes.vpgCvfc ModelUuid:3f47d818-04a7-49a5-a67b-3122e461a51d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2af15dd8-43d2-4149-aa5e-1508558b489f ModelInvariantUuid:89a7873c-0cad-4f8c-a9db-12fb923b1350 ModelName:Vfw784395d2Fe09.compute.nodes.heat.vpg ModelUuid:fc425a15-6397-400a-8348-267d7a2edf24 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-08-16T16:48:04.170Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0a0ee131-fded-4296-99f7-367ada642600 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-08-16T16:48:04.171Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||vFW 784395d2-fe09 0 2021-08-16T16:48:04.172Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0a0ee131-fded-4296-99f7-367ada642600 2021-08-16T16:48:04.172Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e57bc9d-4ded-45c3-85de-765ed56176eb from URL: /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json 2021-08-16T16:48:04.172Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:48:04.172Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json 2021-08-16T16:48:05.268Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:48:05.269Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json 5e57bc9d-4ded-45c3-85de-765ed56176eb 785 2021-08-16T16:48:05.269Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json ASDC sendASDCNotification 2021-08-16T16:48:05.269Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json 2021-08-16T16:48:05.269Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:48:05.269Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:05.271Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:05.271Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132485269, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:48:05.371Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:48:05.372Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:05.372Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:05.381Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:05.382Z||pool-256-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:06.271Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw784395d2Fe09..base_vfw..module-0", "vfModuleModelInvariantUUID": "299cf041-a607-46b7-9348-c199a823bf71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef0c878c-45e5-4eb1-8b83-325c37a7b339", "vfModuleModelCustomizationUUID": "87c5c601-46cf-4cc8-91fe-3b769622bc49", "isBase": true, "artifacts": [ "732d3840-ae8f-46b6-8714-58bf135dd273", "6eec7738-0061-40fb-abf3-413d39b54b8c" ], "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-08-16T16:48:06.274Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw784395d2Fe09..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef0c878c-45e5-4eb1-8b83-325c37a7b339 VfModuleModelInvariantUUID:299cf041-a607-46b7-9348-c199a823bf71 VfModuleModelDescription:NULL Artifacts UUID List:{ 732d3840-ae8f-46b6-8714-58bf135dd273 , 6eec7738-0061-40fb-abf3-413d39b54b8c } 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-08-16T16:48:06.276Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw784395d2Fe09..base_vfw..module-0", "vfModuleModelInvariantUUID": "299cf041-a607-46b7-9348-c199a823bf71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef0c878c-45e5-4eb1-8b83-325c37a7b339", "vfModuleModelCustomizationUUID": "87c5c601-46cf-4cc8-91fe-3b769622bc49", "isBase": true, "artifacts": [ "732d3840-ae8f-46b6-8714-58bf135dd273", "6eec7738-0061-40fb-abf3-413d39b54b8c" ], "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-08-16T16:48:06.276Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw784395d2Fe09..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef0c878c-45e5-4eb1-8b83-325c37a7b339 VfModuleModelInvariantUUID:299cf041-a607-46b7-9348-c199a823bf71 VfModuleModelDescription:NULL Artifacts UUID List:{ 732d3840-ae8f-46b6-8714-58bf135dd273 , 6eec7738-0061-40fb-abf3-413d39b54b8c } 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-08-16T16:48:06.276Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 732d3840-ae8f-46b6-8714-58bf135dd273 from URL: /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml 2021-08-16T16:48:06.276Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:48:06.276Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml 2021-08-16T16:48:07.370Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:48:07.371Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml 732d3840-ae8f-46b6-8714-58bf135dd273 20368 2021-08-16T16:48:07.371Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:48:07.371Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml 2021-08-16T16:48:07.371Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:48:07.372Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:07.373Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:07.373Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132487371, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:48:07.474Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:48:07.474Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:07.475Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:07.489Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:07.489Z||pool-257-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:08.374Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6eec7738-0061-40fb-abf3-413d39b54b8c from URL: /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env 2021-08-16T16:48:08.374Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:48:08.375Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env 2021-08-16T16:48:08.538Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:48:08.538Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env 6eec7738-0061-40fb-abf3-413d39b54b8c 2098 2021-08-16T16:48:08.538Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:48:08.538Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env 2021-08-16T16:48:08.538Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:48:08.539Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:08.540Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:08.540Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132488538, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:48:08.641Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:48:08.641Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:08.641Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:08.650Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:08.651Z||pool-258-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:48:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:48:09.460Z||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-08-16T16:48:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:09.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:09.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:48:09.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "aai-ml", "timestamp": 1629132429395, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:48:09.484Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fa67a360-e4f6-467b-8cae-b6eafd152fad 2021-08-16T16:48:09.484Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:48:09.541Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 608e07db-7135-4f2e-9244-b47075cff885 2021-08-16T16:48:09.542Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 784395d2-fe09 0 0a0ee131-fded-4296-99f7-367ada642600 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-08-16T16:48:09.554Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.555Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.555Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-08-16T16:48:09.555Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed 2021-08-16T16:48:09.555Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed matches Tosca VF Customization UUID: 38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed 2021-08-16T16:48:09.555Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed 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-08-16T16:48:09.556Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.556Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.556Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed: {\"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-08-16T16:48:09.557Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@206c3afc 2021-08-16T16:48:09.557Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.557Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-16T16:48:09.557Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87c5c601-46cf-4cc8-91fe-3b769622bc49 2021-08-16T16:48:09.557Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87c5c601-46cf-4cc8-91fe-3b769622bc49 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-08-16T16:48:09.558Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.558Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:09.558Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:09.558Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.558Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:09.559Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:48:09.560Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:09.560Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:48:09.560Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.560Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=efc40754-78b9-450c-8dfe-2e808e125112 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-08-16T16:48:09.561Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.562Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:09.562Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:09.562Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.562Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:09.562Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:09.562Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-16T16:48:09.563Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-16T16:48:09.564Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:09.564Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-16T16:48:09.564Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.564Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=38d1ea42-1c85-4e22-8818-60332045319a 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-08-16T16:48:09.565Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.565Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:09.566Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:09.566Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.566Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is not matching search criteria 2021-08-16T16:48:09.566Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-16T16:48:09.567Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-16T16:48:09.568Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-16T16:48:09.568Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-16T16:48:09.568Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-16T16:48:09.568Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=866275e2-f772-4723-8901-4cbc896e3cff 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-08-16T16:48:09.569Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.569Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:09.570Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-16T16:48:09.570Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.570Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Node template vFW 784395d2-fe09 0 is matching search criteria 2021-08-16T16:48:09.570Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 784395d2-fe09 0] matching following query criteria: sdcType=VF, customizationUUID=38a984a1-2dd4-43a6-9f6f-1b15ce9e90ed 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-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 608e07db-7135-4f2e-9244-b47075cff885: vFW 784395d2-fe09 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.571Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.572Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.572Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.572Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:48:09.572Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-16 16-45-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:48:09.572Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-08-16 16-45-08 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-08-16T16:48:09.690Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 784395d2-fe09 0a0ee131-fded-4296-99f7-367ada642600 1 ASDC deployResourceStructure 2021-08-16T16:48:09.690Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json ASDC sendASDCNotification 2021-08-16T16:48:09.690Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json 2021-08-16T16:48:09.690Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:48:09.690Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:09.692Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:09.692Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132489690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:48:09.792Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:48:09.793Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:09.793Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:09.802Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:09.802Z||pool-259-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:10.693Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-16T16:48:10.693Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml 2021-08-16T16:48:10.693Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:48:10.694Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:10.695Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:10.695Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132490692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:48:10.796Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:48:10.810Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:10.810Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:10.821Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:10.821Z||pool-260-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:11.696Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-16T16:48:11.696Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env 2021-08-16T16:48:11.696Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:48:11.697Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:11.698Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:11.698Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132491696, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:48:11.799Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:48:11.799Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:11.800Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:11.808Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:11.808Z||pool-261-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:12.699Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar ASDC sendASDCNotification 2021-08-16T16:48:12.699Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar 2021-08-16T16:48:12.700Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:48:12.700Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:12.701Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:12.702Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132492699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:48:12.802Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:48:12.802Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:12.803Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:12.814Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:12.814Z||pool-262-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:48:13.702Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa67a360-e4f6-467b-8cae-b6eafd152fad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:48:13.713Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa67a360-e4f6-467b-8cae-b6eafd152fad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:48:13.714Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:48:13.715Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:48:13.715Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:48:13.715Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:48:13.715Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:48:13.715Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:48:13.719Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:48:43.720Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:48:43.726Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa67a360-e4f6-467b-8cae-b6eafd152fad and serviceModelVersionId: 608e07db-7135-4f2e-9244-b47075cff885 2021-08-16T16:48:43.727Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e8f5999-42f9-4ba0-bdb9-7801a4056a5a 2021-08-16T16:48:43.727Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0 2021-08-16T16:48:43.731Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:48:43.747Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0|INFO|500||Invoke 2021-08-16T16:48:43.748Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa67a360-e4f6-467b-8cae-b6eafd152fad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3fb990fa-86e5-4764-a40e-cb40a7205e67], X-ECOMP-RequestID=[fa67a360-e4f6-467b-8cae-b6eafd152fad], X-TransactionId=[], X-ONAP-RequestID=[fa67a360-e4f6-467b-8cae-b6eafd152fad], Content-Type=[application/merge-patch+json]} 2021-08-16T16:48:43.765Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:48:43.825Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?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/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:48:43:771-55976], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:48:43 GMT], Content-Type=[application/json]} 2021-08-16T16:48:43.826Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885","ERR.5.4.6114"]}}} 2021-08-16T16:48:43.827Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:48:43.829Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=fa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec=ERR.5.4.6114) 2021-08-16T16:48:43.829Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:48:43.829Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec=ERR.5.4.6114) 2021-08-16T16:48:43.829Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=fa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec=ERR.5.4.6114) 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-08-16T16:48:43.832Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-08-16T16:48:43.832Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa67a360-e4f6-467b-8cae-b6eafd152fad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec=ERR.5.4.6114) 2021-08-16T16:48:43.832Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:48:43.832Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:48:43.833Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:48:43.833Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132523832, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dfa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:48:43.934Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:48:43.934Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:48:43.934Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:43.955Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:48:43.955Z||pool-263-thread-1|||||INFO|500||cambria reply ok (21 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-08-16T16:48:44.845Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:48:44.846Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-08-16T16:48:44.846Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:48:54.390Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:49:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:49:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-08-16T16:49:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:49:09.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:49:09.460Z||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-08-16T16:49:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:49:09.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:49:09.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-16T16:49:09.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132429667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:49:09.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:49:18.998Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:50:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:50:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-08-16T16:50:09.458Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:50:09.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:50:09.459Z||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-08-16T16:50:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:50:09.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:50:09.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132430688, "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-08-16T16:50:09.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa67a360-e4f6-467b-8cae-b6eafd152fad 2021-08-16T16:50:09.498Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:50:09.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "multicloud-k8s-id", "timestamp": 1629132431690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/resourceInstances/pnf64a762aec0da0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOTIFIED" } 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132439447, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132441222, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9buolcagedlvwsfkwrt0/1.0/artifacts/service-DemoPnf9buolcagedlvwsfkwrt0-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:50:09.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132436514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132453331, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132454345, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:50:09.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "clamp", "timestamp": 1629132455348, "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-08-16T16:50:09.514Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa67a360-e4f6-467b-8cae-b6eafd152fad 2021-08-16T16:50:09.514Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa67a360-e4f6-467b-8cae-b6eafd152fad 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-08-16T16:50:09.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1705f01-18a3-464b-828f-d131a33c2587", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132472321, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df1705f01-18a3-464b-828f-d131a33c2587 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1480c14e-8685-4a5a-b9e8-d141b4f3d012/model-vers/model-ver/2797b72b-1e12-4405-a054-cb964845ad24) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:50:09.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "NOTIFIED" } 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132429457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132481246, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132485269, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "DOWNLOAD_OK" } 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132487371, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132488538, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-16T16:50:09.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:50:19.010Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:51:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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-08-16T16:51:09.457Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:51:09.460Z||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-08-16T16:51:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:09.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:09.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:51:09.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132489690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/vfw784395d2fe090_modules.json", "status": "DEPLOY_OK" } 2021-08-16T16:51:09.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:51:09.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132490692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132491696, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/resourceInstances/vfw784395d2fe090/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132492699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210816164508/1.0/artifacts/service-Vfw20210816164508-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa67a360-e4f6-467b-8cae-b6eafd152fad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132523832, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dfa67a360-e4f6-467b-8cae-b6eafd152fad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0e8f5999-42f9-4ba0-bdb9-7801a4056a5a/model-vers/model-ver/608e07db-7135-4f2e-9244-b47075cff885) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:51:09.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:51:10.102Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:10.102Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-16T16:51:10.103Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"43dff43a-4b04-4c3e-a7ed-868236154531","serviceName":"Demo_pNF_6hoiCU3MfBpDypleCUGT","serviceVersion":"1.0","serviceUUID":"e1cb5dce-57d8-43e3-91b1-e935b81bafdd","serviceDescription":"catalog service description","serviceInvariantUUID":"47319f92-0356-451b-8740-a6d420cc1b99","resources":[{"resourceInstanceName":"pNF cc9be801-ad9e 0","resourceName":"pNF cc9be801-ad9e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f747c423-235f-415e-a86b-13bf912d455e","resourceInvariantUUID":"6c36b897-db64-4c59-b8ae-906ca56df821","resourceCustomizationUUID":"1c6a42e4-b2ca-4d33-9424-5462825b2246","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml","artifactChecksum":"MGY1YTkyYTc4NTQ0NjA3ZWJlNWQ5NGVlYzYyYWY4ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0de352ac-ce4b-4d67-89db-e19c878fb2fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar","artifactChecksum":"YmUwMGMxMDIyMWE1NmRkMDM3ODNjOTA2MzM3ZDU0MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"497b49d4-0b20-4a67-b9b8-afefeb297217","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1cbdc3c-b389-4d0a-b759-979f534dcb14","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2I3ZjgxMTAwZTRlMGIxYzkxZTM1NzJmYjg1MWY1NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"601505aa-c0e8-4eab-8d96-04a6773424b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3528f0b1-d079-4bb4-834b-3241b187f47c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b794a75-aa6e-4406-b867-e453816ad07b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6hoicu3mfbpdyplecugt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml","artifactChecksum":"MTEyZTQwMWNkMDRlNDcyMjUzNDA1MzJiZTA0YzcwYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94a92314-d047-4ecc-a684-42e5e43a71c4","artifactVersion":"1"},{"artifactName":"service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar","artifactChecksum":"YWQzZGYxMTcxMTg5ZWQ4YjE2MGIzYTM2MzU4ZTMyYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"330cdfd4-d514-4cac-bd37-13044c5a6fbf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-16T16:51:10.103Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:10.104Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:10.105Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:10.105Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:10.206Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:51:10.206Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:10.206Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:10.216Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:10.216Z||pool-264-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:11.105Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:11.106Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:11.107Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:11.107Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:11.208Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:51:11.208Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:11.209Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:11.219Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:11.219Z||pool-265-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:12.108Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:12.108Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:12.109Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:12.110Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:12.210Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:51:12.210Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:12.211Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:12.221Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:12.222Z||pool-266-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-16T16:51:13.110Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:13.111Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:13.112Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:13.112Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:13.213Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:51:13.213Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:13.213Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:13.223Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:13.223Z||pool-267-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:14.113Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:14.113Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:14.115Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:14.115Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:14.215Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:51:14.216Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:14.216Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:14.232Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:14.233Z||pool-268-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:15.115Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:15.116Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:15.117Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:15.118Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:15.218Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:51:15.219Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:15.219Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:15.228Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:15.229Z||pool-269-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:16.118Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:16.119Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:16.120Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:16.120Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:51:16.221Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:51:16.221Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:16.221Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:16.230Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:16.230Z||pool-270-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:17.121Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-16T16:51:17.122Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:17.124Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:17.124Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:51:17.224Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:51:17.225Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:17.225Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:17.235Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:17.235Z||pool-271-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:18.125Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "serviceName": "Demo_pNF_6hoiCU3MfBpDypleCUGT", "serviceVersion": "1.0", "serviceUUID": "e1cb5dce-57d8-43e3-91b1-e935b81bafdd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "47319f92-0356-451b-8740-a6d420cc1b99", "resources": [ { "resourceInstanceName": "pNF cc9be801-ad9e 0", "resourceCustomizationUUID": "1c6a42e4-b2ca-4d33-9424-5462825b2246", "resourceName": "pNF cc9be801-ad9e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f747c423-235f-415e-a86b-13bf912d455e", "resourceInvariantUUID": "6c36b897-db64-4c59-b8ae-906ca56df821", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "artifactChecksum": "YWQzZGYxMTcxMTg5ZWQ4YjE2MGIzYTM2MzU4ZTMyYTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "330cdfd4-d514-4cac-bd37-13044c5a6fbf" } ], "workloadContext": "Production" } 2021-08-16T16:51:18.125Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-16T16:51:18.126Z|fa67a360-e4f6-467b-8cae-b6eafd152fad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1cb5dce-57d8-43e3-91b1-e935b81bafdd ASDC 2021-08-16T16:51:18.126Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:43dff43a-4b04-4c3e-a7ed-868236154531 ServiceName:Demo_pNF_6hoiCU3MfBpDypleCUGT ServiceVersion:1.0 ServiceUUID:e1cb5dce-57d8-43e3-91b1-e935b81bafdd ServiceInvariantUUID:47319f92-0356-451b-8740-a6d420cc1b99 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar ArtifactUUID:330cdfd4-d514-4cac-bd37-13044c5a6fbf ArtifactChecksum:YWQzZGYxMTcxMTg5ZWQ4YjE2MGIzYTM2MzU4ZTMyYTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cc9be801-ad9e 0 ResourceCustomizationUUID:1c6a42e4-b2ca-4d33-9424-5462825b2246 ResourceInvariantUUID:6c36b897-db64-4c59-b8ae-906ca56df821 ResourceName:pNF cc9be801-ad9e ResourceType:PNF ResourceUUID:f747c423-235f-415e-a86b-13bf912d455e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-16T16:51:18.126Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1cb5dce-57d8-43e3-91b1-e935b81bafdd 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-08-16T16:51:18.145Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:51:18.146Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:51:18.146Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:51:18.146Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 330cdfd4-d514-4cac-bd37-13044c5a6fbf from URL: /sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:18.146Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-16T16:51:18.147Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:19.325Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-16T16:51:19.329Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 330cdfd4-d514-4cac-bd37-13044c5a6fbf 82540 2021-08-16T16:51:19.329Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar ASDC sendASDCNotification 2021-08-16T16:51:19.329Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:19.329Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-16T16:51:19.330Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:19.331Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:19.332Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132679329, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:51:19.432Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:51:19.432Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:19.433Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:19.441Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:19.441Z||pool-272-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:20.332Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-16T16:51:20.333Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-16T16:51:20.334Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 330cdfd4-d514-4cac-bd37-13044c5a6fbf, URL: /sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar to file: /app/ASDC/1/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:20.334Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:20.335Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:20.335Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:20.498Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10798636648811268809/Definitions/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc9be801-ad9e 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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.092Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Node template pNF cc9be801-ad9e 0 is matching search criteria 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cc9be801-ad9e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Node template pNF cc9be801-ad9e 0 is matching search criteria 2021-08-16T16:51:21.093Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cc9be801-ad9e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.094Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_6hoiCU3MfBpDypleCUGT Description:catalog service description Model UUID:e1cb5dce-57d8-43e3-91b1-e935b81bafdd Model Version:NULL Model InvariantUuid:47319f92-0356-451b-8740-a6d420cc1b99 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-08-16T16:51:21.096Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: f747c423-235f-415e-a86b-13bf912d455e 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-08-16T16:51:21.098Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||pNF cc9be801-ad9e 0 2021-08-16T16:51:21.098Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f747c423-235f-415e-a86b-13bf912d455e 2021-08-16T16:51:21.098Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e1cb5dce-57d8-43e3-91b1-e935b81bafdd 2021-08-16T16:51:21.098Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e1cb5dce-57d8-43e3-91b1-e935b81bafdd 2021-08-16T16:51:21.098Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cc9be801-ad9e 0 f747c423-235f-415e-a86b-13bf912d455e 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-08-16T16:51:21.100Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.100Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.100Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e1cb5dce-57d8-43e3-91b1-e935b81bafdd: pNF cc9be801-ad9e 2021-08-16T16:51:21.100Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Processing PNF resource: f747c423-235f-415e-a86b-13bf912d455e 2021-08-16T16:51:21.100Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-16T16:51:21.101Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6hoiCU3MfBpDypleCUGT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-16T16:51:21.101Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||Resource customization UUID: 1c6a42e4-b2ca-4d33-9424-5462825b2246 is the same as notified resource customizationUUID: 1c6a42e4-b2ca-4d33-9424-5462825b2246 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-08-16T16:51:21.121Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cc9be801-ad9e f747c423-235f-415e-a86b-13bf912d455e 0 ASDC deployResourceStructure 2021-08-16T16:51:21.122Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar ASDC sendASDCNotification 2021-08-16T16:51:21.122Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar 2021-08-16T16:51:21.122Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-16T16:51:21.122Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:51:21.124Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:51:21.124Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132681122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:51:21.225Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-16T16:51:21.226Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:51:21.226Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:51:21.237Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:51:21.237Z||pool-273-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-16T16:51:22.125Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:51:22.135Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:51:22.136Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:51:22.137Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:51:22.137Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:51:52.137Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:51:52.148Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:51:52.150Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:51:52.150Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-16T16:51:52.150Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-16T16:52:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:52:09.460Z||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-08-16T16:52:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:52:10.088Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:52:10.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132669457, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "dcae-sch", "timestamp": 1629132661916, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132664759, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132679329, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132679329, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132671777, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132672609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "cds", "timestamp": 1629132680334, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-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-08-16T16:52:10.109Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43dff43a-4b04-4c3e-a7ed-868236154531 2021-08-16T16:52:10.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:10.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132681122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:52:10.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132681218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132682111, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132682227, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132683114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "ves-openapi-manager", "timestamp": 1629132683228, "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-08-16T16:52:10.125Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 43dff43a-4b04-4c3e-a7ed-868236154531 2021-08-16T16:52:10.126Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:10.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "policy-id", "timestamp": 1629132684118, "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-08-16T16:52:10.138Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43dff43a-4b04-4c3e-a7ed-868236154531 2021-08-16T16:52:10.138Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:10.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132676514, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "multicloud-k8s-id", "timestamp": 1629132678203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/resourceInstances/pnfcc9be801ad9e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-template.yml", "status": "NOT_NOTIFIED" } 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132682141, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132682619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "NOTIFIED" } 2021-08-16T16:52:10.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132690966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132691449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132692710, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629132693713, "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-08-16T16:52:10.158Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43dff43a-4b04-4c3e-a7ed-868236154531 2021-08-16T16:52:10.159Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:10.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132695134, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-16T16:52:10.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132695843, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-16T16:52:10.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "aai-ml", "timestamp": 1629132696137, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-08-16T16:52:10.172Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 43dff43a-4b04-4c3e-a7ed-868236154531 2021-08-16T16:52:10.173Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:10.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132696856, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6hoicu3mfbpdyplecugt/1.0/artifacts/service-DemoPnf6hoicu3mfbpdyplecugt-csar.csar", "status": "DEPLOY_OK" } 2021-08-16T16:52:10.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:52:10.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:52:10.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "clamp", "timestamp": 1629132697860, "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-08-16T16:52:10.185Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43dff43a-4b04-4c3e-a7ed-868236154531 2021-08-16T16:52:10.185Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:22.150Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T16:52:22.162Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-16T16:52:22.164Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-16T16:52:22.165Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-16T16:52:22.165Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-16T16:52:22.165Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-16T16:52:22.165Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-16T16:52:22.165Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-16T16:52:22.165Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-08-16T16:52:22.176Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-16T16:52:52.176Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43dff43a-4b04-4c3e-a7ed-868236154531 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-08-16T16:52:52.181Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43dff43a-4b04-4c3e-a7ed-868236154531 and serviceModelVersionId: e1cb5dce-57d8-43e3-91b1-e935b81bafdd 2021-08-16T16:52:52.182Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47319f92-0356-451b-8740-a6d420cc1b99 2021-08-16T16:52:52.182Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0 2021-08-16T16:52:52.188Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-16T16:52:52.208Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0|INFO|500||Invoke 2021-08-16T16:52:52.208Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43dff43a-4b04-4c3e-a7ed-868236154531], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ba04ec8-df43-48c2-83eb-617c52518238], X-ECOMP-RequestID=[43dff43a-4b04-4c3e-a7ed-868236154531], X-TransactionId=[], X-ONAP-RequestID=[43dff43a-4b04-4c3e-a7ed-868236154531], Content-Type=[application/merge-patch+json]} 2021-08-16T16:52:52.226Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-16T16:52:52.246Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?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/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-16:52:52:231-25952], Content-Length=[495], Date=[Mon, 16 Aug 2021 16:52:52 GMT], Content-Type=[application/json]} 2021-08-16T16:52:52.247Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd","ERR.5.4.6114"]}}} 2021-08-16T16:52:52.248Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-16T16:52:52.251Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec=ERR.5.4.6114) 2021-08-16T16:52:52.251Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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-08-16T16:52:52.251Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec=ERR.5.4.6114) 2021-08-16T16:52:52.251Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec=ERR.5.4.6114) 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-08-16T16:52:52.253Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-08-16T16:52:52.254Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43dff43a-4b04-4c3e-a7ed-868236154531 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec=ERR.5.4.6114) 2021-08-16T16:52:52.254Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-16T16:52:52.254Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-16T16:52:52.256Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-16T16:52:52.256Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132772254, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:52:52.356Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-16T16:52:52.357Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-16T16:52:52.357Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:52:52.370Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:52:52.370Z||pool-274-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-16T16:52:53.268Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:52:53.268Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-08-16T16:52:53.269Z|43dff43a-4b04-4c3e-a7ed-868236154531|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:53:02.810Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:53:09.457Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:53:09.457Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-08-16T16:53:09.457Z|43dff43a-4b04-4c3e-a7ed-868236154531|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:53:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:53:09.459Z||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-08-16T16:53:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:53:10.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:53:10.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-16T16:53:10.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43dff43a-4b04-4c3e-a7ed-868236154531", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629132772254, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d43dff43a-4b04-4c3e-a7ed-868236154531 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/47319f92-0356-451b-8740-a6d420cc1b99/model-vers/model-ver/e1cb5dce-57d8-43e3-91b1-e935b81bafdd) (ec\u003dERR.5.4.6114)" } 2021-08-16T16:53:10.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-16T16:53:19.003Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:54:09.457Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:54:09.457Z|43dff43a-4b04-4c3e-a7ed-868236154531|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-08-16T16:54:09.457Z|43dff43a-4b04-4c3e-a7ed-868236154531|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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:54:09.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-16T16:54:09.460Z||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-08-16T16:54:09.460Z||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 7SJ0zzz9kQ2CUUaJ) ... 2021-08-16T16:54:19.006Z|43dff43a-4b04-4c3e-a7ed-868236154531|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-16T16:54:19.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK