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) 2022-03-23T12:34:27.915Z||main|||||INFO|500||The following profiles are active: basic 2022-03-23T12:34:42.753Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-23T12:34:42.754Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-23T12:34:42.900Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-23T12:34:47.598Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-23T12:34:48.063Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-23T12:34:48.723Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-23T12:34:48.734Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-23T12:34:48.908Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-23T12:34:49.183Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-23T12:34:49.997Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-23T12:34:52.075Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-23T12:34:55.010Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23T12:34:55.108Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-23T12:34:55.930Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-23T12:34:56.085Z||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. 2022-03-23T12:34:57.816Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23T12:34:59.312Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-23T12:34:59.333Z||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$$a1a3d335.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) 2022-03-23T12:34:59.334Z||main|||||WARN|500||The sdc end point is not alive 2022-03-23T12:35:03.590Z||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 2022-03-23T12:35:08.383Z||main|||||WARN|500||--- 2022-03-23T12:35:08.384Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-23T12:35:08.384Z||main|||||WARN|500||--- 2022-03-23T12:35:09.098Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-23T12:35:15.042Z||main|||||INFO|500||Started Application in 51.267 seconds (JVM running for 53.702) 2022-03-23T12:35:15.066Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-23T12:35:15.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-23T12:35:15.083Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-23T12:35:15.116Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-23T12:35:15.173Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45a1707c-732c-44c2-8cec-3b19b764fc55 url= /sdc/v1/artifactTypes 2022-03-23T12:35:15.174Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-23T12:35:15.472Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-23T12:35:15.504Z||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 2022-03-23T12:35:15.532Z||scheduling-1|||||DEBUG|500||create keys 2022-03-23T12:35:15.544Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-23T12:35:15.576Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:35:15.602Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 05d8dce5-4484-4c65-9ee4-02d1655ef001 url= /sdc/v1/registerForDistribution 2022-03-23T12:35:15.691Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 05d8dce5-4484-4c65-9ee4-02d1655ef001 url= /sdc/v1/registerForDistribution 2022-03-23T12:35:15.691Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-23T12:35:15.703Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:35:15.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:35:15.709Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-23T12:35:15.726Z||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. 2022-03-23T12:35:15.726Z||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. 2022-03-23T12:35:15.727Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:35:15.727Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:35:26.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:35:26.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:36:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:36:15.700Z||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. 2022-03-23T12:36:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:36:15.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:36:15.705Z||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. 2022-03-23T12:36:15.705Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:36:25.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:36:25.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:37:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:37:15.699Z||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. 2022-03-23T12:37:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:37:15.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:37:15.702Z||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. 2022-03-23T12:37:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:37:25.261Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:37:25.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:38:15.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:38:15.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:38:15.701Z||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. 2022-03-23T12:38:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:38:15.702Z||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. 2022-03-23T12:38:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:38:25.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:38:25.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:39:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:39:15.699Z||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. 2022-03-23T12:39:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:39:15.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:39:15.702Z||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. 2022-03-23T12:39:15.703Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:39:25.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:39:25.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:40:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:40:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:40:15.701Z||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. 2022-03-23T12:40:15.701Z||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. 2022-03-23T12:40:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:40:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:40:25.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:40:25.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:41:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:41:15.700Z||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. 2022-03-23T12:41:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:41:15.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:41:15.701Z||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. 2022-03-23T12:41:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:41:25.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:41:25.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:42:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:42:15.700Z||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. 2022-03-23T12:42:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:42:15.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:42:15.703Z||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. 2022-03-23T12:42:15.703Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:42:25.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:42:25.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:43:15.698Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:43:15.699Z||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. 2022-03-23T12:43:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:43:15.705Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:43:15.706Z||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. 2022-03-23T12:43:15.707Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:43:25.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:43:25.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:44:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:44:15.700Z||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. 2022-03-23T12:44:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:44:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:44:15.701Z||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. 2022-03-23T12:44:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:44:23.039Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-23T12:44:25.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:44:25.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:45:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:45:15.700Z||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. 2022-03-23T12:45:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:45:15.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:45:15.701Z||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. 2022-03-23T12:45:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:45:25.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:45:25.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:46:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:46:15.699Z||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. 2022-03-23T12:46:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:46:15.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:46:15.701Z||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. 2022-03-23T12:46:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:46:25.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:46:25.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:47:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:47:15.699Z||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. 2022-03-23T12:47:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:47:15.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:47:15.702Z||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. 2022-03-23T12:47:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:47:25.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:47:25.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:48:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:48:15.699Z||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. 2022-03-23T12:48:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:48:15.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:48:15.703Z||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. 2022-03-23T12:48:15.703Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:48:25.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:48:25.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:49:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:49:15.700Z||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. 2022-03-23T12:49:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:49:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:49:15.702Z||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. 2022-03-23T12:49:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:49:25.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:49:25.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:50:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:50:15.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T12:50:15.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MPPhkOPxlpaU7jS7) ... 2022-03-23T12:50:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:50:15.702Z||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. 2022-03-23T12:50:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:50:25.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:50:25.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:51:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:51:15.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T12:51:15.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:51:15.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MPPhkOPxlpaU7jS7) ... 2022-03-23T12:51:15.701Z||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. 2022-03-23T12:51:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:51:25.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:51:25.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:52:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:52:15.699Z||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. 2022-03-23T12:52:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:52:15.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:52:15.702Z||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. 2022-03-23T12:52:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:52:25.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:52:25.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:53:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:53:15.699Z||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. 2022-03-23T12:53:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:53:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:53:15.701Z||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. 2022-03-23T12:53:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:53:25.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:53:25.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:54:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:54:15.699Z||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. 2022-03-23T12:54:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:54:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:54:15.701Z||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. 2022-03-23T12:54:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:54:25.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:54:25.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:55:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:55:15.700Z||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. 2022-03-23T12:55:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:55:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:55:15.701Z||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. 2022-03-23T12:55:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:55:25.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:55:25.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:56:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:56:15.700Z||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. 2022-03-23T12:56:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:56:15.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:56:15.701Z||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. 2022-03-23T12:56:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:56:25.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:56:25.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:57:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:57:15.699Z||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. 2022-03-23T12:57:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:57:15.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:57:15.701Z||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. 2022-03-23T12:57:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:57:25.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:57:25.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:58:15.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:58:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:58:15.701Z||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. 2022-03-23T12:58:15.701Z||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. 2022-03-23T12:58:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:58:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:58:25.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:58:25.256Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:59:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:59:15.700Z||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. 2022-03-23T12:59:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:59:15.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T12:59:15.702Z||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. 2022-03-23T12:59:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T12:59:25.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T12:59:25.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:00:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:00:15.699Z||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. 2022-03-23T13:00:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:00:15.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:00:15.701Z||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. 2022-03-23T13:00:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:00:25.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:00:25.255Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:01:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:01:15.699Z||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. 2022-03-23T13:01:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:01:15.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:01:15.702Z||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. 2022-03-23T13:01:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:01:25.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:01:25.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:02:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:02:15.699Z||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. 2022-03-23T13:02:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:02:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:02:15.701Z||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. 2022-03-23T13:02:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:02:25.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:02:25.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:03:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:03:15.700Z||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. 2022-03-23T13:03:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:03:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:03:15.701Z||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. 2022-03-23T13:03:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:03:25.255Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:03:25.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:04:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:04:15.700Z||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. 2022-03-23T13:04:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:04:15.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:04:15.702Z||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. 2022-03-23T13:04:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:04:25.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:04:25.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:15.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:05:15.700Z||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. 2022-03-23T13:05:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:05:15.701Z||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. 2022-03-23T13:05:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:24.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:24.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:05:24.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1fd25070-f8cb-40c0-92dd-a62e32e0afa3","serviceName":"basic_onboard_CwGSdU","serviceVersion":"1.0","serviceUUID":"89c6a71a-df95-4357-986d-b2190cda1b5b","serviceDescription":"service","serviceInvariantUUID":"a135f278-2ff3-4a00-85e8-37a2a19a0163","resources":[{"resourceInstanceName":"basic_onboard_CwGSdU 0","resourceName":"basic_onboard_CwGSdU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36c230e6-5210-4598-b3e7-a0792220cda7","resourceInvariantUUID":"21f4202e-4e55-4cf6-8921-bc968c40e571","resourceCustomizationUUID":"ad3247e7-64ea-4ddf-b3af-069b02f9d823","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml","artifactChecksum":"ZTU1NzhlZGE3NGUzOTE3NTAyYWUwZTEwZDM1YzJjNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f728004d-d2f6-48eb-a5fb-079455ec2fd3","artifactVersion":"1"},{"artifactName":"basic_onboard_cwgsdu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json","artifactChecksum":"ZmQyNWYxZDY5MjRhNjNmMTkyMjYxM2Q5YTBkMmIwM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3a38c97-5f4f-41c5-84fb-8642f63f8c5c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f02f63e7-3335-44da-8a17-ea159fd018f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bbe393fe-9998-4e0a-9ad8-718a5fc68efc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1140f2f8-af8b-476c-9447-d089676bd7dd","artifactVersion":"2","generatedFromUUID":"f02f63e7-3335-44da-8a17-ea159fd018f4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwgsdu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml","artifactChecksum":"M2Y0MDgzM2YzZTZhYWY4ZWUzNDVhYzVkNjhkYWYzMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f78ba212-e958-4539-b8fa-135fe1a39b4a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwgsdu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar","artifactChecksum":"MjYxNjk1YmY3YWU4N2E1OGU2Njg5NTg5ZDQ4OTM1ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"182e8dc7-4114-496a-ad05-e85e9929b8e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:05:24.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:24.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:24.802Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:24.803Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:05:24.903Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-03-23T13:05:24.907Z||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. 2022-03-23T13:05:24.907Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:24.934Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:24.935Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:05:24.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:24.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:05:24.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:05:25.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:05:25.815Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:25.815Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:25.818Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:25.818Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:05:25.918Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:25.919Z||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. 2022-03-23T13:05:25.919Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:25.936Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:25.936Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:26.819Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:26.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:26.823Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:26.823Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T13:05:26.923Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:26.924Z||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. 2022-03-23T13:05:26.924Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:26.937Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:26.938Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:27.824Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:27.825Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:27.827Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:27.828Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:05:27.928Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:27.929Z||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. 2022-03-23T13:05:27.929Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:27.940Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:27.941Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:05:28.828Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:28.830Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:28.832Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:28.833Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T13:05:28.933Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:28.934Z||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. 2022-03-23T13:05:28.934Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:28.945Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:28.946Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:05:29.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:29.835Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:29.837Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:29.838Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:05:29.938Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:29.939Z||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. 2022-03-23T13:05:29.939Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:29.952Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:29.952Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:30.838Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:05:30.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:30.842Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:30.843Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:05:30.943Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:30.944Z||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. 2022-03-23T13:05:30.944Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:30.957Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:30.958Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:05:31.845Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "serviceName": "basic_onboard_CwGSdU", "serviceVersion": "1.0", "serviceUUID": "89c6a71a-df95-4357-986d-b2190cda1b5b", "serviceDescription": "service", "serviceInvariantUUID": "a135f278-2ff3-4a00-85e8-37a2a19a0163", "resources": [ { "resourceInstanceName": "basic_onboard_CwGSdU 0", "resourceCustomizationUUID": "ad3247e7-64ea-4ddf-b3af-069b02f9d823", "resourceName": "basic_onboard_CwGSdU", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "36c230e6-5210-4598-b3e7-a0792220cda7", "resourceInvariantUUID": "21f4202e-4e55-4cf6-8921-bc968c40e571", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cwgsdu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "artifactChecksum": "ZmQyNWYxZDY5MjRhNjNmMTkyMjYxM2Q5YTBkMmIwM2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f3a38c97-5f4f-41c5-84fb-8642f63f8c5c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f02f63e7-3335-44da-8a17-ea159fd018f4", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1140f2f8-af8b-476c-9447-d089676bd7dd", "generatedFromUUID": "f02f63e7-3335-44da-8a17-ea159fd018f4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1140f2f8-af8b-476c-9447-d089676bd7dd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCwgsdu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "artifactChecksum": "MjYxNjk1YmY3YWU4N2E1OGU2Njg5NTg5ZDQ4OTM1ZjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "182e8dc7-4114-496a-ad05-e85e9929b8e7" } ], "workloadContext": "Production" } 2022-03-23T13:05:31.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:05:31.847Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89c6a71a-df95-4357-986d-b2190cda1b5b ASDC 2022-03-23T13:05:31.982Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1fd25070-f8cb-40c0-92dd-a62e32e0afa3 ServiceName:basic_onboard_CwGSdU ServiceVersion:1.0 ServiceUUID:89c6a71a-df95-4357-986d-b2190cda1b5b ServiceInvariantUUID:a135f278-2ff3-4a00-85e8-37a2a19a0163 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCwgsdu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar ArtifactUUID:182e8dc7-4114-496a-ad05-e85e9929b8e7 ArtifactChecksum:MjYxNjk1YmY3YWU4N2E1OGU2Njg5NTg5ZDQ4OTM1ZjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CwGSdU 0 ResourceCustomizationUUID:ad3247e7-64ea-4ddf-b3af-069b02f9d823 ResourceInvariantUUID:21f4202e-4e55-4cf6-8921-bc968c40e571 ResourceName:basic_onboard_CwGSdU ResourceType:VF ResourceUUID:36c230e6-5210-4598-b3e7-a0792220cda7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cwgsdu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json ArtifactUUID:f3a38c97-5f4f-41c5-84fb-8642f63f8c5c ArtifactChecksum:ZmQyNWYxZDY5MjRhNjNmMTkyMjYxM2Q5YTBkMmIwM2U= 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/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml ArtifactUUID:f02f63e7-3335-44da-8a17-ea159fd018f4 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/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env ArtifactUUID:1140f2f8-af8b-476c-9447-d089676bd7dd 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/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env ArtifactUUID:1140f2f8-af8b-476c-9447-d089676bd7dd ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T13:05:31.982Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89c6a71a-df95-4357-986d-b2190cda1b5b 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 (?, ?, ?, ?, ?) 2022-03-23T13:05:32.251Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:05:32.255Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:05:32.256Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:05:32.257Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 182e8dc7-4114-496a-ad05-e85e9929b8e7 from URL: /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:32.257Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:05:32.258Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:32.621Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:05:32.645Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar 182e8dc7-4114-496a-ad05-e85e9929b8e7 71590 2022-03-23T13:05:32.647Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar ASDC sendASDCNotification 2022-03-23T13:05:32.647Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:32.651Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:05:32.653Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:32.656Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:32.657Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040732645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:05:32.757Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:05:32.758Z||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. 2022-03-23T13:05:32.758Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:32.771Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:32.772Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:33.657Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:05:33.660Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:05:33.661Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 182e8dc7-4114-496a-ad05-e85e9929b8e7, URL: /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:33.662Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:33.826Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:33.827Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:34.683Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12167234277768093474/Definitions/service-BasicOnboardCwgsdu-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 2022-03-23T13:05:37.589Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:05:37.597Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:05:37.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T13:05:37.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CwGSdU 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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:37.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:05:37.605Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.607Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.612Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:37.612Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:05:37.614Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:05:37.615Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.616Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.616Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:37.616Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:05:37.617Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:05:37.617Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.617Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.622Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.622Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is not matching search criteria 2022-03-23T13:05:37.623Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-23T13:05:37.623Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-23T13:05:37.624Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-23T13:05:37.624Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T13:05:37.624Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T13:05:37.624Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.625Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:05:37.627Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.627Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:37.627Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:05:37.628Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.628Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:37.628Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:05:37.629Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.629Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:37.629Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:05:37.630Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.630Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is not matching search criteria 2022-03-23T13:05:37.631Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T13:05:37.631Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T13:05:37.631Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d5abc25c-c9b6-4fe4-9359-8d90127a7766 2022-03-23T13:05:37.631Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.632Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.632Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.632Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.632Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.633Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.633Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:37.633Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:37.635Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CwGSdU Description:service Model UUID:89c6a71a-df95-4357-986d-b2190cda1b5b Model Version:NULL Model InvariantUuid:a135f278-2ff3-4a00-85e8-37a2a19a0163 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CwGSdU Model UUID:7de5412f-b249-4953-ad5c-2d27c2b05b78 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:21f4202e-4e55-4cf6-8921-bc968c40e571 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ad3247e7-64ea-4ddf-b3af-069b02f9d823 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:40b0196d-9df2-4896-a5e7-2a99482ec18a ModelName:BasicOnboardCwgsdu..base_ubuntu18..module-0 ModelUuid:d8aa0c21-3830-4938-a684-defbe07aec98 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d5abc25c-c9b6-4fe4-9359-8d90127a7766 ModelInvariantUuid:ee7251f0-06ee-4e2c-875b-6660bf2b4578 ModelName:basic_onboard_CwGSdU-nodes.ubuntu18Cvfc ModelUuid:89d6688b-8017-41d3-90bf-e7c2dd782c29 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4341d325-d1c9-43f2-b251-ebe3742e674a ModelInvariantUuid:579c398f-b274-4e50-9c70-a4f0e1592997 ModelName:BasicOnboardCwgsdu.compute.nodes.heat.ubuntu18 ModelUuid:fec22f16-16ee-4488-8c94-2175bef13b2c 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:05:37.663Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 36c230e6-5210-4598-b3e7-a0792220cda7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:05:37.810Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||basic_onboard_CwGSdU 0 2022-03-23T13:05:37.821Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 36c230e6-5210-4598-b3e7-a0792220cda7 2022-03-23T13:05:37.821Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f3a38c97-5f4f-41c5-84fb-8642f63f8c5c from URL: /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json 2022-03-23T13:05:37.821Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:05:37.822Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json 2022-03-23T13:05:38.110Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:05:38.110Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json f3a38c97-5f4f-41c5-84fb-8642f63f8c5c 798 2022-03-23T13:05:38.111Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json ASDC sendASDCNotification 2022-03-23T13:05:38.111Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json 2022-03-23T13:05:38.111Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:05:38.111Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:38.114Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:38.115Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040738111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:05:38.214Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:05:38.216Z||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. 2022-03-23T13:05:38.216Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:38.228Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:38.228Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:05:39.117Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCwgsdu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "40b0196d-9df2-4896-a5e7-2a99482ec18a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d8aa0c21-3830-4938-a684-defbe07aec98", "vfModuleModelCustomizationUUID": "6a4418aa-ac18-46a7-91b0-519e29e0fc2e", "isBase": true, "artifacts": [ "f02f63e7-3335-44da-8a17-ea159fd018f4", "1140f2f8-af8b-476c-9447-d089676bd7dd" ], "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": "" } } ] 2022-03-23T13:05:39.140Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCwgsdu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d8aa0c21-3830-4938-a684-defbe07aec98 VfModuleModelInvariantUUID:40b0196d-9df2-4896-a5e7-2a99482ec18a VfModuleModelDescription:NULL Artifacts UUID List:{ f02f63e7-3335-44da-8a17-ea159fd018f4 , 1140f2f8-af8b-476c-9447-d089676bd7dd } 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 } 2022-03-23T13:05:39.144Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCwgsdu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "40b0196d-9df2-4896-a5e7-2a99482ec18a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d8aa0c21-3830-4938-a684-defbe07aec98", "vfModuleModelCustomizationUUID": "6a4418aa-ac18-46a7-91b0-519e29e0fc2e", "isBase": true, "artifacts": [ "f02f63e7-3335-44da-8a17-ea159fd018f4", "1140f2f8-af8b-476c-9447-d089676bd7dd" ], "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": "" } } ] 2022-03-23T13:05:39.145Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCwgsdu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d8aa0c21-3830-4938-a684-defbe07aec98 VfModuleModelInvariantUUID:40b0196d-9df2-4896-a5e7-2a99482ec18a VfModuleModelDescription:NULL Artifacts UUID List:{ f02f63e7-3335-44da-8a17-ea159fd018f4 , 1140f2f8-af8b-476c-9447-d089676bd7dd } 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 } 2022-03-23T13:05:39.145Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f02f63e7-3335-44da-8a17-ea159fd018f4 from URL: /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml 2022-03-23T13:05:39.145Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:05:39.146Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml 2022-03-23T13:05:39.314Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:05:39.315Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml f02f63e7-3335-44da-8a17-ea159fd018f4 5033 2022-03-23T13:05:39.315Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T13:05:39.315Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml 2022-03-23T13:05:39.316Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:05:39.316Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:39.318Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:39.318Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040739315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:05:39.418Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:39.419Z||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. 2022-03-23T13:05:39.419Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:39.432Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:39.433Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:40.319Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1140f2f8-af8b-476c-9447-d089676bd7dd from URL: /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env 2022-03-23T13:05:40.320Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:05:40.320Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env 2022-03-23T13:05:40.525Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:05:40.526Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env 1140f2f8-af8b-476c-9447-d089676bd7dd 909 2022-03-23T13:05:40.526Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T13:05:40.526Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env 2022-03-23T13:05:40.527Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:05:40.527Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:40.529Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:40.530Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040740526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:05:40.631Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:40.632Z||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. 2022-03-23T13:05:40.632Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:40.643Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:40.643Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:41.531Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 89c6a71a-df95-4357-986d-b2190cda1b5b 2022-03-23T13:05:41.531Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CwGSdU 0 36c230e6-5210-4598-b3e7-a0792220cda7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:05:41.569Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7700726b, org.onap.sdc.toscaparser.api.parameters.Input@6436b233, org.onap.sdc.toscaparser.api.parameters.Input@7eb35fb1, org.onap.sdc.toscaparser.api.parameters.Input@11c73739, org.onap.sdc.toscaparser.api.parameters.Input@65208c40] 2022-03-23T13:05:41.573Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.574Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.574Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-23T13:05:41.575Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ad3247e7-64ea-4ddf-b3af-069b02f9d823 2022-03-23T13:05:41.575Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad3247e7-64ea-4ddf-b3af-069b02f9d823 matches Tosca VF Customization UUID: ad3247e7-64ea-4ddf-b3af-069b02f9d823 2022-03-23T13:05:41.575Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ad3247e7-64ea-4ddf-b3af-069b02f9d823 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-23T13:05:41.584Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.585Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.586Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ad3247e7-64ea-4ddf-b3af-069b02f9d823: {\"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\"} 2022-03-23T13:05:41.586Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4de12fd7 2022-03-23T13:05:41.587Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.587Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:05:41.588Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a4418aa-ac18-46a7-91b0-519e29e0fc2e 2022-03-23T13:05:41.589Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a4418aa-ac18-46a7-91b0-519e29e0fc2e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-23T13:05:41.596Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.597Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:41.597Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:05:41.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:41.598Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:05:41.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is not matching search criteria 2022-03-23T13:05:41.599Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T13:05:41.600Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T13:05:41.600Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d5abc25c-c9b6-4fe4-9359-8d90127a7766 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:05:41.608Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.608Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:41.609Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:05:41.609Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.609Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CwGSdU 0 is matching search criteria 2022-03-23T13:05:41.610Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CwGSdU 0] matching following query criteria: sdcType=VF, customizationUUID=ad3247e7-64ea-4ddf-b3af-069b02f9d823 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:05:41.612Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.612Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.612Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 89c6a71a-df95-4357-986d-b2190cda1b5b: basic_onboard_CwGSdU 2022-03-23T13:05:41.613Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.613Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.613Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.613Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.614Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.614Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.614Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.614Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.615Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:05:41.615Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CwGSdU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:05:41.615Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_CwGSdU Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-03-23T13:05:41.808Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CwGSdU 36c230e6-5210-4598-b3e7-a0792220cda7 1 ASDC deployResourceStructure 2022-03-23T13:05:41.809Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json ASDC sendASDCNotification 2022-03-23T13:05:41.809Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json 2022-03-23T13:05:41.809Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:05:41.810Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:41.812Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:41.813Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040741809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:05:41.913Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:41.914Z||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. 2022-03-23T13:05:41.915Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:41.927Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:41.928Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:42.814Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T13:05:42.815Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml 2022-03-23T13:05:42.815Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:05:42.816Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:42.818Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:42.819Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040742814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:05:42.919Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:05:42.922Z||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. 2022-03-23T13:05:42.922Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:42.935Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:42.936Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:43.820Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T13:05:43.820Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env 2022-03-23T13:05:43.820Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:05:43.821Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:43.823Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:43.823Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040743820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T13:05:43.924Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:05:43.925Z||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. 2022-03-23T13:05:43.925Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:43.939Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:43.940Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:44.825Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar ASDC sendASDCNotification 2022-03-23T13:05:44.825Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar 2022-03-23T13:05:44.825Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:05:44.826Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:05:44.828Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:05:44.829Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040744824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:05:44.928Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:05:44.930Z||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. 2022-03-23T13:05:44.930Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:05:44.967Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:05:44.968Z||pool-17-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:05:45.830Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:05:45.868Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:05:45.871Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:05:45.871Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:05:45.872Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:06:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:06:15.702Z||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. 2022-03-23T13:06:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:06:15.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:06:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:06:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:06:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:06:15.872Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:06:15.888Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:06:15.893Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:06:15.894Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:06:15.894Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:06:45.894Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:06:45.904Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:06:45.907Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:06:45.907Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:06:45.908Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:07:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:07:15.702Z||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. 2022-03-23T13:07:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:07:15.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:07:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:07:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T13:07:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:07:15.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T13:07:15.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T13:07:15.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T13:07:15.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040716947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040715698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T13:07:15.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040725860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040732746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040732645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040725917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040726866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040727103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040734013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040734038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040734869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040735192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040735047, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040736241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "cds", "timestamp": 1648040736217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-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=? 2022-03-23T13:07:15.770Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 2022-03-23T13:07:15.771Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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 (?, ?, ?, ?, ?) 2022-03-23T13:07:15.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "policy-id", "timestamp": 1648040736054, "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=? 2022-03-23T13:07:15.788Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 2022-03-23T13:07:15.788Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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 (?, ?, ?, ?, ?) 2022-03-23T13:07:15.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040737115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040737739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.801Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040738120, "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=? 2022-03-23T13:07:15.807Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 2022-03-23T13:07:15.807Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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 (?, ?, ?, ?, ?) 2022-03-23T13:07:15.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:07:15.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040738111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040738804, "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=? 2022-03-23T13:07:15.826Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 2022-03-23T13:07:15.827Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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=? 2022-03-23T13:07:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040739315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "multicloud-k8s-id", "timestamp": 1648040739809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040740526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "ves-openapi-manager", "timestamp": 1648040734938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040741809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/basic_onboard_cwgsdu0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:07:15.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040742814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040736540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:07:15.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:07:15.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040743820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/resourceInstances/basic_onboard_cwgsdu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040744930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040744824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "aai-ml", "timestamp": 1648040745938, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:07:15.853Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 2022-03-23T13:07:15.854Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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 (?, ?, ?, ?, ?) 2022-03-23T13:07:15.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040752349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:07:15.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040754350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwgsdu/1.0/artifacts/service-BasicOnboardCwgsdu-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:07:15.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:07:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:07:15.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "clamp", "timestamp": 1648040755354, "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=? 2022-03-23T13:07:15.874Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 2022-03-23T13:07:15.875Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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 (?, ?, ?, ?, ?) 2022-03-23T13:07:15.908Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:07:15.920Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:07:15.926Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:07:15.927Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:07:15.927Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:07:15.927Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:07:15.927Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:07:15.928Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:07:15.928Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:07:15.928Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:07:15.928Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:07:15.928Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:07:15.928Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:07:15.935Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:07:45.936Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 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=? 2022-03-23T13:07:45.947Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 and serviceModelVersionId: 89c6a71a-df95-4357-986d-b2190cda1b5b 2022-03-23T13:07:45.947Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a135f278-2ff3-4a00-85e8-37a2a19a0163 2022-03-23T13:08:03.440Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a135f278-2ff3-4a00-85e8-37a2a19a0163/model-vers/model-ver/89c6a71a-df95-4357-986d-b2190cda1b5b?depth=0 2022-03-23T13:08:03.589Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:08:04.159Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a135f278-2ff3-4a00-85e8-37a2a19a0163/model-vers/model-ver/89c6a71a-df95-4357-986d-b2190cda1b5b?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]} 2022-03-23T13:08:04.165Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a135f278-2ff3-4a00-85e8-37a2a19a0163/model-vers/model-ver/89c6a71a-df95-4357-986d-b2190cda1b5b?depth=0|INFO|500||Invoke 2022-03-23T13:08:04.299Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a135f278-2ff3-4a00-85e8-37a2a19a0163/model-vers/model-ver/89c6a71a-df95-4357-986d-b2190cda1b5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:08:05.027Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a135f278-2ff3-4a00-85e8-37a2a19a0163/model-vers/model-ver/89c6a71a-df95-4357-986d-b2190cda1b5b?depth=0|INFO|500||InvokeReturn 2022-03-23T13:08:05.029Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a135f278-2ff3-4a00-85e8-37a2a19a0163/model-vers/model-ver/89c6a71a-df95-4357-986d-b2190cda1b5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-13:08:04:218-10265], vertex-id=[381144], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:08:04 GMT], Content-Type=[application/json]} 2022-03-23T13:08:05.030Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:08:05.035Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:08:05.036Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:08:05.048Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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) 2022-03-23T13:08:05.049Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fd25070-f8cb-40c0-92dd-a62e32e0afa3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:08:05.050Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:08:05.051Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:05.055Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:05.055Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040885049, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:08:05.155Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:08:05.156Z||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. 2022-03-23T13:08:05.157Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:05.173Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:05.174Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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=? 2022-03-23T13:08:06.071Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:08:06.072Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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. 2022-03-23T13:08:06.072Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:10.419Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:10.420Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:08:10.421Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b787ca03-328c-4ea1-91cd-588ec9fb5e9f","serviceName":"vFW 2022-03-23 13-05-27","serviceVersion":"1.0","serviceUUID":"b7efc900-6670-4388-a2e8-4bc803b110b9","serviceDescription":"catalog service description","serviceInvariantUUID":"0ba944d0-e938-42c0-898e-c8757f7abc81","resources":[{"resourceInstanceName":"vFW a4ba581e-3629 0","resourceName":"vFW a4ba581e-3629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf06b846-e7a5-4a96-bfe4-7ab1b9495938","resourceInvariantUUID":"4ecaff25-ff85-473f-93c7-8e88e7c5b18c","resourceCustomizationUUID":"82d08058-7203-4a42-8d30-53928b365e93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml","artifactChecksum":"NDM1NThjNmI1OWRlOTk5MDMyNDRlYTE3ZjI2OTcxYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46c2f664-9e22-4a45-aee0-30dd350e805d","artifactVersion":"1"},{"artifactName":"vfwa4ba581e36290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json","artifactChecksum":"ZWM4MDA3NWM2NGZmNDYwZDJmYzM3ZTM2NmU3NWUwOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84774063-0a74-4b34-920f-5e4850563423","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be3165ba-e72a-461c-b93c-c59d967097ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml","artifactChecksum":"ODE3ZmY4MTIzYTY1NmE5ODIyOGMwNzMwYjZhZTMwMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c001f838-b7aa-47e0-bf95-bd8a5dba4cf6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"975379f6-8a29-421c-b42a-82548523ace9","artifactVersion":"2","generatedFromUUID":"be3165ba-e72a-461c-b93c-c59d967097ac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323130527-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml","artifactChecksum":"NjBlNTEwODMzYWQ1OGJjMDA2ZjVjZjU3NGIzYmJjYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2c5bb92-d9b2-4716-938c-04ab945f131a","artifactVersion":"1"},{"artifactName":"service-Vfw20220323130527-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar","artifactChecksum":"ODI3NTY2MjI3YjFhNzlhYzI1NGQwMTA3MjdkMTgzMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95803f21-9594-4149-a83a-703f4a6480a3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:08:10.424Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:10.424Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:10.427Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:10.427Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:10.527Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:10.528Z||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. 2022-03-23T13:08:10.528Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:10.541Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:10.542Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:11.427Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:11.429Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:11.431Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:11.432Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOTIFIED" } 2022-03-23T13:08:11.532Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:11.533Z||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. 2022-03-23T13:08:11.533Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:11.546Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:11.547Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:12.432Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:12.433Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:12.435Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:12.436Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:08:12.536Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:12.537Z||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. 2022-03-23T13:08:12.537Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:12.548Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:12.548Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:13.436Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:13.438Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:13.440Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:13.440Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:13.541Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:08:13.542Z||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. 2022-03-23T13:08:13.543Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:13.555Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:13.556Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:14.441Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:14.442Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:14.448Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:14.448Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T13:08:14.548Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:08:14.551Z||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. 2022-03-23T13:08:14.552Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:14.563Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:14.564Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:15.449Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:15.451Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:15.453Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:15.453Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.554Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:08:15.556Z||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. 2022-03-23T13:08:15.556Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:15.570Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:15.571Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:08:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:08:15.702Z||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. 2022-03-23T13:08:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:15.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOTIFIED" } 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOTIFIED" } 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T13:08:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040815860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:08:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040817103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:08:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040832772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:15.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:08:15.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040832682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:15.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:08:15.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040825917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:08:15.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040826540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:08:15.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040826866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:08:15.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "cds", "timestamp": 1648040833689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-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 (?, ?, ?, ?, ?) 2022-03-23T13:08:15.770Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b787ca03-328c-4ea1-91cd-588ec9fb5e9f 2022-03-23T13:08:15.770Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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 (?, ?, ?, ?, ?) 2022-03-23T13:08:15.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040833652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:15.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:08:15.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040834607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:15.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:08:15.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040834658, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040835677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:15.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:08:16.454Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:08:16.455Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:16.457Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:16.457Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:08:16.564Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-03-23T13:08:16.565Z||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. 2022-03-23T13:08:16.565Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:16.580Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:16.581Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:17.459Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "serviceName": "vFW 2022-03-23 13-05-27", "serviceVersion": "1.0", "serviceUUID": "b7efc900-6670-4388-a2e8-4bc803b110b9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0ba944d0-e938-42c0-898e-c8757f7abc81", "resources": [ { "resourceInstanceName": "vFW a4ba581e-3629 0", "resourceCustomizationUUID": "82d08058-7203-4a42-8d30-53928b365e93", "resourceName": "vFW a4ba581e-3629", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf06b846-e7a5-4a96-bfe4-7ab1b9495938", "resourceInvariantUUID": "4ecaff25-ff85-473f-93c7-8e88e7c5b18c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa4ba581e36290_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "artifactChecksum": "ZWM4MDA3NWM2NGZmNDYwZDJmYzM3ZTM2NmU3NWUwOGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84774063-0a74-4b34-920f-5e4850563423", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "be3165ba-e72a-461c-b93c-c59d967097ac", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "975379f6-8a29-421c-b42a-82548523ace9", "generatedFromUUID": "be3165ba-e72a-461c-b93c-c59d967097ac" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "975379f6-8a29-421c-b42a-82548523ace9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220323130527-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "artifactChecksum": "ODI3NTY2MjI3YjFhNzlhYzI1NGQwMTA3MjdkMTgzMDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95803f21-9594-4149-a83a-703f4a6480a3" } ], "workloadContext": "Production" } 2022-03-23T13:08:17.459Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:08:17.459Z|1fd25070-f8cb-40c0-92dd-a62e32e0afa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7efc900-6670-4388-a2e8-4bc803b110b9 ASDC 2022-03-23T13:08:17.460Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b787ca03-328c-4ea1-91cd-588ec9fb5e9f ServiceName:vFW 2022-03-23 13-05-27 ServiceVersion:1.0 ServiceUUID:b7efc900-6670-4388-a2e8-4bc803b110b9 ServiceInvariantUUID:0ba944d0-e938-42c0-898e-c8757f7abc81 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220323130527-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar ArtifactUUID:95803f21-9594-4149-a83a-703f4a6480a3 ArtifactChecksum:ODI3NTY2MjI3YjFhNzlhYzI1NGQwMTA3MjdkMTgzMDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a4ba581e-3629 0 ResourceCustomizationUUID:82d08058-7203-4a42-8d30-53928b365e93 ResourceInvariantUUID:4ecaff25-ff85-473f-93c7-8e88e7c5b18c ResourceName:vFW a4ba581e-3629 ResourceType:VF ResourceUUID:bf06b846-e7a5-4a96-bfe4-7ab1b9495938 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa4ba581e36290_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json ArtifactUUID:84774063-0a74-4b34-920f-5e4850563423 ArtifactChecksum:ZWM4MDA3NWM2NGZmNDYwZDJmYzM3ZTM2NmU3NWUwOGQ= 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/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml ArtifactUUID:be3165ba-e72a-461c-b93c-c59d967097ac 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/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env ArtifactUUID:975379f6-8a29-421c-b42a-82548523ace9 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/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env ArtifactUUID:975379f6-8a29-421c-b42a-82548523ace9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T13:08:17.460Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7efc900-6670-4388-a2e8-4bc803b110b9 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=? 2022-03-23T13:08:17.494Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:08:17.495Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:08:17.495Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:08:17.495Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 95803f21-9594-4149-a83a-703f4a6480a3 from URL: /sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:17.495Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:08:17.496Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:17.577Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:08:17.585Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar 95803f21-9594-4149-a83a-703f4a6480a3 99004 2022-03-23T13:08:17.585Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar ASDC sendASDCNotification 2022-03-23T13:08:17.586Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:17.586Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:08:17.586Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:17.588Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:17.588Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040897585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:17.689Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:17.690Z||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. 2022-03-23T13:08:17.690Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:17.704Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:17.705Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:08:18.589Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:08:18.590Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:08:18.591Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 95803f21-9594-4149-a83a-703f4a6480a3, URL: /sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar to file: /app/ASDC/1/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:18.591Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323130527-csar.csar 2022-03-23T13:08:18.592Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:18.592Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:18.934Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1180313866594059539/Definitions/service-Vfw20220323130527-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_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 2022-03-23T13:08:21.370Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:08:21.371Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:08:21.371Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.371Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-23T13:08:21.372Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.372Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.372Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.372Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.372Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.373Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.373Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.373Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.373Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.373Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.374Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.374Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a4ba581e-3629 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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.374Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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-Vfw20220323130527-csar.csar 2022-03-23T13:08:21.374Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:08:21.375Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.375Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.376Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:21.376Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:08:21.376Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:08:21.377Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.377Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.377Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:21.378Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:08:21.378Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:08:21.379Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.379Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.379Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.379Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:21.380Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:21.380Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:21.380Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:08:21.380Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.381Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.381Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.381Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:08:21.382Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:08:21.382Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:08:21.383Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.383Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.383Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:08:21.384Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.384Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:08:21.384Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.384Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T13:08:21.385Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.385Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:08:21.385Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.385Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:21.386Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:21.386Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.386Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:21.386Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:21.387Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.387Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:21.387Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:21.388Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.388Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:21.388Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:21.388Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:21.388Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-23T13:08:21.389Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:08:21.389Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:08:21.389Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.389Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.390Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:08:21.390Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.390Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:08:21.391Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.391Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1413b89e-543d-459d-9692-e493d918eff8 2022-03-23T13:08:21.391Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.392Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:21.392Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:21.392Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:21.393Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:08:21.393Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.393Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.393Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.394Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:08:21.394Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-23T13:08:21.394Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:08:21.395Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.395Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:08:21.395Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.396Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5477d204-aa01-4fcd-a5af-454103a4c111 2022-03-23T13:08:21.396Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.397Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:21.397Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:21.397Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:21.398Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:08:21.398Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.398Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.399Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.399Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:08:21.399Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:08:21.400Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:08:21.400Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:21.400Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:21.401Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-23T13:08:21.401Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be379e13-4a1a-46e8-a7eb-6a4ee50b02c5 2022-03-23T13:08:21.401Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.402Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.402Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.402Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.403Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.403Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.403Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:21.404Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:21.404Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-23 13-05-27 Description:catalog service description Model UUID:b7efc900-6670-4388-a2e8-4bc803b110b9 Model Version:NULL Model InvariantUuid:0ba944d0-e938-42c0-898e-c8757f7abc81 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a4ba581e-3629 Model UUID:abc1578e-2566-4b2a-96b3-a37fc39e613b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4ecaff25-ff85-473f-93c7-8e88e7c5b18c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:82d08058-7203-4a42-8d30-53928b365e93 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e7f1d66e-e3d9-4b2f-9448-32eddc7e61d4 ModelName:VfwA4ba581e3629..base_vfw..module-0 ModelUuid:54d898d8-0cf6-4128-8056-72bfd5b5db0f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1413b89e-543d-459d-9692-e493d918eff8 ModelInvariantUuid:971da35c-989e-4eed-a63d-49f42e594797 ModelName:vFW a4ba581e-3629-nodes.vfwCvfc ModelUuid:f662a5d8-4313-4a70-8df3-9bd1483d34c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2c8ea6d0-fd65-4990-8113-13e976cc576c ModelInvariantUuid:32abce7a-c77c-4d61-97b3-37ebd90f1abc ModelName:VfwA4ba581e3629.compute.nodes.heat.vfw ModelUuid:46336a60-375c-40b5-8871-53bc4842298f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5477d204-aa01-4fcd-a5af-454103a4c111 ModelInvariantUuid:ad2cf8d6-061d-4910-a1bf-ba68f3d23158 ModelName:vFW a4ba581e-3629-nodes.vsnCvfc ModelUuid:d66ef6c4-053f-48c4-9e72-fe21334f6bda ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:31201de4-3c77-4aa6-82c6-36b7ccbf78d4 ModelInvariantUuid:fb5a7f1d-4829-4bb2-b951-939ee9638b7b ModelName:VfwA4ba581e3629.compute.nodes.heat.vsn ModelUuid:7a30c9bd-b207-4b28-bdf4-9b9bb7ffe737 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:be379e13-4a1a-46e8-a7eb-6a4ee50b02c5 ModelInvariantUuid:d311582a-5846-4dda-9d14-24e9377f0395 ModelName:vFW a4ba581e-3629-nodes.vpgCvfc ModelUuid:307874f4-62f0-4ec5-9ee1-e5d353f520d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:97433516-3a63-49bf-afa7-ce5581a52ded ModelInvariantUuid:1d0d694c-c309-44af-afaf-b709b30a8746 ModelName:VfwA4ba581e3629.compute.nodes.heat.vpg ModelUuid:70617d3d-c881-4b4a-ae51-18ca55d57bda 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:08:21.414Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bf06b846-e7a5-4a96-bfe4-7ab1b9495938 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:08:21.417Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||vFW a4ba581e-3629 0 2022-03-23T13:08:21.418Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf06b846-e7a5-4a96-bfe4-7ab1b9495938 2022-03-23T13:08:21.418Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 84774063-0a74-4b34-920f-5e4850563423 from URL: /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json 2022-03-23T13:08:21.419Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:08:21.419Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json 2022-03-23T13:08:21.719Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:08:21.720Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json 84774063-0a74-4b34-920f-5e4850563423 785 2022-03-23T13:08:21.721Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json ASDC sendASDCNotification 2022-03-23T13:08:21.721Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json 2022-03-23T13:08:21.721Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:08:21.722Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:21.724Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:21.724Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040901721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:21.825Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:21.826Z||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. 2022-03-23T13:08:21.827Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:21.842Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:21.843Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:08:22.725Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA4ba581e3629..base_vfw..module-0", "vfModuleModelInvariantUUID": "e7f1d66e-e3d9-4b2f-9448-32eddc7e61d4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54d898d8-0cf6-4128-8056-72bfd5b5db0f", "vfModuleModelCustomizationUUID": "9056c77c-bd7f-4b5f-bd71-8782966da832", "isBase": true, "artifacts": [ "be3165ba-e72a-461c-b93c-c59d967097ac", "975379f6-8a29-421c-b42a-82548523ace9" ], "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": "" } } ] 2022-03-23T13:08:22.731Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA4ba581e3629..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54d898d8-0cf6-4128-8056-72bfd5b5db0f VfModuleModelInvariantUUID:e7f1d66e-e3d9-4b2f-9448-32eddc7e61d4 VfModuleModelDescription:NULL Artifacts UUID List:{ be3165ba-e72a-461c-b93c-c59d967097ac , 975379f6-8a29-421c-b42a-82548523ace9 } 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 } 2022-03-23T13:08:22.734Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA4ba581e3629..base_vfw..module-0", "vfModuleModelInvariantUUID": "e7f1d66e-e3d9-4b2f-9448-32eddc7e61d4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54d898d8-0cf6-4128-8056-72bfd5b5db0f", "vfModuleModelCustomizationUUID": "9056c77c-bd7f-4b5f-bd71-8782966da832", "isBase": true, "artifacts": [ "be3165ba-e72a-461c-b93c-c59d967097ac", "975379f6-8a29-421c-b42a-82548523ace9" ], "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": "" } } ] 2022-03-23T13:08:22.734Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA4ba581e3629..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54d898d8-0cf6-4128-8056-72bfd5b5db0f VfModuleModelInvariantUUID:e7f1d66e-e3d9-4b2f-9448-32eddc7e61d4 VfModuleModelDescription:NULL Artifacts UUID List:{ be3165ba-e72a-461c-b93c-c59d967097ac , 975379f6-8a29-421c-b42a-82548523ace9 } 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 } 2022-03-23T13:08:22.734Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be3165ba-e72a-461c-b93c-c59d967097ac from URL: /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml 2022-03-23T13:08:22.734Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:08:22.734Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml 2022-03-23T13:08:23.023Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:08:23.024Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml be3165ba-e72a-461c-b93c-c59d967097ac 20368 2022-03-23T13:08:23.025Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-23T13:08:23.025Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml 2022-03-23T13:08:23.025Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:08:23.026Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:23.028Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:23.028Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040903025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:23.128Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:23.130Z||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. 2022-03-23T13:08:23.130Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:23.143Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:23.144Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:24.029Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 975379f6-8a29-421c-b42a-82548523ace9 from URL: /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env 2022-03-23T13:08:24.030Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:08:24.030Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env 2022-03-23T13:08:24.224Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:08:24.225Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env 975379f6-8a29-421c-b42a-82548523ace9 2098 2022-03-23T13:08:24.225Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-23T13:08:24.226Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env 2022-03-23T13:08:24.226Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:08:24.226Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:24.229Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:24.229Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040904225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:08:24.329Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:24.331Z||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. 2022-03-23T13:08:24.331Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:24.343Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:24.344Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:08:25.230Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b7efc900-6670-4388-a2e8-4bc803b110b9 2022-03-23T13:08:25.231Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a4ba581e-3629 0 bf06b846-e7a5-4a96-bfe4-7ab1b9495938 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:08:25.249Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b432907, org.onap.sdc.toscaparser.api.parameters.Input@50570b6e, org.onap.sdc.toscaparser.api.parameters.Input@16963474, org.onap.sdc.toscaparser.api.parameters.Input@76501e40, org.onap.sdc.toscaparser.api.parameters.Input@14b90a9c] 2022-03-23T13:08:25.250Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.250Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.250Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-23T13:08:25.251Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 82d08058-7203-4a42-8d30-53928b365e93 2022-03-23T13:08:25.251Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82d08058-7203-4a42-8d30-53928b365e93 matches Tosca VF Customization UUID: 82d08058-7203-4a42-8d30-53928b365e93 2022-03-23T13:08:25.251Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 82d08058-7203-4a42-8d30-53928b365e93 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-23T13:08:25.254Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.254Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.255Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 82d08058-7203-4a42-8d30-53928b365e93: {\"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\"} 2022-03-23T13:08:25.255Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d9b6652 2022-03-23T13:08:25.255Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.255Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:08:25.256Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9056c77c-bd7f-4b5f-bd71-8782966da832 2022-03-23T13:08:25.256Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9056c77c-bd7f-4b5f-bd71-8782966da832 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-23T13:08:25.258Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.258Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:25.259Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:25.259Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.259Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:25.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:25.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:25.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:25.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:25.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-23T13:08:25.261Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:08:25.261Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:08:25.261Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.261Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:25.262Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:08:25.262Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:25.262Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:08:25.262Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.263Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1413b89e-543d-459d-9692-e493d918eff8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:08:25.265Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.265Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:25.266Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:25.266Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.266Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:25.266Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:25.266Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:25.267Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:08:25.267Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.267Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:25.267Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.267Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:08:25.267Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-23T13:08:25.268Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:08:25.268Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:25.268Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:08:25.268Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.268Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5477d204-aa01-4fcd-a5af-454103a4c111 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:08:25.270Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.270Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:25.271Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:25.274Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.274Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is not matching search criteria 2022-03-23T13:08:25.274Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:08:25.274Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:08:25.274Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:08:25.275Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.275Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:25.275Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.275Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:08:25.275Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:08:25.276Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:08:25.276Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:08:25.276Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:08:25.276Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-23T13:08:25.276Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be379e13-4a1a-46e8-a7eb-6a4ee50b02c5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:08:25.279Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.279Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:25.279Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:08:25.279Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.280Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Node template vFW a4ba581e-3629 0 is matching search criteria 2022-03-23T13:08:25.280Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a4ba581e-3629 0] matching following query criteria: sdcType=VF, customizationUUID=82d08058-7203-4a42-8d30-53928b365e93 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:08:25.283Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.284Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.284Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b7efc900-6670-4388-a2e8-4bc803b110b9: vFW a4ba581e-3629 2022-03-23T13:08:25.284Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.285Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.285Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.285Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.285Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.285Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.286Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.286Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.286Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:08:25.286Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-05-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:08:25.286Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-23 13-05-27 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-03-23T13:08:25.469Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a4ba581e-3629 bf06b846-e7a5-4a96-bfe4-7ab1b9495938 1 ASDC deployResourceStructure 2022-03-23T13:08:25.470Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json ASDC sendASDCNotification 2022-03-23T13:08:25.470Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json 2022-03-23T13:08:25.471Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:08:25.471Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:25.474Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:25.474Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040905470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:08:25.574Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:25.575Z||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. 2022-03-23T13:08:25.576Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:25.586Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:25.587Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:26.475Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-23T13:08:26.475Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml 2022-03-23T13:08:26.475Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:08:26.476Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:26.478Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:26.478Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040906475, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:08:26.581Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-23T13:08:26.582Z||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. 2022-03-23T13:08:26.583Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:26.594Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:26.595Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:08:27.479Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-23T13:08:27.480Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env 2022-03-23T13:08:27.480Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:08:27.481Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:27.483Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:27.483Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040907479, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-23T13:08:27.583Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:27.584Z||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. 2022-03-23T13:08:27.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:27.596Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:27.597Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:08:28.484Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar ASDC sendASDCNotification 2022-03-23T13:08:28.485Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar 2022-03-23T13:08:28.485Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:08:28.485Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:08:28.487Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:08:28.487Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040908484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:08:28.587Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:08:28.588Z||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. 2022-03-23T13:08:28.588Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:08:28.599Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:08:28.600Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:08:29.488Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:08:29.502Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:08:29.504Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:08:29.504Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:08:29.505Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:08:59.505Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:08:59.520Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:08:59.524Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:08:59.525Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:08:59.525Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:09:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:09:15.702Z||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. 2022-03-23T13:09:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:09:15.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:09:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:09:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "policy-id", "timestamp": 1648040835662, "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=? 2022-03-23T13:09:15.735Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b787ca03-328c-4ea1-91cd-588ec9fb5e9f 2022-03-23T13:09:15.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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 (?, ?, ?, ?, ?) 2022-03-23T13:09:29.525Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:09:29.540Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:09:29.543Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:09:29.543Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:09:29.543Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:09:59.543Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:09:59.556Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:09:59.561Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:09:59.562Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:09:59.562Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:10:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:10:15.704Z||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. 2022-03-23T13:10:15.704Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:10:15.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:10:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040836739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040837766, "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=? 2022-03-23T13:10:15.743Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b787ca03-328c-4ea1-91cd-588ec9fb5e9f 2022-03-23T13:10:15.744Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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=? 2022-03-23T13:10:15.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1648040838771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "ves-openapi-manager", "timestamp": 1648040834936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040836947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040844178, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040844846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:10:15.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "aai-ml", "timestamp": 1648040845182, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:10:15.771Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b787ca03-328c-4ea1-91cd-588ec9fb5e9f 2022-03-23T13:10:15.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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 (?, ?, ?, ?, ?) 2022-03-23T13:10:15.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040846342, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:10:15.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040848110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:10:15.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040848351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:10:15.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648040849113, "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=? 2022-03-23T13:10:15.818Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b787ca03-328c-4ea1-91cd-588ec9fb5e9f 2022-03-23T13:10:15.818Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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 (?, ?, ?, ?, ?) 2022-03-23T13:10:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "clamp", "timestamp": 1648040849354, "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=? 2022-03-23T13:10:15.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b787ca03-328c-4ea1-91cd-588ec9fb5e9f 2022-03-23T13:10:15.836Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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 (?, ?, ?, ?, ?) 2022-03-23T13:10:15.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fd25070-f8cb-40c0-92dd-a62e32e0afa3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040885049, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:10:15.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:10:15.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "NOTIFIED" } 2022-03-23T13:10:15.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:10:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T13:10:15.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:10:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:10:15.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:10:29.562Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:10:29.578Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:10:29.582Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:10:29.582Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:10:29.582Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:10:29.582Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:10:29.583Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:10:29.589Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:10:59.590Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f 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=? 2022-03-23T13:10:59.599Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b787ca03-328c-4ea1-91cd-588ec9fb5e9f and serviceModelVersionId: b7efc900-6670-4388-a2e8-4bc803b110b9 2022-03-23T13:10:59.599Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ba944d0-e938-42c0-898e-c8757f7abc81 2022-03-23T13:10:59.600Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ba944d0-e938-42c0-898e-c8757f7abc81/model-vers/model-ver/b7efc900-6670-4388-a2e8-4bc803b110b9?depth=0 2022-03-23T13:10:59.607Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:10:59.665Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ba944d0-e938-42c0-898e-c8757f7abc81/model-vers/model-ver/b7efc900-6670-4388-a2e8-4bc803b110b9?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]} 2022-03-23T13:10:59.669Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ba944d0-e938-42c0-898e-c8757f7abc81/model-vers/model-ver/b7efc900-6670-4388-a2e8-4bc803b110b9?depth=0|INFO|500||Invoke 2022-03-23T13:10:59.705Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ba944d0-e938-42c0-898e-c8757f7abc81/model-vers/model-ver/b7efc900-6670-4388-a2e8-4bc803b110b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:10:59.854Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ba944d0-e938-42c0-898e-c8757f7abc81/model-vers/model-ver/b7efc900-6670-4388-a2e8-4bc803b110b9?depth=0|INFO|500||InvokeReturn 2022-03-23T13:10:59.854Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ba944d0-e938-42c0-898e-c8757f7abc81/model-vers/model-ver/b7efc900-6670-4388-a2e8-4bc803b110b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-13:10:59:623-23751], vertex-id=[217328], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:10:59 GMT], Content-Type=[application/json]} 2022-03-23T13:10:59.855Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:10:59.856Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:10:59.856Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:10:59.861Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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) 2022-03-23T13:10:59.862Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b787ca03-328c-4ea1-91cd-588ec9fb5e9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:10:59.862Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:10:59.862Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:10:59.865Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:10:59.865Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041059862, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:10:59.966Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:10:59.967Z||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. 2022-03-23T13:10:59.968Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:10:59.981Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:10:59.982Z||pool-34-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=? 2022-03-23T13:11:00.881Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:11:00.882Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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. 2022-03-23T13:11:00.882Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:05.213Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:05.214Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:11:05.215Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"31a92c60-99a2-435b-8894-0abfea7eb47b","serviceName":"vFW 2022-03-23 13-08-25","serviceVersion":"1.0","serviceUUID":"0845956a-cc94-4755-8658-b3ff455cabdf","serviceDescription":"catalog service description","serviceInvariantUUID":"6411529d-2a0d-4012-909b-e352a8db4355","resources":[{"resourceInstanceName":"vFW 9c51e026-0677 0","resourceName":"vFW 9c51e026-0677","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b04be08f-9060-410e-876c-6cd4e44d49ff","resourceInvariantUUID":"e4d52c32-8427-49cb-a4c7-98236e846d86","resourceCustomizationUUID":"08375905-bf79-47ff-a15d-82c5a603ad6f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml","artifactChecksum":"ZTY5Njc2NGJjYWUyOTA5OTEzMzZmODgyZTZkZGZjMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c098d442-9002-40f1-9aee-81122786254d","artifactVersion":"1"},{"artifactName":"vfw9c51e02606770_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json","artifactChecksum":"NzgyODg5NDI3MDU4YjExYzA1MjI3ZTQzM2JiMTNjYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47ac3134-1d4b-4707-b27f-524bf1d84375","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52c9a337-2885-4361-8f92-6df927b8fb36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQyY2ExYmVkZmRiMzY0MzM4ZmQwODdmYjliNDgyM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d5577c23-4b56-4d98-92dd-cad0f4e8f444","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd6dec3d-c333-4413-bb19-4845b547b45a","artifactVersion":"3","generatedFromUUID":"52c9a337-2885-4361-8f92-6df927b8fb36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323130825-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml","artifactChecksum":"NDg5YzMxMmIyN2MyMTI2MjJiNTdlODc4YmI3ODRhZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4845700-54b3-4f53-9160-f2c6163aff37","artifactVersion":"1"},{"artifactName":"service-Vfw20220323130825-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar","artifactChecksum":"YmQ3ZTY2YzEwNjdjODExZDk1MjQzZjQ0ZmZlNTFiYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7924303-1b11-4512-bbe6-ac66e8e4995f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:11:05.220Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:05.221Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:05.223Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:05.224Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:11:05.324Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:05.325Z||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. 2022-03-23T13:11:05.325Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:05.337Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:05.338Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:11:06.224Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:06.226Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:06.229Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:06.229Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOTIFIED" } 2022-03-23T13:11:06.329Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:06.331Z||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. 2022-03-23T13:11:06.331Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:06.347Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:06.348Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:07.230Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:07.232Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:07.235Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:07.235Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:11:07.335Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:11:07.336Z||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. 2022-03-23T13:11:07.337Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:07.349Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:07.349Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:11:08.237Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:08.239Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:08.245Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:08.245Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:11:08.345Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:08.346Z||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. 2022-03-23T13:11:08.346Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:08.358Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:08.359Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:09.246Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:09.247Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:09.249Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:09.249Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T13:11:09.349Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:09.351Z||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. 2022-03-23T13:11:09.351Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:09.362Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:09.363Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:10.250Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:10.251Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:10.254Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:10.254Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:11:10.354Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:10.355Z||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. 2022-03-23T13:11:10.355Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:10.367Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:10.368Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:11.255Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:11:11.256Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:11.258Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:11.258Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:11:11.359Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:11:11.359Z||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. 2022-03-23T13:11:11.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:11.371Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:11.372Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:12.260Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "serviceName": "vFW 2022-03-23 13-08-25", "serviceVersion": "1.0", "serviceUUID": "0845956a-cc94-4755-8658-b3ff455cabdf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6411529d-2a0d-4012-909b-e352a8db4355", "resources": [ { "resourceInstanceName": "vFW 9c51e026-0677 0", "resourceCustomizationUUID": "08375905-bf79-47ff-a15d-82c5a603ad6f", "resourceName": "vFW 9c51e026-0677", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b04be08f-9060-410e-876c-6cd4e44d49ff", "resourceInvariantUUID": "e4d52c32-8427-49cb-a4c7-98236e846d86", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9c51e02606770_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "artifactChecksum": "NzgyODg5NDI3MDU4YjExYzA1MjI3ZTQzM2JiMTNjYWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "47ac3134-1d4b-4707-b27f-524bf1d84375", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "52c9a337-2885-4361-8f92-6df927b8fb36", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "bd6dec3d-c333-4413-bb19-4845b547b45a", "generatedFromUUID": "52c9a337-2885-4361-8f92-6df927b8fb36" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "bd6dec3d-c333-4413-bb19-4845b547b45a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220323130825-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "artifactChecksum": "YmQ3ZTY2YzEwNjdjODExZDk1MjQzZjQ0ZmZlNTFiYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f7924303-1b11-4512-bbe6-ac66e8e4995f" } ], "workloadContext": "Production" } 2022-03-23T13:11:12.261Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:11:12.261Z|b787ca03-328c-4ea1-91cd-588ec9fb5e9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0845956a-cc94-4755-8658-b3ff455cabdf ASDC 2022-03-23T13:11:12.262Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:31a92c60-99a2-435b-8894-0abfea7eb47b ServiceName:vFW 2022-03-23 13-08-25 ServiceVersion:1.0 ServiceUUID:0845956a-cc94-4755-8658-b3ff455cabdf ServiceInvariantUUID:6411529d-2a0d-4012-909b-e352a8db4355 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220323130825-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar ArtifactUUID:f7924303-1b11-4512-bbe6-ac66e8e4995f ArtifactChecksum:YmQ3ZTY2YzEwNjdjODExZDk1MjQzZjQ0ZmZlNTFiYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9c51e026-0677 0 ResourceCustomizationUUID:08375905-bf79-47ff-a15d-82c5a603ad6f ResourceInvariantUUID:e4d52c32-8427-49cb-a4c7-98236e846d86 ResourceName:vFW 9c51e026-0677 ResourceType:VF ResourceUUID:b04be08f-9060-410e-876c-6cd4e44d49ff ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9c51e02606770_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json ArtifactUUID:47ac3134-1d4b-4707-b27f-524bf1d84375 ArtifactChecksum:NzgyODg5NDI3MDU4YjExYzA1MjI3ZTQzM2JiMTNjYWQ= 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/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml ArtifactUUID:52c9a337-2885-4361-8f92-6df927b8fb36 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env ArtifactUUID:bd6dec3d-c333-4413-bb19-4845b547b45a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env ArtifactUUID:bd6dec3d-c333-4413-bb19-4845b547b45a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T13:11:12.262Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0845956a-cc94-4755-8658-b3ff455cabdf 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 (?, ?, ?, ?, ?) 2022-03-23T13:11:12.295Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:11:12.296Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:11:12.296Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:11:12.296Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f7924303-1b11-4512-bbe6-ac66e8e4995f from URL: /sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:12.297Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:11:12.298Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:12.379Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:11:12.384Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar f7924303-1b11-4512-bbe6-ac66e8e4995f 98991 2022-03-23T13:11:12.385Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar ASDC sendASDCNotification 2022-03-23T13:11:12.385Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:12.385Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:11:12.386Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:12.410Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:12.411Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041072385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:12.488Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2022-03-23T13:11:12.489Z||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. 2022-03-23T13:11:12.489Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:12.509Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:12.510Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:11:13.411Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:11:13.412Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:11:13.413Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f7924303-1b11-4512-bbe6-ac66e8e4995f, URL: /sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar to file: /app/ASDC/1/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:13.413Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323130825-csar.csar 2022-03-23T13:11:13.414Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:13.414Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:13.641Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2784251282547243907/Definitions/service-Vfw20220323130825-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_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 2022-03-23T13:11:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:11:15.701Z||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. 2022-03-23T13:11:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:15.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:15.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040886071, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:11:15.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:11:15.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040897585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040901721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040903025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040904225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040905470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/vfwa4ba581e36290_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040906475, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040907479, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/resourceInstances/vfwa4ba581e36290/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-23T13:11:15.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:11:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:11:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648040908484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130527/1.0/artifacts/service-Vfw20220323130527-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:11:15.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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 2022-03-23T13:11:15.906Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:11:15.907Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:11:15.907Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.907Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-23T13:11:15.907Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.908Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.909Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9c51e026-0677 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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.909Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.909Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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-Vfw20220323130825-csar.csar 2022-03-23T13:11:15.909Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:11:15.909Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.909Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.910Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:15.910Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:11:15.910Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:11:15.910Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.910Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.911Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:15.911Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:11:15.911Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:11:15.911Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.911Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.911Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.912Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:11:15.913Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.914Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:11:15.914Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.914Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T13:11:15.914Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.914Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:11:15.914Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.915Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:15.915Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:15.915Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.915Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:15.915Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:15.916Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:15.917Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-23T13:11:15.917Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:11:15.917Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:11:15.917Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.917Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.917Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:11:15.918Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.918Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:11:15.918Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.918Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04e56ab3-fa50-4d4c-aacb-426bd422cf75 2022-03-23T13:11:15.918Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.919Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:15.919Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:15.919Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:15.919Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:11:15.919Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.920Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.920Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.920Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:11:15.920Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-23T13:11:15.921Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:11:15.921Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.921Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:11:15.921Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.921Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ae28306-5c99-4d45-b256-4b7786755d79 2022-03-23T13:11:15.922Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.922Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:15.922Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:15.922Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:15.922Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:11:15.923Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=82bcc27c-befd-4954-b205-5eff752558c8 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.924Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.925Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.925Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.925Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:15.925Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:15.925Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-23 13-08-25 Description:catalog service description Model UUID:0845956a-cc94-4755-8658-b3ff455cabdf Model Version:NULL Model InvariantUuid:6411529d-2a0d-4012-909b-e352a8db4355 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9c51e026-0677 Model UUID:31ddd798-1c06-4c6f-8132-96d2bcf46199 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e4d52c32-8427-49cb-a4c7-98236e846d86 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08375905-bf79-47ff-a15d-82c5a603ad6f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:86e70e94-45fc-403e-80a2-57c83dac335c ModelName:Vfw9c51e0260677..base_vfw..module-0 ModelUuid:c0f7652a-9513-421b-a30e-70a42455c029 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:04e56ab3-fa50-4d4c-aacb-426bd422cf75 ModelInvariantUuid:1eb62fa7-9b57-48c0-bdb2-83ca4a08fd7d ModelName:vFW 9c51e026-0677-nodes.vfwCvfc ModelUuid:c03d7395-2cae-427c-b82f-4fad2cf88e52 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:cd245317-3d97-44b6-b26b-bcb42759240d ModelInvariantUuid:238275bb-e3b6-4f27-a21d-9cfac21a4901 ModelName:Vfw9c51e0260677.compute.nodes.heat.vfw ModelUuid:ea9d9e58-6694-4692-803c-e35adc8f0145 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5ae28306-5c99-4d45-b256-4b7786755d79 ModelInvariantUuid:5f00e6c6-1a88-48ce-8cf4-a902c8eb3e0f ModelName:vFW 9c51e026-0677-nodes.vsnCvfc ModelUuid:d7ade333-9956-47b4-84fe-36ffb7e0f8ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c4cac7de-7bb2-41f7-9491-5e7d308bbc4b ModelInvariantUuid:f2b1f6e2-49b0-4e8b-a0fe-3b8dd8b97ee8 ModelName:Vfw9c51e0260677.compute.nodes.heat.vsn ModelUuid:e67d3df9-2c2a-448c-92f3-3a138a3466ff ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:82bcc27c-befd-4954-b205-5eff752558c8 ModelInvariantUuid:044a06c4-7416-45f7-8ebf-f7355c505d93 ModelName:vFW 9c51e026-0677-nodes.vpgCvfc ModelUuid:9eb2bb88-433c-4835-b43b-2ba27cf705d1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3f822dbc-1ba9-486e-9911-f7f1375845c8 ModelInvariantUuid:6c249620-ed64-45a5-b7cb-faeed9488c92 ModelName:Vfw9c51e0260677.compute.nodes.heat.vpg ModelUuid:3984b49c-f53e-4efa-9f9c-9b7fbd904f4f 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:11:15.933Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b04be08f-9060-410e-876c-6cd4e44d49ff Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:11:15.936Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||vFW 9c51e026-0677 0 2022-03-23T13:11:15.936Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b04be08f-9060-410e-876c-6cd4e44d49ff 2022-03-23T13:11:15.936Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 47ac3134-1d4b-4707-b27f-524bf1d84375 from URL: /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json 2022-03-23T13:11:15.936Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:11:15.936Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json 2022-03-23T13:11:15.991Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:11:15.992Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json 47ac3134-1d4b-4707-b27f-524bf1d84375 785 2022-03-23T13:11:15.992Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json ASDC sendASDCNotification 2022-03-23T13:11:15.992Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json 2022-03-23T13:11:15.992Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:11:15.992Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:15.994Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:15.995Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041075992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:16.095Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:16.096Z||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. 2022-03-23T13:11:16.096Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:16.115Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:16.115Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:16.996Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9c51e0260677..base_vfw..module-0", "vfModuleModelInvariantUUID": "86e70e94-45fc-403e-80a2-57c83dac335c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c0f7652a-9513-421b-a30e-70a42455c029", "vfModuleModelCustomizationUUID": "4eef61b0-2216-4049-bf4d-0af34181d319", "isBase": true, "artifacts": [ "52c9a337-2885-4361-8f92-6df927b8fb36", "bd6dec3d-c333-4413-bb19-4845b547b45a" ], "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": "" } } ] 2022-03-23T13:11:17.000Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9c51e0260677..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c0f7652a-9513-421b-a30e-70a42455c029 VfModuleModelInvariantUUID:86e70e94-45fc-403e-80a2-57c83dac335c VfModuleModelDescription:NULL Artifacts UUID List:{ 52c9a337-2885-4361-8f92-6df927b8fb36 , bd6dec3d-c333-4413-bb19-4845b547b45a } 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 } 2022-03-23T13:11:17.003Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9c51e0260677..base_vfw..module-0", "vfModuleModelInvariantUUID": "86e70e94-45fc-403e-80a2-57c83dac335c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c0f7652a-9513-421b-a30e-70a42455c029", "vfModuleModelCustomizationUUID": "4eef61b0-2216-4049-bf4d-0af34181d319", "isBase": true, "artifacts": [ "52c9a337-2885-4361-8f92-6df927b8fb36", "bd6dec3d-c333-4413-bb19-4845b547b45a" ], "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": "" } } ] 2022-03-23T13:11:17.003Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9c51e0260677..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c0f7652a-9513-421b-a30e-70a42455c029 VfModuleModelInvariantUUID:86e70e94-45fc-403e-80a2-57c83dac335c VfModuleModelDescription:NULL Artifacts UUID List:{ 52c9a337-2885-4361-8f92-6df927b8fb36 , bd6dec3d-c333-4413-bb19-4845b547b45a } 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 } 2022-03-23T13:11:17.003Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 52c9a337-2885-4361-8f92-6df927b8fb36 from URL: /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml 2022-03-23T13:11:17.004Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:11:17.004Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml 2022-03-23T13:11:17.062Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:11:17.063Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml 52c9a337-2885-4361-8f92-6df927b8fb36 20368 2022-03-23T13:11:17.064Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-23T13:11:17.064Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml 2022-03-23T13:11:17.064Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:11:17.064Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:17.066Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:17.066Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041077064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:17.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:11:17.168Z||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. 2022-03-23T13:11:17.168Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:17.180Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:17.180Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:11:18.067Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd6dec3d-c333-4413-bb19-4845b547b45a from URL: /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env 2022-03-23T13:11:18.068Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:11:18.068Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env 2022-03-23T13:11:18.119Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:11:18.120Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env bd6dec3d-c333-4413-bb19-4845b547b45a 2098 2022-03-23T13:11:18.120Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-23T13:11:18.120Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env 2022-03-23T13:11:18.121Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:11:18.121Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:18.123Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:18.123Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041078120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:11:18.223Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:18.224Z||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. 2022-03-23T13:11:18.224Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:18.242Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:18.243Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:19.124Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0845956a-cc94-4755-8658-b3ff455cabdf 2022-03-23T13:11:19.124Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9c51e026-0677 0 b04be08f-9060-410e-876c-6cd4e44d49ff ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:11:19.142Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39c6cfe6, org.onap.sdc.toscaparser.api.parameters.Input@1c1b544f, org.onap.sdc.toscaparser.api.parameters.Input@2fd71256, org.onap.sdc.toscaparser.api.parameters.Input@5a53e9ef, org.onap.sdc.toscaparser.api.parameters.Input@5565b4bc] 2022-03-23T13:11:19.144Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.145Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.145Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-23T13:11:19.145Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 08375905-bf79-47ff-a15d-82c5a603ad6f 2022-03-23T13:11:19.145Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08375905-bf79-47ff-a15d-82c5a603ad6f matches Tosca VF Customization UUID: 08375905-bf79-47ff-a15d-82c5a603ad6f 2022-03-23T13:11:19.145Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 08375905-bf79-47ff-a15d-82c5a603ad6f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-23T13:11:19.147Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.147Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.148Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 08375905-bf79-47ff-a15d-82c5a603ad6f: {\"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\"} 2022-03-23T13:11:19.148Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41115303 2022-03-23T13:11:19.148Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.149Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:11:19.149Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4eef61b0-2216-4049-bf4d-0af34181d319 2022-03-23T13:11:19.149Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4eef61b0-2216-4049-bf4d-0af34181d319 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-23T13:11:19.151Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.151Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:19.151Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:19.152Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.152Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:19.152Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:19.152Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.153Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:19.153Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:19.153Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:19.153Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-23T13:11:19.153Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:11:19.154Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:11:19.154Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.154Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:19.154Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:11:19.155Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:19.155Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:11:19.156Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.156Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04e56ab3-fa50-4d4c-aacb-426bd422cf75 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:11:19.158Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.159Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:19.159Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:19.159Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.159Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:19.160Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:19.160Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:19.160Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:11:19.160Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.160Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:19.160Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.161Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:11:19.161Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-23T13:11:19.161Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T13:11:19.161Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:19.161Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T13:11:19.161Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.162Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ae28306-5c99-4d45-b256-4b7786755d79 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:11:19.164Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.165Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:19.165Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:19.165Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.165Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is not matching search criteria 2022-03-23T13:11:19.166Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T13:11:19.166Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T13:11:19.166Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T13:11:19.166Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.166Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:19.167Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.167Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T13:11:19.167Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T13:11:19.167Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T13:11:19.168Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T13:11:19.168Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T13:11:19.168Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-23T13:11:19.168Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=82bcc27c-befd-4954-b205-5eff752558c8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:11:19.170Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.171Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:19.171Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:11:19.171Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.171Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Node template vFW 9c51e026-0677 0 is matching search criteria 2022-03-23T13:11:19.172Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9c51e026-0677 0] matching following query criteria: sdcType=VF, customizationUUID=08375905-bf79-47ff-a15d-82c5a603ad6f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:11:19.174Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.174Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.174Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0845956a-cc94-4755-8658-b3ff455cabdf: vFW 9c51e026-0677 2022-03-23T13:11:19.174Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.174Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.174Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.175Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.175Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.175Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.175Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.175Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.176Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:11:19.176Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-23 13-08-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:11:19.176Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-23 13-08-25 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-03-23T13:11:19.353Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9c51e026-0677 b04be08f-9060-410e-876c-6cd4e44d49ff 1 ASDC deployResourceStructure 2022-03-23T13:11:19.353Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json ASDC sendASDCNotification 2022-03-23T13:11:19.353Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json 2022-03-23T13:11:19.353Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:11:19.354Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:19.356Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:19.356Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041079353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:11:19.456Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:19.457Z||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. 2022-03-23T13:11:19.457Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:19.470Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:19.471Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:11:20.357Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-23T13:11:20.357Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml 2022-03-23T13:11:20.357Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:11:20.357Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:20.359Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:20.359Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041080357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:11:20.459Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:20.460Z||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. 2022-03-23T13:11:20.461Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:20.472Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:20.472Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:21.360Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-23T13:11:21.361Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env 2022-03-23T13:11:21.361Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:11:21.361Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:21.363Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:21.363Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041081360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-23T13:11:21.463Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:21.464Z||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. 2022-03-23T13:11:21.465Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:21.475Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:21.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:11:22.364Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar ASDC sendASDCNotification 2022-03-23T13:11:22.364Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar 2022-03-23T13:11:22.364Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:11:22.365Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:11:22.367Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:11:22.367Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041082364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:11:22.467Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:11:22.469Z||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. 2022-03-23T13:11:22.469Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:11:22.483Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:11:22.484Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:11:23.368Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:11:23.378Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:11:23.380Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:11:23.380Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:11:23.380Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:11:53.380Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:11:53.391Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:11:53.396Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:11:53.396Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:11:53.396Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:12:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:12:15.702Z||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. 2022-03-23T13:12:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:12:15.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:12:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOTIFIED" } 2022-03-23T13:12:15.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOTIFIED" } 2022-03-23T13:12:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:12:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:12:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:12:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:12:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:12:23.396Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:12:23.405Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:12:23.408Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:12:23.408Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:12:23.409Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:12:53.409Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:12:53.417Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:12:53.420Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:12:53.420Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:12:53.420Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:13:15.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:13:15.702Z||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. 2022-03-23T13:13:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:13:15.732Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:13:15.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041006540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041006866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041012104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041005917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041020458, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041021052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041020982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "ves-openapi-manager", "timestamp": 1648041014936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041021462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:13:15.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "cds", "timestamp": 1648041021990, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-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=? 2022-03-23T13:13:15.755Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31a92c60-99a2-435b-8894-0abfea7eb47b 2022-03-23T13:13:15.755Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31a92c60-99a2-435b-8894-0abfea7eb47b 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 (?, ?, ?, ?, ?) 2022-03-23T13:13:15.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041022358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "policy-id", "timestamp": 1648041022465, "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=? 2022-03-23T13:13:15.776Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31a92c60-99a2-435b-8894-0abfea7eb47b 2022-03-23T13:13:15.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31a92c60-99a2-435b-8894-0abfea7eb47b 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 (?, ?, ?, ?, ?) 2022-03-23T13:13:15.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041023568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041016948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041024600, "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=? 2022-03-23T13:13:15.794Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31a92c60-99a2-435b-8894-0abfea7eb47b 2022-03-23T13:13:15.795Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31a92c60-99a2-435b-8894-0abfea7eb47b 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=? 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041024856, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "multicloud-k8s-id", "timestamp": 1648041025603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041026373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041027998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041028383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041029002, "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=? 2022-03-23T13:13:15.810Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31a92c60-99a2-435b-8894-0abfea7eb47b 2022-03-23T13:13:15.810Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31a92c60-99a2-435b-8894-0abfea7eb47b 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 (?, ?, ?, ?, ?) 2022-03-23T13:13:15.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "clamp", "timestamp": 1648041029386, "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=? 2022-03-23T13:13:15.824Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31a92c60-99a2-435b-8894-0abfea7eb47b 2022-03-23T13:13:15.825Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31a92c60-99a2-435b-8894-0abfea7eb47b 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 (?, ?, ?, ?, ?) 2022-03-23T13:13:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041025860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041033797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041042902, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:13:15.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "aai-ml", "timestamp": 1648041043906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:13:15.841Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31a92c60-99a2-435b-8894-0abfea7eb47b 2022-03-23T13:13:15.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31a92c60-99a2-435b-8894-0abfea7eb47b 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 (?, ?, ?, ?, ?) 2022-03-23T13:13:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b787ca03-328c-4ea1-91cd-588ec9fb5e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041059862, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "NOTIFIED" } 2022-03-23T13:13:15.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T13:13:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:13:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041060881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:13:15.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:13:15.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:13:15.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041072385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:13:15.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:13:23.420Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:13:23.430Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:13:23.433Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:13:23.433Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:13:23.433Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:13:23.434Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:13:23.435Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:13:23.439Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:13:53.440Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31a92c60-99a2-435b-8894-0abfea7eb47b 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=? 2022-03-23T13:13:53.447Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31a92c60-99a2-435b-8894-0abfea7eb47b and serviceModelVersionId: 0845956a-cc94-4755-8658-b3ff455cabdf 2022-03-23T13:13:53.448Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6411529d-2a0d-4012-909b-e352a8db4355 2022-03-23T13:13:53.450Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6411529d-2a0d-4012-909b-e352a8db4355/model-vers/model-ver/0845956a-cc94-4755-8658-b3ff455cabdf?depth=0 2022-03-23T13:13:53.454Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:13:53.508Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6411529d-2a0d-4012-909b-e352a8db4355/model-vers/model-ver/0845956a-cc94-4755-8658-b3ff455cabdf?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]} 2022-03-23T13:13:53.509Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6411529d-2a0d-4012-909b-e352a8db4355/model-vers/model-ver/0845956a-cc94-4755-8658-b3ff455cabdf?depth=0|INFO|500||Invoke 2022-03-23T13:13:53.534Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6411529d-2a0d-4012-909b-e352a8db4355/model-vers/model-ver/0845956a-cc94-4755-8658-b3ff455cabdf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:13:53.826Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6411529d-2a0d-4012-909b-e352a8db4355/model-vers/model-ver/0845956a-cc94-4755-8658-b3ff455cabdf?depth=0|INFO|500||InvokeReturn 2022-03-23T13:13:53.827Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6411529d-2a0d-4012-909b-e352a8db4355/model-vers/model-ver/0845956a-cc94-4755-8658-b3ff455cabdf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-13:13:53:452-86080], vertex-id=[172048], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:13:53 GMT], Content-Type=[application/json]} 2022-03-23T13:13:53.828Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:13:53.829Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:13:53.829Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:13:53.833Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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) 2022-03-23T13:13:53.834Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31a92c60-99a2-435b-8894-0abfea7eb47b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:13:53.834Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:13:53.834Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:13:53.836Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:13:53.837Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041233834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:13:53.937Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:13:53.938Z||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. 2022-03-23T13:13:53.938Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:13:53.956Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:13:53.957Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 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=? 2022-03-23T13:13:54.849Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:13:54.849Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:13:54.850Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:05.098Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:05.099Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:05.100Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:14:05.100Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:14.657Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:14.657Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:14.658Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:14:14.658Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:15.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:15.701Z||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. 2022-03-23T13:14:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:15.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:15.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041075992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:14:15.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:15.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041077064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041078120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041079353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/vfw9c51e02606770_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041080357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:14:15.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:15.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041081360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/resourceInstances/vfw9c51e02606770/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-23T13:14:15.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:15.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T13:14:15.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041082364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323130825/1.0/artifacts/service-Vfw20220323130825-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:14:15.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:14:24.196Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:24.197Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:24.198Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:14:24.198Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:33.738Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:33.739Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:33.739Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:14:33.740Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:43.279Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:43.280Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:43.281Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:14:43.281Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:14:52.824Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:14:52.825Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:14:52.826Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:14:52.826Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:15:02.374Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:15:15.698Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:15:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:15:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:15:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:15:15.701Z||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. 2022-03-23T13:15:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:15:16.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:15:16.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T13:15:16.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31a92c60-99a2-435b-8894-0abfea7eb47b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041233834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:15:16.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:15:25.259Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:16:15.698Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:16:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:16:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:16:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:16:15.701Z||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. 2022-03-23T13:16:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:16:25.252Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:16:25.253Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:17:15.698Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:17:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:17:15.700Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:17:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:17:15.701Z||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. 2022-03-23T13:17:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:17:25.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:17:25.261Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:18:15.698Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:18:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:18:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:18:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:18:15.701Z||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. 2022-03-23T13:18:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:18:25.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:18:25.258Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:15.698Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:19:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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. 2022-03-23T13:19:15.699Z|31a92c60-99a2-435b-8894-0abfea7eb47b|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:19:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:19:15.701Z||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. 2022-03-23T13:19:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:19:16.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:16.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648041546866, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:19:16.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "clamp", "timestamp": 1648041546540, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:19:16.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "policy-id", "timestamp": 1648041545917, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:19:16.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "clamp", "timestamp": 1648041546540, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:19:16.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "multicloud-k8s-id", "timestamp": 1648041546866, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:19:16.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "policy-id", "timestamp": 1648041545917, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:19:16.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "policy-id", "timestamp": 1648041550355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:19:16.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:19:16.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "policy-id", "timestamp": 1648041551360, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:19:16.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:19:16.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "cds", "timestamp": 1648041552103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:19:16.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "policy-id", "timestamp": 1648041552362, "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 (?, ?, ?, ?, ?) 2022-03-23T13:19:16.309Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b68395-9ac9-4981-a047-bb0b137c64c3 2022-03-23T13:19:16.309Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b68395-9ac9-4981-a047-bb0b137c64c3 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 (?, ?, ?, ?, ?) 2022-03-23T13:19:16.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "cds", "timestamp": 1648041552103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:19:16.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "cds", "timestamp": 1648041554821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:19:16.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:19:16.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "clamp", "timestamp": 1648041555451, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:19:16.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:19:16.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "ves-openapi-manager", "timestamp": 1648041554936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:19:16.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:19:16.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "cds", "timestamp": 1648041555828, "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=? 2022-03-23T13:19:16.329Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3b68395-9ac9-4981-a047-bb0b137c64c3 2022-03-23T13:19:16.330Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b68395-9ac9-4981-a047-bb0b137c64c3 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=? 2022-03-23T13:19:16.334Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:16.335Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:19:16.335Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3b68395-9ac9-4981-a047-bb0b137c64c3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1f79c15c-10ea-4bb5-9ed0-fa83797b19e4","serviceDescription":"service","serviceInvariantUUID":"92b6f53b-c1bc-44aa-a99b-1acd4a155bd7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3209d173-38ce-4532-a9f1-7e02975a6e52","resourceInvariantUUID":"17839591-49c4-4307-9a6f-1d091e4617c2","resourceCustomizationUUID":"806b3259-3322-4e01-9f2d-4cddee0c0cd6","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":"ZDdiMGYxNzQ3OTlmNmFkMjM1MWY4ZDVmNjI1NjcwMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6dcf715-0190-4b63-8cc9-f6162b563379","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2IwNjdkY2MyNWM3ZmZhNWNlZGNjMjM2MWNmYzk3OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b88efa54-9539-4f9e-b37d-4267fd31b480","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T13:19:16.339Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:19:16.339Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:19:16.343Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:19:16.344Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041555698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:19:16.444Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:19:16.445Z||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. 2022-03-23T13:19:16.445Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:19:16.460Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:16.461Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:19:17.345Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:19:17.346Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:19:17.350Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:19:17.350Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041555698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:19:17.450Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:19:17.452Z||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. 2022-03-23T13:19:17.453Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:19:17.465Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:17.466Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:19:18.351Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "1f79c15c-10ea-4bb5-9ed0-fa83797b19e4", "serviceDescription": "service", "serviceInvariantUUID": "92b6f53b-c1bc-44aa-a99b-1acd4a155bd7", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "806b3259-3322-4e01-9f2d-4cddee0c0cd6", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "3209d173-38ce-4532-a9f1-7e02975a6e52", "resourceInvariantUUID": "17839591-49c4-4307-9a6f-1d091e4617c2", "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": "Y2IwNjdkY2MyNWM3ZmZhNWNlZGNjMjM2MWNmYzk3OWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b88efa54-9539-4f9e-b37d-4267fd31b480" } ], "workloadContext": "Production" } 2022-03-23T13:19:18.352Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:19:18.352Z|31a92c60-99a2-435b-8894-0abfea7eb47b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 ASDC 2022-03-23T13:19:18.353Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e3b68395-9ac9-4981-a047-bb0b137c64c3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 ServiceInvariantUUID:92b6f53b-c1bc-44aa-a99b-1acd4a155bd7 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:b88efa54-9539-4f9e-b37d-4267fd31b480 ArtifactChecksum:Y2IwNjdkY2MyNWM3ZmZhNWNlZGNjMjM2MWNmYzk3OWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:806b3259-3322-4e01-9f2d-4cddee0c0cd6 ResourceInvariantUUID:17839591-49c4-4307-9a6f-1d091e4617c2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:3209d173-38ce-4532-a9f1-7e02975a6e52 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-23T13:19:18.353Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 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=? 2022-03-23T13:19:18.382Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:19:18.383Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:19:18.383Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:19:18.384Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b88efa54-9539-4f9e-b37d-4267fd31b480 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-23T13:19:18.384Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:19:18.384Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-23T13:19:18.455Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:19:18.458Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b88efa54-9539-4f9e-b37d-4267fd31b480 52510 2022-03-23T13:19:18.458Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-23T13:19:18.458Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-23T13:19:18.459Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:19:18.459Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:19:18.462Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:19:18.463Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041558458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:19:18.563Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:19:18.564Z||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. 2022-03-23T13:19:18.564Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:19:18.577Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:18.578Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:19:19.463Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:19:19.464Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:19:19.465Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b88efa54-9539-4f9e-b37d-4267fd31b480, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:19.465Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-23T13:19:19.466Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:19.466Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:19.600Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17063425348464739907/Definitions/service-BasicNetwork-template.yml 2022-03-23T13:19:20.126Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:19:20.127Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:19:20.127Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.127Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-23T13:19:20.127Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.127Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.128Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.128Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.128Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.128Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.128Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.128Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.129Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:19:20.129Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.129Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.130Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-23T13:19:20.130Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:19:20.130Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:19:20.130Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.130Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.131Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-23T13:19:20.131Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:19:20.131Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:19:20.131Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.131Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.131Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.132Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.132Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.132Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.132Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.133Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.133Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.133Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.133Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 Model Version:NULL Model InvariantUuid:92b6f53b-c1bc-44aa-a99b-1acd4a155bd7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:17839591-49c4-4307-9a6f-1d091e4617c2 Model UUID:c4c54a75-c3c9-4a40-8375-0ed75732d645 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:806b3259-3322-4e01-9f2d-4cddee0c0cd6 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:19:20.140Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 3209d173-38ce-4532-a9f1-7e02975a6e52 2022-03-23T13:19:20.141Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||No resources found for Service: 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:19:20.147Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500|| 2022-03-23T13:19:20.147Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-23T13:19:20.148Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 2022-03-23T13:19:20.148Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 2022-03-23T13:19:20.148Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-23T13:19:20.148Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:19:20.156Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ad2b12d, org.onap.sdc.toscaparser.api.parameters.Input@57f09ef0, org.onap.sdc.toscaparser.api.parameters.Input@179e7c0c, org.onap.sdc.toscaparser.api.parameters.Input@aa9bd1d, org.onap.sdc.toscaparser.api.parameters.Input@57d2ebc] 2022-03-23T13:19:20.158Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.158Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.158Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.158Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.159Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4: Generic NeutronNet 2022-03-23T13:19:20.159Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.159Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.159Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.159Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-23T13:19:20.197Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.197Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.197Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.198Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.198Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:19:20.198Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:19:20.198Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?) 2022-03-23T13:19:20.246Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-23T13:19:20.247Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-23T13:19:20.247Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-23T13:19:20.247Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:19:20.248Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:19:20.250Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:19:20.251Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041560247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:19:20.351Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:19:20.352Z||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. 2022-03-23T13:19:20.352Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:19:20.363Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:19:20.363Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:19:21.252Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:19:21.264Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:19:21.267Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:19:21.267Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:19:21.267Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:19:51.267Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:19:51.282Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:19:51.286Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:19:51.287Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:19:51.287Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:20:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:20:15.703Z||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. 2022-03-23T13:20:15.704Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:20:15.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:20:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:20:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "ves-openapi-manager", "timestamp": 1648041554936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:20:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:20:21.287Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:20:21.298Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:20:21.300Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:20:21.301Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:20:21.301Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:20:51.301Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:20:51.313Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:20:51.315Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:20:51.316Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:20:51.316Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:21:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:21:15.702Z||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. 2022-03-23T13:21:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:21:15.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:21:15.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:21:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041555698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:21:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:21:21.316Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:21:21.328Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:21:21.331Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:21:21.331Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:21:21.331Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:21:51.331Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:21:51.342Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:21:51.345Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:21:51.346Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:21:51.346Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:22:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:22:15.702Z||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. 2022-03-23T13:22:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:22:15.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:22:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "clamp", "timestamp": 1648041557457, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041556947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041555698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "clamp", "timestamp": 1648041558460, "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=? 2022-03-23T13:22:15.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3b68395-9ac9-4981-a047-bb0b137c64c3 2022-03-23T13:22:15.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b68395-9ac9-4981-a047-bb0b137c64c3 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 (?, ?, ?, ?, ?) 2022-03-23T13:22:15.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041556947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:22:15.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:22:15.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041558458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:22:15.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041559755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041560247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041561291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:22:15.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041562296, "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=? 2022-03-23T13:22:15.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3b68395-9ac9-4981-a047-bb0b137c64c3 2022-03-23T13:22:15.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b68395-9ac9-4981-a047-bb0b137c64c3 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 (?, ?, ?, ?, ?) 2022-03-23T13:22:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "aai-ml", "timestamp": 1648041565860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:22:15.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:22:15.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "aai-ml", "timestamp": 1648041565860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "aai-ml", "timestamp": 1648041568784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "aai-ml", "timestamp": 1648041573583, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:22:15.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:22:15.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:22:15.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "aai-ml", "timestamp": 1648041574587, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:22:15.776Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3b68395-9ac9-4981-a047-bb0b137c64c3 2022-03-23T13:22:15.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b68395-9ac9-4981-a047-bb0b137c64c3 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 (?, ?, ?, ?, ?) 2022-03-23T13:22:21.346Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:22:21.359Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:22:21.363Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:22:21.363Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:22:21.363Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:22:21.363Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:22:21.363Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:22:21.363Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:22:21.364Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:22:21.364Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:22:21.364Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:22:21.364Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:22:21.364Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:22:21.369Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:22:51.370Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 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=? 2022-03-23T13:22:51.378Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3b68395-9ac9-4981-a047-bb0b137c64c3 and serviceModelVersionId: 1f79c15c-10ea-4bb5-9ed0-fa83797b19e4 2022-03-23T13:22:51.379Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92b6f53b-c1bc-44aa-a99b-1acd4a155bd7 2022-03-23T13:22:51.381Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0 2022-03-23T13:22:51.390Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:22:51.453Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0|INFO|500||Invoke 2022-03-23T13:22:51.454Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3b68395-9ac9-4981-a047-bb0b137c64c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8952e90-1234-4e4e-bc98-25d9902dc08a], X-ECOMP-RequestID=[e3b68395-9ac9-4981-a047-bb0b137c64c3], X-TransactionId=[], X-ONAP-RequestID=[e3b68395-9ac9-4981-a047-bb0b137c64c3], Content-Type=[application/merge-patch+json]} 2022-03-23T13:22:51.488Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:22:51.936Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-13:22:51:406-96146], vertex-id=[225520], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:22:51 GMT], Content-Type=[application/json]} 2022-03-23T13:22:51.937Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:22:51.938Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92b6f53b-c1bc-44aa-a99b-1acd4a155bd7/model-vers/model-ver/1f79c15c-10ea-4bb5-9ed0-fa83797b19e4?depth=0|INFO|500||InvokeReturn 2022-03-23T13:22:51.939Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:22:51.939Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:22:51.946Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|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) 2022-03-23T13:22:51.946Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3b68395-9ac9-4981-a047-bb0b137c64c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:22:51.947Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:22:51.947Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:22:51.950Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:22:51.950Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041771946, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:22:52.051Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:22:52.052Z||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. 2022-03-23T13:22:52.052Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:22:52.068Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:22:52.069Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 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=? 2022-03-23T13:22:53.658Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:22:53.659Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|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. 2022-03-23T13:22:53.659Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:22:58.020Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:22:58.021Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:22:58.021Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ef1c192-bf52-447a-ba27-9f23cfaedf44","serviceName":"Demo_pNF_gBGnsj1J1ycDVqFbDmYO","serviceVersion":"1.0","serviceUUID":"083fdec8-51cf-441f-a367-e85eed33050f","serviceDescription":"catalog service description","serviceInvariantUUID":"91be44c3-b7d6-480d-a69e-92c44df92ead","resources":[{"resourceInstanceName":"pNF 5f799909-75ae 0","resourceName":"pNF 5f799909-75ae","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3c18cd7-7269-4e5d-b194-39a6d9111e66","resourceInvariantUUID":"bd826a29-8528-4a89-8397-565adf3f725d","resourceCustomizationUUID":"a9e2f5ed-eee1-46eb-a52e-8d9cef041edd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml","artifactChecksum":"OTQyZDhlM2Q2MjIyMzFlYjYwODk1NjQzNzgyMWE5N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72f3b949-aff1-4d42-9139-2fe9396748e2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar","artifactChecksum":"N2I1OTVhM2VkZWI1YmJkMzI1MDc3OTgxNGY2MGM0Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49fcea34-20d0-4f7a-bc92-7c5b53353313","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e56dda9-0dd7-4e84-ad76-0ab59c360515","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml","artifactChecksum":"NzdlNDFjNTg0NjE5MjZiYzIzNDRmOGUyNDM5NTY2ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee01a4e9-b52b-454a-9cb9-00cd627bb536","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4080c288-e315-4063-9b78-08a221f8bd15","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30610ade-f0cb-4a50-bce1-5c99463a7bbc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml","artifactChecksum":"Njk2YWMxZjBjNmY1YTRmYjBkMDk1MTQwNWMwN2QzMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ea1ea27-24c7-425a-b9c7-f89c841e9ae7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar","artifactChecksum":"YmExNjg4ZjBiNDBjZmZlYzQ0YmVjZDcxZjBmODA4NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b8e2d63-e9bf-49c0-9e78-4adf07d4109f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:22:58.024Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:22:58.024Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:22:58.026Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:22:58.026Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:22:58.127Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:22:58.128Z||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. 2022-03-23T13:22:58.128Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:22:58.145Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:22:58.146Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:22:59.027Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:22:59.028Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:22:59.032Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:22:59.032Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:22:59.132Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:22:59.133Z||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. 2022-03-23T13:22:59.133Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:22:59.148Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:22:59.148Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:23:00.032Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:23:00.033Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:00.035Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:00.036Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:00.136Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:23:00.137Z||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. 2022-03-23T13:23:00.137Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:00.149Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:00.149Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:23:01.036Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:23:01.037Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:01.039Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:01.039Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:01.139Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:23:01.141Z||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. 2022-03-23T13:23:01.141Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:01.154Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:01.155Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:23:02.040Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:23:02.041Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:02.043Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:02.043Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:02.144Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:23:02.145Z||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. 2022-03-23T13:23:02.145Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:02.158Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:02.159Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:23:03.044Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:23:03.045Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:03.048Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:03.048Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:03.148Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:23:03.149Z||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. 2022-03-23T13:23:03.150Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:03.162Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:03.163Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:23:04.048Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:23:04.049Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:04.051Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:04.051Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:04.152Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:23:04.153Z||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. 2022-03-23T13:23:04.153Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:04.165Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:04.166Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:23:05.052Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:23:05.053Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:05.055Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:05.055Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:23:05.155Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:23:05.157Z||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. 2022-03-23T13:23:05.157Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:05.170Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:05.171Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:23:06.056Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "serviceName": "Demo_pNF_gBGnsj1J1ycDVqFbDmYO", "serviceVersion": "1.0", "serviceUUID": "083fdec8-51cf-441f-a367-e85eed33050f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "91be44c3-b7d6-480d-a69e-92c44df92ead", "resources": [ { "resourceInstanceName": "pNF 5f799909-75ae 0", "resourceCustomizationUUID": "a9e2f5ed-eee1-46eb-a52e-8d9cef041edd", "resourceName": "pNF 5f799909-75ae", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b3c18cd7-7269-4e5d-b194-39a6d9111e66", "resourceInvariantUUID": "bd826a29-8528-4a89-8397-565adf3f725d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "artifactChecksum": "YmExNjg4ZjBiNDBjZmZlYzQ0YmVjZDcxZjBmODA4NTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b8e2d63-e9bf-49c0-9e78-4adf07d4109f" } ], "workloadContext": "Production" } 2022-03-23T13:23:06.056Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:23:06.056Z|e3b68395-9ac9-4981-a047-bb0b137c64c3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 083fdec8-51cf-441f-a367-e85eed33050f ASDC 2022-03-23T13:23:06.057Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7ef1c192-bf52-447a-ba27-9f23cfaedf44 ServiceName:Demo_pNF_gBGnsj1J1ycDVqFbDmYO ServiceVersion:1.0 ServiceUUID:083fdec8-51cf-441f-a367-e85eed33050f ServiceInvariantUUID:91be44c3-b7d6-480d-a69e-92c44df92ead ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar ArtifactUUID:9b8e2d63-e9bf-49c0-9e78-4adf07d4109f ArtifactChecksum:YmExNjg4ZjBiNDBjZmZlYzQ0YmVjZDcxZjBmODA4NTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5f799909-75ae 0 ResourceCustomizationUUID:a9e2f5ed-eee1-46eb-a52e-8d9cef041edd ResourceInvariantUUID:bd826a29-8528-4a89-8397-565adf3f725d ResourceName:pNF 5f799909-75ae ResourceType:PNF ResourceUUID:b3c18cd7-7269-4e5d-b194-39a6d9111e66 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-23T13:23:06.057Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 083fdec8-51cf-441f-a367-e85eed33050f 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 (?, ?, ?, ?, ?) 2022-03-23T13:23:06.079Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:23:06.080Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:23:06.080Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:23:06.080Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b8e2d63-e9bf-49c0-9e78-4adf07d4109f from URL: /sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:06.080Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:23:06.080Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:06.231Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:23:06.235Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 9b8e2d63-e9bf-49c0-9e78-4adf07d4109f 82649 2022-03-23T13:23:06.235Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar ASDC sendASDCNotification 2022-03-23T13:23:06.235Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:06.236Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:23:06.236Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:06.238Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:06.238Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041786235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:23:06.338Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:23:06.340Z||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. 2022-03-23T13:23:06.340Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:06.352Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:06.353Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:23:07.238Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:23:07.240Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:23:07.241Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9b8e2d63-e9bf-49c0-9e78-4adf07d4109f, URL: /sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar to file: /app/ASDC/1/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:07.241Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:07.242Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:07.242Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:07.447Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15799041917710071941/Definitions/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml 2022-03-23T13:23:08.451Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:23:08.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:23:08.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-23T13:23:08.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5f799909-75ae 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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.454Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Node template pNF 5f799909-75ae 0 is matching search criteria 2022-03-23T13:23:08.454Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:23:08.454Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5f799909-75ae 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Node template pNF 5f799909-75ae 0 is matching search criteria 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5f799909-75ae 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.456Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.456Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.456Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.456Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.456Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.456Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.457Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.457Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.457Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gBGnsj1J1ycDVqFbDmYO Description:catalog service description Model UUID:083fdec8-51cf-441f-a367-e85eed33050f Model Version:NULL Model InvariantUuid:91be44c3-b7d6-480d-a69e-92c44df92ead 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:23:08.465Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3c18cd7-7269-4e5d-b194-39a6d9111e66 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:23:08.468Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||pNF 5f799909-75ae 0 2022-03-23T13:23:08.469Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3c18cd7-7269-4e5d-b194-39a6d9111e66 2022-03-23T13:23:08.469Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 083fdec8-51cf-441f-a367-e85eed33050f 2022-03-23T13:23:08.469Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 083fdec8-51cf-441f-a367-e85eed33050f 2022-03-23T13:23:08.469Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5f799909-75ae 0 b3c18cd7-7269-4e5d-b194-39a6d9111e66 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:23:08.474Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b1a6fc, org.onap.sdc.toscaparser.api.parameters.Input@5be3e9c2, org.onap.sdc.toscaparser.api.parameters.Input@481f46fe, org.onap.sdc.toscaparser.api.parameters.Input@1d5c8c20, org.onap.sdc.toscaparser.api.parameters.Input@12554f31] 2022-03-23T13:23:08.474Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.474Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.475Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 083fdec8-51cf-441f-a367-e85eed33050f: pNF 5f799909-75ae 2022-03-23T13:23:08.475Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Processing PNF resource: b3c18cd7-7269-4e5d-b194-39a6d9111e66 2022-03-23T13:23:08.475Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:23:08.475Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gBGnsj1J1ycDVqFbDmYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:23:08.475Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||Resource customization UUID: a9e2f5ed-eee1-46eb-a52e-8d9cef041edd is the same as notified resource customizationUUID: a9e2f5ed-eee1-46eb-a52e-8d9cef041edd Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?) 2022-03-23T13:23:08.525Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5f799909-75ae b3c18cd7-7269-4e5d-b194-39a6d9111e66 0 ASDC deployResourceStructure 2022-03-23T13:23:08.526Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar ASDC sendASDCNotification 2022-03-23T13:23:08.526Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar 2022-03-23T13:23:08.526Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:23:08.526Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:23:08.528Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:23:08.529Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041788526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:23:08.629Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:23:08.630Z||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. 2022-03-23T13:23:08.630Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:08.645Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:08.646Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:23:09.529Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:23:09.543Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:23:09.545Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:23:09.545Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:23:09.545Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:23:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:23:15.701Z||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. 2022-03-23T13:23:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:23:15.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:23:15.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041657103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041655860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041654936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041673009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041672998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041672898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:23:15.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "cds", "timestamp": 1648041673908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-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=? 2022-03-23T13:23:15.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ef1c192-bf52-447a-ba27-9f23cfaedf44 2022-03-23T13:23:15.753Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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 (?, ?, ?, ?, ?) 2022-03-23T13:23:15.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041666540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:23:15.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "multicloud-k8s-id", "timestamp": 1648041666866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:23:15.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041665917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041674163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "ves-openapi-manager", "timestamp": 1648041675168, "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=? 2022-03-23T13:23:15.768Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7ef1c192-bf52-447a-ba27-9f23cfaedf44 2022-03-23T13:23:15.768Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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 (?, ?, ?, ?, ?) 2022-03-23T13:23:15.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041674643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:23:15.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:23:15.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:23:15.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:23:15.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:23:39.546Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:23:39.557Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:23:39.561Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:23:39.561Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:23:39.561Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:24:09.561Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:24:09.574Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:24:09.577Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:24:09.578Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T13:24:09.578Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T13:24:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:24:15.702Z||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. 2022-03-23T13:24:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:24:15.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:24:15.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041675648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "policy-id", "timestamp": 1648041676651, "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=? 2022-03-23T13:24:15.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef1c192-bf52-447a-ba27-9f23cfaedf44 2022-03-23T13:24:15.753Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041677491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "aai-ml", "timestamp": 1648041678495, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:24:15.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ef1c192-bf52-447a-ba27-9f23cfaedf44 2022-03-23T13:24:15.774Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041678462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041680471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "clamp", "timestamp": 1648041681475, "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=? 2022-03-23T13:24:15.798Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ef1c192-bf52-447a-ba27-9f23cfaedf44 2022-03-23T13:24:15.798Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041682995, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "cds", "timestamp": 1648041684001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T13:24:15.830Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b169e47-228b-41f3-b2a4-1b4be16238a4 2022-03-23T13:24:15.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b169e47-228b-41f3-b2a4-1b4be16238a4 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041685862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041687729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:24:15.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041688733, "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=? 2022-03-23T13:24:15.870Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ef1c192-bf52-447a-ba27-9f23cfaedf44 2022-03-23T13:24:15.871Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:24:15.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "ves-openapi-manager", "timestamp": 1648041676172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041674912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041685917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041686870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041693982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041693440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041693963, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041694248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041694445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041695544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "policy-id", "timestamp": 1648041695448, "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=? 2022-03-23T13:24:15.898Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b169e47-228b-41f3-b2a4-1b4be16238a4 2022-03-23T13:24:15.898Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b169e47-228b-41f3-b2a4-1b4be16238a4 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "cds", "timestamp": 1648041696348, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T13:24:15.922Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 2022-03-23T13:24:15.923Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041696838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041696828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:24:15.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041697864, "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=? 2022-03-23T13:24:15.944Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b169e47-228b-41f3-b2a4-1b4be16238a4 2022-03-23T13:24:15.944Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b169e47-228b-41f3-b2a4-1b4be16238a4 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=? 2022-03-23T13:24:15.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "multicloud-k8s-id", "timestamp": 1648041698867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041699104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041700108, "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=? 2022-03-23T13:24:15.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b169e47-228b-41f3-b2a4-1b4be16238a4 2022-03-23T13:24:15.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b169e47-228b-41f3-b2a4-1b4be16238a4 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041701779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041696540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "aai-ml", "timestamp": 1648041702785, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:24:15.981Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b169e47-228b-41f3-b2a4-1b4be16238a4 2022-03-23T13:24:15.982Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b169e47-228b-41f3-b2a4-1b4be16238a4 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:15.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "ves-openapi-manager", "timestamp": 1648041694936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041697351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041707132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:15.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "cds", "timestamp": 1648041708140, "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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.015Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 540118a1-3239-4756-a370-c7b76ecb6bf0 2022-03-23T13:24:16.015Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540118a1-3239-4756-a370-c7b76ecb6bf0 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041676947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:24:16.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041708473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041709277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041710483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041685860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "clamp", "timestamp": 1648041711487, "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=? 2022-03-23T13:24:16.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b169e47-228b-41f3-b2a4-1b4be16238a4 2022-03-23T13:24:16.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b169e47-228b-41f3-b2a4-1b4be16238a4 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041711541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:16.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041712100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041712544, "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=? 2022-03-23T13:24:16.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 2022-03-23T13:24:16.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041705917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041706867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041714168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041715163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041715172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041716454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "policy-id", "timestamp": 1648041716174, "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=? 2022-03-23T13:24:16.073Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 2022-03-23T13:24:16.074Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041717849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041718869, "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=? 2022-03-23T13:24:16.089Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 2022-03-23T13:24:16.089Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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=? 2022-03-23T13:24:16.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "multicloud-k8s-id", "timestamp": 1648041719873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041720982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:16.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "aai-ml", "timestamp": 1648041721986, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:24:16.103Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 2022-03-23T13:24:16.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041713547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041723540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041725758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648041726762, "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=? 2022-03-23T13:24:16.119Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 540118a1-3239-4756-a370-c7b76ecb6bf0 2022-03-23T13:24:16.119Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540118a1-3239-4756-a370-c7b76ecb6bf0 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 (?, ?, ?, ?, ?) 2022-03-23T13:24:16.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041722990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041732712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041725917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041726873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:24:16.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:24:39.578Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:24:39.963Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:24:39.967Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:24:39.967Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:24:39.967Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:24:39.967Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:24:39.967Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.967Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.968Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.968Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.968Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.968Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.968Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:24:39.968Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:24:39.973Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:25:09.973Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 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=? 2022-03-23T13:25:09.979Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ef1c192-bf52-447a-ba27-9f23cfaedf44 and serviceModelVersionId: 083fdec8-51cf-441f-a367-e85eed33050f 2022-03-23T13:25:09.979Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91be44c3-b7d6-480d-a69e-92c44df92ead 2022-03-23T13:25:09.980Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0 2022-03-23T13:25:09.984Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:25:10.031Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0|INFO|500||Invoke 2022-03-23T13:25:10.031Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ef1c192-bf52-447a-ba27-9f23cfaedf44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8b64e2d-691c-4645-8add-69be27eb8a0f], X-ECOMP-RequestID=[7ef1c192-bf52-447a-ba27-9f23cfaedf44], X-TransactionId=[], X-ONAP-RequestID=[7ef1c192-bf52-447a-ba27-9f23cfaedf44], Content-Type=[application/merge-patch+json]} 2022-03-23T13:25:10.052Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:25:10.410Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-13:25:09:968-78278], vertex-id=[188448], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:25:09 GMT], Content-Type=[application/json]} 2022-03-23T13:25:10.410Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:25:10.411Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91be44c3-b7d6-480d-a69e-92c44df92ead/model-vers/model-ver/083fdec8-51cf-441f-a367-e85eed33050f?depth=0|INFO|500||InvokeReturn 2022-03-23T13:25:10.412Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:25:10.412Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:25:10.418Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|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) 2022-03-23T13:25:10.419Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ef1c192-bf52-447a-ba27-9f23cfaedf44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:25:10.419Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:25:10.420Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:10.421Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:10.422Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041910419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:25:10.522Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:10.524Z||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. 2022-03-23T13:25:10.524Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:10.540Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:10.541Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 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=? 2022-03-23T13:25:11.434Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:25:11.435Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b169e47-228b-41f3-b2a4-1b4be16238a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"10211e7e-e81d-48dd-bd56-91e7c4e132e7","serviceDescription":"service","serviceInvariantUUID":"f7117a37-391e-439b-bab2-1b5f1b041471","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8b47102-996e-410b-966b-c7b75e64f0f0","resourceInvariantUUID":"e4b4c25f-9e69-44e1-be68-6fc0694e1859","resourceCustomizationUUID":"7588924a-86f2-44d2-bb5d-01c7202e90ef","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":"ZTJkYTU3ZjU3YTNkYTU2NGQzYjE2NWI0NjhkNDQ5N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfecaeb6-fa47-41b6-a23f-c42a9dc5f211","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":"YzE5ZWU1ODM3YjQ2YmUyYjBiYTQ0ZjlhZTZhNzkyMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"037f1864-7505-48c6-9fed-b06c3ca586ef","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"30c15751-64ec-4e02-aa41-b69e57faa42f","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":"e46c79c8-9a8a-4fa3-b004-21373c75c960","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf318f8d-684e-449b-a64c-8fe8db901328","artifactVersion":"2","generatedFromUUID":"30c15751-64ec-4e02-aa41-b69e57faa42f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTg4MjM2MTNlYzc0NzA5ZDhiOThjY2I5N2ZhZTFlM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95dac7a7-bdb1-49ed-b469-0a06068149d1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmMxMDQ0ZTljY2Y3OGYyNWMzZjE0ODkyMzEyYzFiM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"358b5b5f-6d07-48e5-a465-2145f0c1d665","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:25:11.435Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:11.436Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:11.438Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:11.438Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:11.538Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:11.539Z||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. 2022-03-23T13:25:11.539Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:11.550Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:11.550Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:12.439Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:12.440Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:12.441Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:12.442Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:25:12.542Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:12.543Z||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. 2022-03-23T13:25:12.543Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:12.557Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:12.558Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:25:13.442Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:13.443Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:13.445Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:13.445Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:25:13.545Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:13.546Z||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. 2022-03-23T13:25:13.546Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:13.565Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:13.566Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:14.445Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:14.447Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:14.449Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:14.449Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:14.549Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:14.550Z||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. 2022-03-23T13:25:14.550Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:14.563Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:14.565Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:15.449Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:15.450Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:15.452Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:15.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T13:25:15.553Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:15.554Z||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. 2022-03-23T13:25:15.554Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:15.566Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:15.567Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:25:15.701Z||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. 2022-03-23T13:25:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:15.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041735597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041736493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041736602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041737552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "policy-id", "timestamp": 1648041737605, "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=? 2022-03-23T13:25:15.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 540118a1-3239-4756-a370-c7b76ecb6bf0 2022-03-23T13:25:15.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540118a1-3239-4756-a370-c7b76ecb6bf0 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 (?, ?, ?, ?, ?) 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041738664, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041739215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041739864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "aai-ml", "timestamp": 1648041740219, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:25:15.754Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 540118a1-3239-4756-a370-c7b76ecb6bf0 2022-03-23T13:25:15.754Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540118a1-3239-4756-a370-c7b76ecb6bf0 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 (?, ?, ?, ?, ?) 2022-03-23T13:25:15.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041740920, "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=? 2022-03-23T13:25:15.767Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 540118a1-3239-4756-a370-c7b76ecb6bf0 2022-03-23T13:25:15.767Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540118a1-3239-4756-a370-c7b76ecb6bf0 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=? 2022-03-23T13:25:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "multicloud-k8s-id", "timestamp": 1648041741925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:25:15.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041745478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041748567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:25:15.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "clamp", "timestamp": 1648041749571, "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=? 2022-03-23T13:25:15.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 2022-03-23T13:25:15.779Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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 (?, ?, ?, ?, ?) 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041726539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041763478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041764497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:25:15.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "clamp", "timestamp": 1648041765500, "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=? 2022-03-23T13:25:15.793Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 540118a1-3239-4756-a370-c7b76ecb6bf0 2022-03-23T13:25:15.793Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540118a1-3239-4756-a370-c7b76ecb6bf0 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 (?, ?, ?, ?, ?) 2022-03-23T13:25:15.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b68395-9ac9-4981-a047-bb0b137c64c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041771946, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:25:15.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/resourceInstances/pnf5f79990975ae0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041786235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T13:25:15.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041788526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGbgnsj1j1ycdvqfbdmyo/1.0/artifacts/service-DemoPnfGbgnsj1j1ycdvqfbdmyo-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:25:15.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:25:16.453Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:16.455Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:16.457Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:16.457Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:25:16.557Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:16.558Z||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. 2022-03-23T13:25:16.558Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:16.570Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:16.571Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:17.457Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:25:17.461Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:17.464Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:17.464Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:25:17.564Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:17.566Z||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. 2022-03-23T13:25:17.566Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:17.578Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:17.579Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:18.465Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "10211e7e-e81d-48dd-bd56-91e7c4e132e7", "serviceDescription": "service", "serviceInvariantUUID": "f7117a37-391e-439b-bab2-1b5f1b041471", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7588924a-86f2-44d2-bb5d-01c7202e90ef", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a8b47102-996e-410b-966b-c7b75e64f0f0", "resourceInvariantUUID": "e4b4c25f-9e69-44e1-be68-6fc0694e1859", "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": "YzE5ZWU1ODM3YjQ2YmUyYjBiYTQ0ZjlhZTZhNzkyMzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "037f1864-7505-48c6-9fed-b06c3ca586ef", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "30c15751-64ec-4e02-aa41-b69e57faa42f", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf318f8d-684e-449b-a64c-8fe8db901328", "generatedFromUUID": "30c15751-64ec-4e02-aa41-b69e57faa42f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf318f8d-684e-449b-a64c-8fe8db901328", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MmMxMDQ0ZTljY2Y3OGYyNWMzZjE0ODkyMzEyYzFiM2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "358b5b5f-6d07-48e5-a465-2145f0c1d665" } ], "workloadContext": "Production" } 2022-03-23T13:25:18.466Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:25:18.466Z|7ef1c192-bf52-447a-ba27-9f23cfaedf44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10211e7e-e81d-48dd-bd56-91e7c4e132e7 ASDC 2022-03-23T13:25:18.467Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3b169e47-228b-41f3-b2a4-1b4be16238a4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:10211e7e-e81d-48dd-bd56-91e7c4e132e7 ServiceInvariantUUID:f7117a37-391e-439b-bab2-1b5f1b041471 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:358b5b5f-6d07-48e5-a465-2145f0c1d665 ArtifactChecksum:MmMxMDQ0ZTljY2Y3OGYyNWMzZjE0ODkyMzEyYzFiM2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7588924a-86f2-44d2-bb5d-01c7202e90ef ResourceInvariantUUID:e4b4c25f-9e69-44e1-be68-6fc0694e1859 ResourceName:basic_vm ResourceType:VF ResourceUUID:a8b47102-996e-410b-966b-c7b75e64f0f0 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:037f1864-7505-48c6-9fed-b06c3ca586ef ArtifactChecksum:YzE5ZWU1ODM3YjQ2YmUyYjBiYTQ0ZjlhZTZhNzkyMzE= 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:30c15751-64ec-4e02-aa41-b69e57faa42f ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= 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:bf318f8d-684e-449b-a64c-8fe8db901328 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= 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:bf318f8d-684e-449b-a64c-8fe8db901328 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T13:25:18.467Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10211e7e-e81d-48dd-bd56-91e7c4e132e7 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=? 2022-03-23T13:25:18.503Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:25:18.504Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:25:18.504Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:25:18.504Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 358b5b5f-6d07-48e5-a465-2145f0c1d665 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T13:25:18.504Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:25:18.505Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T13:25:18.956Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:25:18.959Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 358b5b5f-6d07-48e5-a465-2145f0c1d665 71050 2022-03-23T13:25:18.959Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-23T13:25:18.960Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T13:25:18.960Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:25:18.960Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:18.962Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:18.963Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041918959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:19.063Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:19.065Z||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. 2022-03-23T13:25:19.065Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:19.081Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:19.082Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:19.964Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:25:19.966Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:25:19.966Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 358b5b5f-6d07-48e5-a465-2145f0c1d665, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:19.967Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-23T13:25:19.967Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:19.968Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:20.112Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6802485702219591340/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-23T13:25:21.386Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:25:21.387Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:25:21.387Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.387Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T13:25:21.387Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.388Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.388Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.388Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.388Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.389Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.389Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.389Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.389Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T13:25:21.390Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:25:21.390Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.390Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.391Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:21.391Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:25:21.391Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:25:21.391Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.392Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.392Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:21.392Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:25:21.392Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:25:21.393Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.393Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.393Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.394Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T13:25:21.394Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-23T13:25:21.394Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-23T13:25:21.394Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-23T13:25:21.395Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T13:25:21.395Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T13:25:21.396Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.396Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:25:21.396Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.396Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:21.397Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:25:21.397Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.397Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:21.398Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:25:21.398Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.398Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:21.398Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:25:21.399Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.399Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T13:25:21.399Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T13:25:21.400Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T13:25:21.400Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ff493f4-54a7-4f13-ba59-7836376a8a43 2022-03-23T13:25:21.400Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.401Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.401Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.401Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.402Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.402Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.402Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:21.403Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:21.403Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:10211e7e-e81d-48dd-bd56-91e7c4e132e7 Model Version:NULL Model InvariantUuid:f7117a37-391e-439b-bab2-1b5f1b041471 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f0b20391-59df-443e-8c70-cb65cbb0c039 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e4b4c25f-9e69-44e1-be68-6fc0694e1859 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7588924a-86f2-44d2-bb5d-01c7202e90ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b0226956-8239-43b3-83a7-18526a64f558 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:89cd9bde-b21b-4174-84d9-4968cfbf3816 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ff493f4-54a7-4f13-ba59-7836376a8a43 ModelInvariantUuid:b676a1ad-92ed-4db1-84a5-165f10d6dcb8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9fe5184a-ff3d-48eb-a697-65bf5acafc82 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8a96b00b-4e69-4af2-9fdc-fe0c5e5a3835 ModelInvariantUuid:ac1c6973-8d93-45bc-ac73-56ff77d77b79 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:53cec847-98d3-4aeb-8e4a-d70f2be1cbcc 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:25:21.412Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a8b47102-996e-410b-966b-c7b75e64f0f0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:25:21.416Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-03-23T13:25:21.416Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8b47102-996e-410b-966b-c7b75e64f0f0 2022-03-23T13:25:21.416Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 037f1864-7505-48c6-9fed-b06c3ca586ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T13:25:21.417Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:25:21.417Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T13:25:21.638Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:25:21.639Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 037f1864-7505-48c6-9fed-b06c3ca586ef 787 2022-03-23T13:25:21.639Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-23T13:25:21.640Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T13:25:21.640Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:25:21.640Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:21.643Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:21.643Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041921639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:21.743Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:21.744Z||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. 2022-03-23T13:25:21.744Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:21.756Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:21.756Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:22.643Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b0226956-8239-43b3-83a7-18526a64f558", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89cd9bde-b21b-4174-84d9-4968cfbf3816", "vfModuleModelCustomizationUUID": "91c72b31-3934-4b3d-99e0-f4d9ba4c50e9", "isBase": true, "artifacts": [ "30c15751-64ec-4e02-aa41-b69e57faa42f", "bf318f8d-684e-449b-a64c-8fe8db901328" ], "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": "" } } ] 2022-03-23T13:25:22.648Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89cd9bde-b21b-4174-84d9-4968cfbf3816 VfModuleModelInvariantUUID:b0226956-8239-43b3-83a7-18526a64f558 VfModuleModelDescription:NULL Artifacts UUID List:{ 30c15751-64ec-4e02-aa41-b69e57faa42f , bf318f8d-684e-449b-a64c-8fe8db901328 } 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 } 2022-03-23T13:25:22.651Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b0226956-8239-43b3-83a7-18526a64f558", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89cd9bde-b21b-4174-84d9-4968cfbf3816", "vfModuleModelCustomizationUUID": "91c72b31-3934-4b3d-99e0-f4d9ba4c50e9", "isBase": true, "artifacts": [ "30c15751-64ec-4e02-aa41-b69e57faa42f", "bf318f8d-684e-449b-a64c-8fe8db901328" ], "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": "" } } ] 2022-03-23T13:25:22.651Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89cd9bde-b21b-4174-84d9-4968cfbf3816 VfModuleModelInvariantUUID:b0226956-8239-43b3-83a7-18526a64f558 VfModuleModelDescription:NULL Artifacts UUID List:{ 30c15751-64ec-4e02-aa41-b69e57faa42f , bf318f8d-684e-449b-a64c-8fe8db901328 } 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 } 2022-03-23T13:25:22.651Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 30c15751-64ec-4e02-aa41-b69e57faa42f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T13:25:22.651Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:25:22.651Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T13:25:22.847Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:25:22.848Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 30c15751-64ec-4e02-aa41-b69e57faa42f 5033 2022-03-23T13:25:22.848Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-23T13:25:22.848Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T13:25:22.848Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:25:22.848Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:22.850Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:22.850Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041922848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:22.951Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:22.952Z||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. 2022-03-23T13:25:22.952Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:22.966Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:22.967Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:23.851Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf318f8d-684e-449b-a64c-8fe8db901328 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T13:25:23.852Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:25:23.852Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T13:25:24.046Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:25:24.046Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bf318f8d-684e-449b-a64c-8fe8db901328 903 2022-03-23T13:25:24.047Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-23T13:25:24.047Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T13:25:24.047Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:25:24.047Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:24.049Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:24.050Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041924047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:25:24.150Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:25:24.150Z||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. 2022-03-23T13:25:24.151Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:24.166Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:24.166Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:25:25.051Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 10211e7e-e81d-48dd-bd56-91e7c4e132e7 2022-03-23T13:25:25.052Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a8b47102-996e-410b-966b-c7b75e64f0f0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:25:25.070Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@850e9ac, org.onap.sdc.toscaparser.api.parameters.Input@2517af84, org.onap.sdc.toscaparser.api.parameters.Input@10efc621, org.onap.sdc.toscaparser.api.parameters.Input@29773029, org.onap.sdc.toscaparser.api.parameters.Input@2665b122] 2022-03-23T13:25:25.071Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.072Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.072Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-23T13:25:25.072Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7588924a-86f2-44d2-bb5d-01c7202e90ef 2022-03-23T13:25:25.073Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7588924a-86f2-44d2-bb5d-01c7202e90ef matches Tosca VF Customization UUID: 7588924a-86f2-44d2-bb5d-01c7202e90ef 2022-03-23T13:25:25.073Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7588924a-86f2-44d2-bb5d-01c7202e90ef matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-23T13:25:25.076Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.076Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.077Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7588924a-86f2-44d2-bb5d-01c7202e90ef: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-23T13:25:25.078Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40c0c29d 2022-03-23T13:25:25.078Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.078Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:25:25.079Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91c72b31-3934-4b3d-99e0-f4d9ba4c50e9 2022-03-23T13:25:25.079Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91c72b31-3934-4b3d-99e0-f4d9ba4c50e9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-23T13:25:25.093Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.094Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:25.094Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:25:25.095Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.095Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:25.095Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:25:25.096Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.096Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T13:25:25.096Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T13:25:25.097Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T13:25:25.097Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ff493f4-54a7-4f13-ba59-7836376a8a43 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:25:25.100Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.101Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:25.101Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:25:25.101Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.101Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T13:25:25.102Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7588924a-86f2-44d2-bb5d-01c7202e90ef Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:25:25.105Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.105Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.105Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 10211e7e-e81d-48dd-bd56-91e7c4e132e7: basic_vm 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.106Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.107Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.107Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:25:25.107Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:25:25.107Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-03-23T13:25:25.189Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a8b47102-996e-410b-966b-c7b75e64f0f0 1 ASDC deployResourceStructure 2022-03-23T13:25:25.189Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-23T13:25:25.189Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T13:25:25.189Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:25:25.190Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:25.191Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:25.192Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041925189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:25:25.292Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:25.293Z||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. 2022-03-23T13:25:25.293Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:25.305Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:25.306Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:26.193Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-23T13:25:26.193Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T13:25:26.193Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:25:26.194Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:26.196Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:26.196Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041926193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:25:26.296Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:26.297Z||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. 2022-03-23T13:25:26.297Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:26.314Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:26.316Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:27.197Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-23T13:25:27.197Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T13:25:27.197Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:25:27.198Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:27.201Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:27.201Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041927197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T13:25:27.300Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:25:27.302Z||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. 2022-03-23T13:25:27.302Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:27.315Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:27.316Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:28.202Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-23T13:25:28.202Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T13:25:28.203Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:25:28.203Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:28.205Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:28.205Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041928202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:25:28.305Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:28.306Z||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. 2022-03-23T13:25:28.306Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:28.317Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:28.318Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:25:29.206Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b169e47-228b-41f3-b2a4-1b4be16238a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:25:29.218Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b169e47-228b-41f3-b2a4-1b4be16238a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:25:29.221Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:25:29.222Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:25:29.222Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:25:29.222Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:25:29.227Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:25:59.228Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b169e47-228b-41f3-b2a4-1b4be16238a4 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=? 2022-03-23T13:25:59.234Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b169e47-228b-41f3-b2a4-1b4be16238a4 and serviceModelVersionId: 10211e7e-e81d-48dd-bd56-91e7c4e132e7 2022-03-23T13:25:59.235Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7117a37-391e-439b-bab2-1b5f1b041471 2022-03-23T13:25:59.235Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0 2022-03-23T13:25:59.240Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:25:59.295Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0|INFO|500||Invoke 2022-03-23T13:25:59.296Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b169e47-228b-41f3-b2a4-1b4be16238a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44dbac8c-9072-4fb9-a4e3-1225bc1beaa0], X-ECOMP-RequestID=[3b169e47-228b-41f3-b2a4-1b4be16238a4], X-TransactionId=[], X-ONAP-RequestID=[3b169e47-228b-41f3-b2a4-1b4be16238a4], Content-Type=[application/merge-patch+json]} 2022-03-23T13:25:59.314Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:25:59.662Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-13:25:59:231-89699], vertex-id=[200736], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:25:59 GMT], Content-Type=[application/json]} 2022-03-23T13:25:59.662Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:25:59.663Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7117a37-391e-439b-bab2-1b5f1b041471/model-vers/model-ver/10211e7e-e81d-48dd-bd56-91e7c4e132e7?depth=0|INFO|500||InvokeReturn 2022-03-23T13:25:59.663Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:25:59.665Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:25:59.670Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|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) 2022-03-23T13:25:59.670Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b169e47-228b-41f3-b2a4-1b4be16238a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:25:59.671Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:25:59.671Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:25:59.674Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:25:59.674Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041959670, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:25:59.774Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:25:59.775Z||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. 2022-03-23T13:25:59.775Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:25:59.788Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:25:59.788Z||pool-82-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=? 2022-03-23T13:26:00.688Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:26:00.688Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c68bcd9f-8096-46ac-9a66-1f67b4a49c9c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6bd06f21-324e-4ae4-9897-b64f82ea95c7","serviceDescription":"service","serviceInvariantUUID":"b95cf470-614d-4484-8350-f07b200a6a76","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"558d7324-82b1-4c00-83cf-ca10aefb0bd4","resourceInvariantUUID":"0a9c0c9d-0334-431f-93b9-01bc40a54d2d","resourceCustomizationUUID":"642941a1-9c52-4dec-af8a-1c4d24a88fa7","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":"ZGI3ZDRhMDU3ZmM4MzcyZjllZWQ0NTU0YmVjYWIwMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdbb6c1d-d2f6-432e-8443-64be34411f09","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":"ZjQxM2Q4ZmU5ODQ2NDQyYmVmZDhhZWQ2ZDgwZDhiNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f7c220c-ead8-40a2-884e-27d202204e64","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":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"279bd5e9-f29c-4d2b-a2b2-58ee31b362d8","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":"c4b39aa0-abb5-4442-b358-60b0daa1254a","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3d236dee-2e2d-49d3-8527-87d44c73138f","artifactVersion":"2","generatedFromUUID":"279bd5e9-f29c-4d2b-a2b2-58ee31b362d8"},{"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":"M2RlODRhNDMwZTY5ZGI4NGYyYzg4ZTE3ZTlmNTg0MjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4da4f5c4-ec19-48c2-9c61-c68ac7fb34f7","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":"N2QyY2JmMWQwYjZlOTkzZjdhMWQ2NGE4NjY0ZDcyYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74dfa310-c2f2-42a1-bb72-127abc77954a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODBjYjBmMTVjOWRhZjE4MzhmMTY2Y2M0YTM4OTA5YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c322c507-4707-49e0-8e6d-87d82b895234","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:26:00.689Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:00.689Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:00.691Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:00.691Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:00.791Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:00.792Z||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. 2022-03-23T13:26:00.792Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:00.804Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:00.804Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:01.692Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:01.693Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:01.697Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:01.697Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:26:01.797Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:01.798Z||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. 2022-03-23T13:26:01.799Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:01.810Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:01.810Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:02.698Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:02.699Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:02.701Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:02.702Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:26:02.802Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:02.803Z||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. 2022-03-23T13:26:02.803Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:02.816Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:02.816Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:03.702Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:03.704Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:03.706Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:03.706Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:03.806Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:26:03.809Z||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. 2022-03-23T13:26:03.810Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:03.822Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:03.823Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:04.707Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:04.709Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:04.711Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:04.720Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T13:26:04.820Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:26:04.821Z||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. 2022-03-23T13:26:04.821Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:04.841Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:04.841Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:26:05.721Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:05.722Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:05.725Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:05.725Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:05.825Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:05.826Z||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. 2022-03-23T13:26:05.827Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:05.836Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:05.837Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:26:06.726Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:06.727Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:06.729Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:06.729Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:06.829Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:06.830Z||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. 2022-03-23T13:26:06.831Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:06.844Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:06.845Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:07.730Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:07.731Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:07.734Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:07.734Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:26:07.834Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:07.836Z||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. 2022-03-23T13:26:07.836Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:07.851Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:07.852Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:08.737Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "6bd06f21-324e-4ae4-9897-b64f82ea95c7", "serviceDescription": "service", "serviceInvariantUUID": "b95cf470-614d-4484-8350-f07b200a6a76", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "642941a1-9c52-4dec-af8a-1c4d24a88fa7", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "558d7324-82b1-4c00-83cf-ca10aefb0bd4", "resourceInvariantUUID": "0a9c0c9d-0334-431f-93b9-01bc40a54d2d", "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": "ZjQxM2Q4ZmU5ODQ2NDQyYmVmZDhhZWQ2ZDgwZDhiNDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f7c220c-ead8-40a2-884e-27d202204e64", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "279bd5e9-f29c-4d2b-a2b2-58ee31b362d8", "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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3d236dee-2e2d-49d3-8527-87d44c73138f", "generatedFromUUID": "279bd5e9-f29c-4d2b-a2b2-58ee31b362d8" }, "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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3d236dee-2e2d-49d3-8527-87d44c73138f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODBjYjBmMTVjOWRhZjE4MzhmMTY2Y2M0YTM4OTA5YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c322c507-4707-49e0-8e6d-87d82b895234" } ], "workloadContext": "Production" } 2022-03-23T13:26:08.738Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:26:08.738Z|3b169e47-228b-41f3-b2a4-1b4be16238a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6bd06f21-324e-4ae4-9897-b64f82ea95c7 ASDC 2022-03-23T13:26:08.739Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c68bcd9f-8096-46ac-9a66-1f67b4a49c9c ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:6bd06f21-324e-4ae4-9897-b64f82ea95c7 ServiceInvariantUUID:b95cf470-614d-4484-8350-f07b200a6a76 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:c322c507-4707-49e0-8e6d-87d82b895234 ArtifactChecksum:ODBjYjBmMTVjOWRhZjE4MzhmMTY2Y2M0YTM4OTA5YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:642941a1-9c52-4dec-af8a-1c4d24a88fa7 ResourceInvariantUUID:0a9c0c9d-0334-431f-93b9-01bc40a54d2d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:558d7324-82b1-4c00-83cf-ca10aefb0bd4 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:9f7c220c-ead8-40a2-884e-27d202204e64 ArtifactChecksum:ZjQxM2Q4ZmU5ODQ2NDQyYmVmZDhhZWQ2ZDgwZDhiNDk= 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:279bd5e9-f29c-4d2b-a2b2-58ee31b362d8 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= 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:3d236dee-2e2d-49d3-8527-87d44c73138f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= 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:3d236dee-2e2d-49d3-8527-87d44c73138f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T13:26:08.739Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6bd06f21-324e-4ae4-9897-b64f82ea95c7 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=? 2022-03-23T13:26:08.776Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:26:08.778Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:26:08.778Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:26:08.778Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c322c507-4707-49e0-8e6d-87d82b895234 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T13:26:08.778Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:26:08.779Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T13:26:09.522Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:26:09.525Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c322c507-4707-49e0-8e6d-87d82b895234 78800 2022-03-23T13:26:09.526Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-23T13:26:09.526Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T13:26:09.526Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:26:09.527Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:09.529Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:09.529Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041969526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:26:09.629Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:09.630Z||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. 2022-03-23T13:26:09.630Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:09.644Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:09.644Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:26:10.529Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:26:10.531Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:26:10.531Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c322c507-4707-49e0-8e6d-87d82b895234, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:10.532Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-23T13:26:10.533Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:10.533Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:10.675Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4010211255981750372/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-23T13:26:11.911Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:26:11.911Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:26:11.911Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.911Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T13:26:11.912Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:26:11.913Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.913Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.913Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:11.913Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:26:11.913Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:26:11.913Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.914Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T13:26:11.915Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:11.916Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T13:26:11.917Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c9c9b3c-5f4b-4c1d-9c96-6ad0cc6d095e 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.918Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.919Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:11.919Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:11.919Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:6bd06f21-324e-4ae4-9897-b64f82ea95c7 Model Version:NULL Model InvariantUuid:b95cf470-614d-4484-8350-f07b200a6a76 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ae30b9c8-76da-4291-affa-b6f0558be9ba Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0a9c0c9d-0334-431f-93b9-01bc40a54d2d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:642941a1-9c52-4dec-af8a-1c4d24a88fa7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3505d602-6f02-43fa-bac7-bc582408f055 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a517c004-b413-4ef7-b021-aedb5cebdb69 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2c9c9b3c-5f4b-4c1d-9c96-6ad0cc6d095e ModelInvariantUuid:852f53af-4e19-4ca0-a7e9-5072426bbc66 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f7d49eca-7e28-49c3-9cfc-a278851ff5fc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7f3ee286-a367-4f3f-847c-f6ae44174eab ModelInvariantUuid:a5d2f355-0e44-4622-a919-1c52c6e4fbd5 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:50213c04-8244-46d5-8b8d-9e7f56ec5fef 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:26:11.926Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 558d7324-82b1-4c00-83cf-ca10aefb0bd4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:26:11.929Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-03-23T13:26:11.929Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 558d7324-82b1-4c00-83cf-ca10aefb0bd4 2022-03-23T13:26:11.929Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f7c220c-ead8-40a2-884e-27d202204e64 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-23T13:26:11.930Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:26:11.930Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-23T13:26:12.023Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:26:12.023Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9f7c220c-ead8-40a2-884e-27d202204e64 792 2022-03-23T13:26:12.024Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-23T13:26:12.024Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-23T13:26:12.024Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:26:12.024Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:12.026Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:12.027Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041972023, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:26:12.127Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:12.128Z||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. 2022-03-23T13:26:12.128Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:12.139Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:12.140Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:26:13.027Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3505d602-6f02-43fa-bac7-bc582408f055", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a517c004-b413-4ef7-b021-aedb5cebdb69", "vfModuleModelCustomizationUUID": "ed98dc6d-f11c-4d35-8a30-3a07b9cb1719", "isBase": true, "artifacts": [ "279bd5e9-f29c-4d2b-a2b2-58ee31b362d8", "3d236dee-2e2d-49d3-8527-87d44c73138f" ], "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": "" } } ] 2022-03-23T13:26:13.033Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a517c004-b413-4ef7-b021-aedb5cebdb69 VfModuleModelInvariantUUID:3505d602-6f02-43fa-bac7-bc582408f055 VfModuleModelDescription:NULL Artifacts UUID List:{ 279bd5e9-f29c-4d2b-a2b2-58ee31b362d8 , 3d236dee-2e2d-49d3-8527-87d44c73138f } 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 } 2022-03-23T13:26:13.036Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3505d602-6f02-43fa-bac7-bc582408f055", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a517c004-b413-4ef7-b021-aedb5cebdb69", "vfModuleModelCustomizationUUID": "ed98dc6d-f11c-4d35-8a30-3a07b9cb1719", "isBase": true, "artifacts": [ "279bd5e9-f29c-4d2b-a2b2-58ee31b362d8", "3d236dee-2e2d-49d3-8527-87d44c73138f" ], "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": "" } } ] 2022-03-23T13:26:13.036Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a517c004-b413-4ef7-b021-aedb5cebdb69 VfModuleModelInvariantUUID:3505d602-6f02-43fa-bac7-bc582408f055 VfModuleModelDescription:NULL Artifacts UUID List:{ 279bd5e9-f29c-4d2b-a2b2-58ee31b362d8 , 3d236dee-2e2d-49d3-8527-87d44c73138f } 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 } 2022-03-23T13:26:13.036Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 279bd5e9-f29c-4d2b-a2b2-58ee31b362d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-23T13:26:13.037Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:26:13.037Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-23T13:26:13.088Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:26:13.089Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 279bd5e9-f29c-4d2b-a2b2-58ee31b362d8 5033 2022-03-23T13:26:13.089Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-23T13:26:13.089Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-23T13:26:13.090Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:26:13.090Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:13.092Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:13.092Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041973089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:26:13.192Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:13.193Z||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. 2022-03-23T13:26:13.193Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:13.204Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:13.205Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:14.092Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d236dee-2e2d-49d3-8527-87d44c73138f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-23T13:26:14.093Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:26:14.094Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-23T13:26:14.141Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:26:14.141Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3d236dee-2e2d-49d3-8527-87d44c73138f 903 2022-03-23T13:26:14.142Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-23T13:26:14.143Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-23T13:26:14.143Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:26:14.143Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:14.145Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:14.145Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041974142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:26:14.245Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:14.246Z||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. 2022-03-23T13:26:14.247Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:14.267Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:14.268Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:15.146Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6bd06f21-324e-4ae4-9897-b64f82ea95c7 2022-03-23T13:26:15.147Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 558d7324-82b1-4c00-83cf-ca10aefb0bd4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:26:15.160Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1420c8b6, org.onap.sdc.toscaparser.api.parameters.Input@18a8f42f, org.onap.sdc.toscaparser.api.parameters.Input@123459f6, org.onap.sdc.toscaparser.api.parameters.Input@77797885, org.onap.sdc.toscaparser.api.parameters.Input@650e7ba4] 2022-03-23T13:26:15.162Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.163Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.163Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-23T13:26:15.163Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 642941a1-9c52-4dec-af8a-1c4d24a88fa7 2022-03-23T13:26:15.163Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 642941a1-9c52-4dec-af8a-1c4d24a88fa7 matches Tosca VF Customization UUID: 642941a1-9c52-4dec-af8a-1c4d24a88fa7 2022-03-23T13:26:15.163Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 642941a1-9c52-4dec-af8a-1c4d24a88fa7 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-23T13:26:15.166Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.166Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.166Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 642941a1-9c52-4dec-af8a-1c4d24a88fa7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-23T13:26:15.167Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36120b65 2022-03-23T13:26:15.167Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.167Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:26:15.167Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed98dc6d-f11c-4d35-8a30-3a07b9cb1719 2022-03-23T13:26:15.167Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed98dc6d-f11c-4d35-8a30-3a07b9cb1719 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-23T13:26:15.169Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.170Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:15.170Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:26:15.170Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.170Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:15.171Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:26:15.171Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.171Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-23T13:26:15.171Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T13:26:15.171Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T13:26:15.171Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c9c9b3c-5f4b-4c1d-9c96-6ad0cc6d095e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:26:15.174Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.174Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:15.174Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:26:15.174Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.175Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T13:26:15.175Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=642941a1-9c52-4dec-af8a-1c4d24a88fa7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:26:15.177Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.177Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.177Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6bd06f21-324e-4ae4-9897-b64f82ea95c7: basic_vm_macro 2022-03-23T13:26:15.177Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.177Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.177Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.178Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.178Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.178Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.178Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.178Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.179Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:26:15.179Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:26:15.179Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-03-23T13:26:15.262Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 558d7324-82b1-4c00-83cf-ca10aefb0bd4 1 ASDC deployResourceStructure 2022-03-23T13:26:15.262Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-23T13:26:15.262Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-23T13:26:15.262Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:26:15.263Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:15.265Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:15.265Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041975262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:26:15.365Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:15.366Z||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. 2022-03-23T13:26:15.367Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:15.378Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:15.379Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:26:15.702Z||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. 2022-03-23T13:26:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:15.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:26:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ef1c192-bf52-447a-ba27-9f23cfaedf44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041910419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:26:15.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:26:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:26:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:15.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:26:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:26:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:26:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:26:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:26:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:26:15.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:26:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:26:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:26:15.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:26:15.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T13:26:15.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:26:16.266Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-23T13:26:16.266Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-23T13:26:16.266Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:26:16.267Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:16.269Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:16.269Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041976266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:26:16.369Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:16.370Z||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. 2022-03-23T13:26:16.370Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:16.389Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:16.390Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:17.270Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-23T13:26:17.270Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-23T13:26:17.271Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:26:17.271Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:17.273Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:17.273Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041977270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T13:26:17.373Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:17.374Z||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. 2022-03-23T13:26:17.375Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:17.388Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:17.388Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:18.274Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-23T13:26:18.275Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T13:26:18.275Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:26:18.275Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:18.278Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:18.278Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041978274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:26:18.378Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:18.379Z||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. 2022-03-23T13:26:18.380Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:18.392Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:18.393Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:19.279Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c68bcd9f-8096-46ac-9a66-1f67b4a49c9c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:26:19.291Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c68bcd9f-8096-46ac-9a66-1f67b4a49c9c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:26:19.293Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:26:19.293Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:26:19.293Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:26:19.293Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:26:19.293Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:26:19.294Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:26:19.294Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:26:19.294Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:26:19.294Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:26:19.294Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:26:19.294Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:26:19.299Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:26:49.299Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c68bcd9f-8096-46ac-9a66-1f67b4a49c9c 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=? 2022-03-23T13:26:49.304Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c68bcd9f-8096-46ac-9a66-1f67b4a49c9c and serviceModelVersionId: 6bd06f21-324e-4ae4-9897-b64f82ea95c7 2022-03-23T13:26:49.304Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b95cf470-614d-4484-8350-f07b200a6a76 2022-03-23T13:26:49.305Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0 2022-03-23T13:26:49.309Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:26:49.352Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0|INFO|500||Invoke 2022-03-23T13:26:49.353Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c68bcd9f-8096-46ac-9a66-1f67b4a49c9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76961210-7f5e-472d-b820-e3c5e2b885ba], X-ECOMP-RequestID=[c68bcd9f-8096-46ac-9a66-1f67b4a49c9c], X-TransactionId=[], X-ONAP-RequestID=[c68bcd9f-8096-46ac-9a66-1f67b4a49c9c], Content-Type=[application/merge-patch+json]} 2022-03-23T13:26:49.373Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:26:49.481Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-13:26:49:288-21504], vertex-id=[258288], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:26:49 GMT], Content-Type=[application/json]} 2022-03-23T13:26:49.482Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:26:49.483Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b95cf470-614d-4484-8350-f07b200a6a76/model-vers/model-ver/6bd06f21-324e-4ae4-9897-b64f82ea95c7?depth=0|INFO|500||InvokeReturn 2022-03-23T13:26:49.483Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:26:49.483Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:26:49.488Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|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) 2022-03-23T13:26:49.488Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c68bcd9f-8096-46ac-9a66-1f67b4a49c9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:26:49.489Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:26:49.489Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:49.492Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:49.492Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042009489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:26:49.592Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:49.593Z||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. 2022-03-23T13:26:49.593Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:49.607Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:49.608Z||pool-99-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=? 2022-03-23T13:26:50.505Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-23T13:26:50.505Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"540118a1-3239-4756-a370-c7b76ecb6bf0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"78169415-1f7f-4ed6-accb-9f69597f3dc4","serviceDescription":"service","serviceInvariantUUID":"1d33d6db-745a-4f78-b9fb-0777da00d3b8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f10c6852-a26f-44f4-af58-b24f209ac499","resourceInvariantUUID":"af1996b5-dd6b-4cec-9590-bbd77e8731ea","resourceCustomizationUUID":"d164a966-9e16-49d9-aa9b-412b36cf8ea3","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":"NTA5ZmNhNTAxYzU2MjdkYmRmNjJkNDRmMWU1OWEyMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7b177dc-ca3f-4d91-a22a-d1bf12fdaebb","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":"1ac42a2b-9f24-4fc2-a5dc-e4e2527f0bda","artifactVersion":"2","generatedFromUUID":"5600f808-6ffc-4e7d-bc86-2329f00261cf"},{"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":"5600f808-6ffc-4e7d-bc86-2329f00261cf","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":"NWExYTllNmY4NzJjNWM2ZTg4MjBhNTdiMDkyOGVhYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8068900-52d9-4f1f-b8d5-3e966148bdd0","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":"4da4d186-896b-40ee-a7cc-c1bd9323cbcd","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":"6ab99e07-038c-4d63-9c40-114559f46eca","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":"a5a585fa-cc08-48de-b04f-a8b5655bcfd0","artifactVersion":"2","generatedFromUUID":"4da4d186-896b-40ee-a7cc-c1bd9323cbcd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjU3ZDAyZmJkZjMwNzIyNDE4YTIyYTc5NzYzZThhMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a689c4a8-4297-4d17-a37b-688f38da41ec","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDk0MTMzY2NhMzFlZGEwOWYzMzgyNTRlN2I1YjYwOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef70245b-8d89-4489-ba5c-98946caefe3d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T13:26:50.506Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:50.506Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:50.508Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:50.508Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:50.608Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:50.609Z||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. 2022-03-23T13:26:50.609Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:50.621Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:50.622Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:51.508Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:51.509Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:51.511Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:51.511Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T13:26:51.612Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:26:51.613Z||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. 2022-03-23T13:26:51.613Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:51.627Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:51.627Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:52.512Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:52.513Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:52.515Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:52.515Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T13:26:52.615Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:52.616Z||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. 2022-03-23T13:26:52.617Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:52.628Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:52.628Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:53.516Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:53.517Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:53.519Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:53.519Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:26:53.619Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:53.620Z||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. 2022-03-23T13:26:53.620Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:53.633Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:53.634Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:54.520Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:54.521Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:54.524Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:54.524Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T13:26:54.624Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:54.625Z||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. 2022-03-23T13:26:54.625Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:54.639Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:54.640Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:55.524Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:55.525Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:55.527Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:55.527Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:55.627Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:55.629Z||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. 2022-03-23T13:26:55.629Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:55.655Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:55.655Z||pool-105-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:26:56.527Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:56.528Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:56.531Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:56.531Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T13:26:56.631Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:56.632Z||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. 2022-03-23T13:26:56.632Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:56.658Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:56.659Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:57.532Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:57.532Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:57.535Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:57.535Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:26:57.635Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:57.636Z||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. 2022-03-23T13:26:57.636Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:57.658Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:57.660Z||pool-107-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:26:58.535Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T13:26:58.536Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:26:58.539Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:26:58.539Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:26:58.639Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:26:58.640Z||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. 2022-03-23T13:26:58.640Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:26:58.654Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:26:58.654Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:26:59.541Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "78169415-1f7f-4ed6-accb-9f69597f3dc4", "serviceDescription": "service", "serviceInvariantUUID": "1d33d6db-745a-4f78-b9fb-0777da00d3b8", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d164a966-9e16-49d9-aa9b-412b36cf8ea3", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f10c6852-a26f-44f4-af58-b24f209ac499", "resourceInvariantUUID": "af1996b5-dd6b-4cec-9590-bbd77e8731ea", "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": "1ac42a2b-9f24-4fc2-a5dc-e4e2527f0bda", "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": "5600f808-6ffc-4e7d-bc86-2329f00261cf", "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": "NWExYTllNmY4NzJjNWM2ZTg4MjBhNTdiMDkyOGVhYmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8068900-52d9-4f1f-b8d5-3e966148bdd0", "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": "4da4d186-896b-40ee-a7cc-c1bd9323cbcd", "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": "a5a585fa-cc08-48de-b04f-a8b5655bcfd0", "generatedFromUUID": "4da4d186-896b-40ee-a7cc-c1bd9323cbcd" }, "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": "a5a585fa-cc08-48de-b04f-a8b5655bcfd0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDk0MTMzY2NhMzFlZGEwOWYzMzgyNTRlN2I1YjYwOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef70245b-8d89-4489-ba5c-98946caefe3d" } ], "workloadContext": "Production" } 2022-03-23T13:26:59.541Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T13:26:59.541Z|c68bcd9f-8096-46ac-9a66-1f67b4a49c9c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 78169415-1f7f-4ed6-accb-9f69597f3dc4 ASDC 2022-03-23T13:26:59.542Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:540118a1-3239-4756-a370-c7b76ecb6bf0 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:78169415-1f7f-4ed6-accb-9f69597f3dc4 ServiceInvariantUUID:1d33d6db-745a-4f78-b9fb-0777da00d3b8 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:ef70245b-8d89-4489-ba5c-98946caefe3d ArtifactChecksum:MDk0MTMzY2NhMzFlZGEwOWYzMzgyNTRlN2I1YjYwOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d164a966-9e16-49d9-aa9b-412b36cf8ea3 ResourceInvariantUUID:af1996b5-dd6b-4cec-9590-bbd77e8731ea ResourceName:basic_cnf ResourceType:VF ResourceUUID:f10c6852-a26f-44f4-af58-b24f209ac499 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:1ac42a2b-9f24-4fc2-a5dc-e4e2527f0bda 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:5600f808-6ffc-4e7d-bc86-2329f00261cf 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:b8068900-52d9-4f1f-b8d5-3e966148bdd0 ArtifactChecksum:NWExYTllNmY4NzJjNWM2ZTg4MjBhNTdiMDkyOGVhYmQ= 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:4da4d186-896b-40ee-a7cc-c1bd9323cbcd 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:a5a585fa-cc08-48de-b04f-a8b5655bcfd0 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:a5a585fa-cc08-48de-b04f-a8b5655bcfd0 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T13:26:59.542Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78169415-1f7f-4ed6-accb-9f69597f3dc4 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=? 2022-03-23T13:26:59.592Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:26:59.593Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:26:59.593Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:26:59.594Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef70245b-8d89-4489-ba5c-98946caefe3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T13:26:59.594Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:26:59.594Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T13:27:00.529Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:27:00.533Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ef70245b-8d89-4489-ba5c-98946caefe3d 68958 2022-03-23T13:27:00.533Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-23T13:27:00.533Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T13:27:00.533Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:27:00.534Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:00.536Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:00.536Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042020533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:00.636Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:00.637Z||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. 2022-03-23T13:27:00.637Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:00.649Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:00.649Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:01.537Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T13:27:01.538Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-23T13:27:01.539Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ef70245b-8d89-4489-ba5c-98946caefe3d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:01.539Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-23T13:27:01.540Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:01.540Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:01.657Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP561368636230417434/Definitions/service-BasicCnf-template.yml 2022-03-23T13:27:02.986Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T13:27:02.986Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:27:02.986Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:02.986Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.987Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:02.988Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-23T13:27:02.989Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T13:27:02.989Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.989Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.989Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.989Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T13:27:02.989Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-23T13:27:02.990Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-23T13:27:02.990Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T13:27:02.990Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.990Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:27:02.990Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.990Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:02.991Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:27:02.991Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.991Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:02.991Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:27:02.991Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.991Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=421ff870-c3f7-4134-9488-cc52d7c214b7 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.992Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.993Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.993Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.993Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.993Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.993Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:02.993Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:02.994Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:78169415-1f7f-4ed6-accb-9f69597f3dc4 Model Version:NULL Model InvariantUuid:1d33d6db-745a-4f78-b9fb-0777da00d3b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:00516fc9-9988-4b39-8882-11b386741794 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af1996b5-dd6b-4cec-9590-bbd77e8731ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d164a966-9e16-49d9-aa9b-412b36cf8ea3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bb57b842-0aec-457f-b32b-2968686601af ModelName:BasicCnf..base_dummy..module-0 ModelUuid:78866200-fd1c-490a-b91e-0eaa6f17e00c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:421ff870-c3f7-4134-9488-cc52d7c214b7 ModelInvariantUuid:ed02b604-f443-42ea-9d05-c66c6aaac7ef ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:6ae5b113-4e4f-4a57-8cef-52595411564e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:ca62c944-73b8-44fa-a60a-430aac1e7fec ModelInvariantUuid:f3a92f17-6d93-4b92-a464-e4923e99303d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:04e2d398-bd5c-4ca0-985c-7d672fcbb64d 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-23T13:27:02.999Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f10c6852-a26f-44f4-af58-b24f209ac499 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:27:03.002Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-03-23T13:27:03.002Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f10c6852-a26f-44f4-af58-b24f209ac499 2022-03-23T13:27:03.002Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1ac42a2b-9f24-4fc2-a5dc-e4e2527f0bda from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-23T13:27:03.002Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:27:03.002Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-23T13:27:03.421Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:27:03.421Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1ac42a2b-9f24-4fc2-a5dc-e4e2527f0bda 12 2022-03-23T13:27:03.422Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-23T13:27:03.422Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-23T13:27:03.422Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:27:03.422Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:03.424Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:03.425Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042023422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:03.525Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:27:03.525Z||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. 2022-03-23T13:27:03.526Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:03.545Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:03.546Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:04.425Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5600f808-6ffc-4e7d-bc86-2329f00261cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-23T13:27:04.426Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:27:04.426Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-23T13:27:04.808Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:27:04.808Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5600f808-6ffc-4e7d-bc86-2329f00261cf 2688 2022-03-23T13:27:04.809Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-23T13:27:04.809Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-23T13:27:04.809Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:27:04.809Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:04.811Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:04.812Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042024809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:04.912Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:04.912Z||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. 2022-03-23T13:27:04.913Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:04.923Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:04.924Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:05.813Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b8068900-52d9-4f1f-b8d5-3e966148bdd0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-23T13:27:05.813Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:27:05.814Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-23T13:27:06.019Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:27:06.020Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b8068900-52d9-4f1f-b8d5-3e966148bdd0 828 2022-03-23T13:27:06.020Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-23T13:27:06.020Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-23T13:27:06.020Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:27:06.020Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:06.023Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:06.023Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042026020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:06.123Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:06.124Z||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. 2022-03-23T13:27:06.125Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:06.136Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:06.137Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:07.024Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "bb57b842-0aec-457f-b32b-2968686601af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78866200-fd1c-490a-b91e-0eaa6f17e00c", "vfModuleModelCustomizationUUID": "1dcd92a0-cab2-4c81-b64c-975ca77e2513", "isBase": true, "artifacts": [ "5600f808-6ffc-4e7d-bc86-2329f00261cf", "4da4d186-896b-40ee-a7cc-c1bd9323cbcd", "a5a585fa-cc08-48de-b04f-a8b5655bcfd0" ], "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": "" } } ] 2022-03-23T13:27:07.028Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78866200-fd1c-490a-b91e-0eaa6f17e00c VfModuleModelInvariantUUID:bb57b842-0aec-457f-b32b-2968686601af VfModuleModelDescription:NULL Artifacts UUID List:{ 5600f808-6ffc-4e7d-bc86-2329f00261cf , 4da4d186-896b-40ee-a7cc-c1bd9323cbcd , a5a585fa-cc08-48de-b04f-a8b5655bcfd0 } 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 } 2022-03-23T13:27:07.030Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "bb57b842-0aec-457f-b32b-2968686601af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78866200-fd1c-490a-b91e-0eaa6f17e00c", "vfModuleModelCustomizationUUID": "1dcd92a0-cab2-4c81-b64c-975ca77e2513", "isBase": true, "artifacts": [ "5600f808-6ffc-4e7d-bc86-2329f00261cf", "4da4d186-896b-40ee-a7cc-c1bd9323cbcd", "a5a585fa-cc08-48de-b04f-a8b5655bcfd0" ], "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": "" } } ] 2022-03-23T13:27:07.030Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78866200-fd1c-490a-b91e-0eaa6f17e00c VfModuleModelInvariantUUID:bb57b842-0aec-457f-b32b-2968686601af VfModuleModelDescription:NULL Artifacts UUID List:{ 5600f808-6ffc-4e7d-bc86-2329f00261cf , 4da4d186-896b-40ee-a7cc-c1bd9323cbcd , a5a585fa-cc08-48de-b04f-a8b5655bcfd0 } 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 } 2022-03-23T13:27:07.031Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4da4d186-896b-40ee-a7cc-c1bd9323cbcd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T13:27:07.031Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:27:07.031Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T13:27:07.208Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:27:07.208Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4da4d186-896b-40ee-a7cc-c1bd9323cbcd 1164 2022-03-23T13:27:07.209Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-23T13:27:07.209Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T13:27:07.209Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:27:07.209Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:07.211Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:07.211Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042027209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:07.311Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:07.313Z||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. 2022-03-23T13:27:07.313Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:07.324Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:07.325Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:08.212Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5a585fa-cc08-48de-b04f-a8b5655bcfd0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T13:27:08.212Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-23T13:27:08.213Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T13:27:08.421Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-23T13:27:08.422Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a5a585fa-cc08-48de-b04f-a8b5655bcfd0 200 2022-03-23T13:27:08.422Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-23T13:27:08.423Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T13:27:08.423Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T13:27:08.423Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:08.425Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:08.426Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042028422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:08.526Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:08.527Z||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. 2022-03-23T13:27:08.527Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:08.539Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:08.539Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:09.426Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 78169415-1f7f-4ed6-accb-9f69597f3dc4 2022-03-23T13:27:09.427Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f10c6852-a26f-44f4-af58-b24f209ac499 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-23T13:27:09.443Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:27:09.448Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61406ebd, org.onap.sdc.toscaparser.api.parameters.Input@786f775b, org.onap.sdc.toscaparser.api.parameters.Input@4f69405e, org.onap.sdc.toscaparser.api.parameters.Input@4ae33589, org.onap.sdc.toscaparser.api.parameters.Input@28349fee] 2022-03-23T13:27:09.451Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.451Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.451Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-23T13:27:09.451Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d164a966-9e16-49d9-aa9b-412b36cf8ea3 2022-03-23T13:27:09.452Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d164a966-9e16-49d9-aa9b-412b36cf8ea3 matches Tosca VF Customization UUID: d164a966-9e16-49d9-aa9b-412b36cf8ea3 2022-03-23T13:27:09.452Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d164a966-9e16-49d9-aa9b-412b36cf8ea3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-23T13:27:09.454Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.454Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.455Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d164a966-9e16-49d9-aa9b-412b36cf8ea3: {\"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\"} 2022-03-23T13:27:09.455Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d1009ab 2022-03-23T13:27:09.455Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.455Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T13:27:09.456Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1dcd92a0-cab2-4c81-b64c-975ca77e2513 2022-03-23T13:27:09.456Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1dcd92a0-cab2-4c81-b64c-975ca77e2513 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-23T13:27:09.458Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.458Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:09.458Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:27:09.459Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.459Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:09.459Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:27:09.460Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.460Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T13:27:09.460Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-23T13:27:09.461Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=421ff870-c3f7-4134-9488-cc52d7c214b7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-23T13:27:09.463Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.463Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:09.464Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T13:27:09.464Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.464Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T13:27:09.465Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d164a966-9e16-49d9-aa9b-412b36cf8ea3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:27:09.468Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.469Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.470Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 78169415-1f7f-4ed6-accb-9f69597f3dc4: basic_cnf 2022-03-23T13:27:09.470Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.470Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.471Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.471Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.471Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.472Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.472Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.472Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.473Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T13:27:09.473Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T13:27:09.474Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-03-23T13:27:09.543Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f10c6852-a26f-44f4-af58-b24f209ac499 1 ASDC deployResourceStructure 2022-03-23T13:27:09.543Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-23T13:27:09.544Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-23T13:27:09.544Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T13:27:09.544Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:09.546Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:09.546Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042029543, "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" } 2022-03-23T13:27:09.646Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:09.648Z||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. 2022-03-23T13:27:09.649Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:09.661Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:09.661Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:27:10.548Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-23T13:27:10.548Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-23T13:27:10.549Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T13:27:10.549Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:10.551Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:10.552Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042030547, "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" } 2022-03-23T13:27:10.651Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:27:10.652Z||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. 2022-03-23T13:27:10.652Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:10.663Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:10.664Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:11.553Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-23T13:27:11.553Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-23T13:27:11.554Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:27:11.554Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:11.559Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:11.559Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042031553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:27:11.659Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:11.660Z||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. 2022-03-23T13:27:11.660Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:11.673Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:11.674Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:12.560Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-23T13:27:12.560Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T13:27:12.560Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:27:12.561Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:12.563Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:12.563Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042032560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:27:12.663Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T13:27:12.664Z||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. 2022-03-23T13:27:12.664Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:12.675Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:12.676Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:13.565Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-23T13:27:13.565Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T13:27:13.565Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:27:13.565Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:13.567Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:13.567Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042033564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-23T13:27:13.667Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:13.668Z||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. 2022-03-23T13:27:13.668Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:13.680Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:13.681Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T13:27:14.570Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-23T13:27:14.570Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T13:27:14.570Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T13:27:14.570Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:14.572Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:14.572Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042034570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:27:14.673Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T13:27:14.675Z||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. 2022-03-23T13:27:14.675Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:14.688Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:14.689Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T13:27:15.573Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 540118a1-3239-4756-a370-c7b76ecb6bf0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-23T13:27:15.584Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 540118a1-3239-4756-a370-c7b76ecb6bf0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-23T13:27:15.586Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T13:27:15.586Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T13:27:15.586Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T13:27:15.587Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T13:27:15.592Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T13:27:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:27:15.702Z||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. 2022-03-23T13:27:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:15.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:15.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:27:15.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:27:15.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041918959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041921639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041922848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041924047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041925189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:27:15.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041926193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:27:15.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041927197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T13:27:15.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041928202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:27:15.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b169e47-228b-41f3-b2a4-1b4be16238a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041959670, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:27:15.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T13:27:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T13:27:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:27:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:27:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T13:27:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041969526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041972023, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041973089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041974142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:27:15.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:15.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T13:27:15.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041975262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:27:15.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:27:45.593Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 540118a1-3239-4756-a370-c7b76ecb6bf0 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=? 2022-03-23T13:27:45.604Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 540118a1-3239-4756-a370-c7b76ecb6bf0 and serviceModelVersionId: 78169415-1f7f-4ed6-accb-9f69597f3dc4 2022-03-23T13:27:45.604Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d33d6db-745a-4f78-b9fb-0777da00d3b8 2022-03-23T13:27:45.605Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0 2022-03-23T13:27:45.610Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T13:27:45.669Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0|INFO|500||Invoke 2022-03-23T13:27:45.669Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[540118a1-3239-4756-a370-c7b76ecb6bf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[179adc47-2f8f-4046-ad08-7239d4e2b5cf], X-ECOMP-RequestID=[540118a1-3239-4756-a370-c7b76ecb6bf0], X-TransactionId=[], X-ONAP-RequestID=[540118a1-3239-4756-a370-c7b76ecb6bf0], Content-Type=[application/merge-patch+json]} 2022-03-23T13:27:45.691Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T13:27:45.784Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-13:27:45:608-35619], vertex-id=[221320], Content-Length=[0], Date=[Wed, 23 Mar 2022 13:27:45 GMT], Content-Type=[application/json]} 2022-03-23T13:27:45.785Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T13:27:45.787Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d33d6db-745a-4f78-b9fb-0777da00d3b8/model-vers/model-ver/78169415-1f7f-4ed6-accb-9f69597f3dc4?depth=0|INFO|500||InvokeReturn 2022-03-23T13:27:45.789Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T13:27:45.789Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-23T13:27:45.796Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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) 2022-03-23T13:27:45.796Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 540118a1-3239-4756-a370-c7b76ecb6bf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T13:27:45.797Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T13:27:45.797Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-23T13:27:45.800Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T13:27:45.800Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042065796, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:27:45.900Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T13:27:45.902Z||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. 2022-03-23T13:27:45.903Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:45.921Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:45.922Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 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=? 2022-03-23T13:27:46.816Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:27:46.816Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:27:46.816Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:27:57.048Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:27:57.049Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:27:57.050Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:27:57.050Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:06.593Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:06.593Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:06.594Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:28:06.594Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:15.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:15.702Z||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. 2022-03-23T13:28:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:15.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:15.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041976266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041977270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041978274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c68bcd9f-8096-46ac-9a66-1f67b4a49c9c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042009489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T13:28:15.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648041773658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042020533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042023422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042024809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042026020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042027209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T13:28:15.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042028422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042029543, "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" } 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042030547, "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" } 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042031553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042032560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042033564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042034570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T13:28:15.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:28:16.133Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:16.134Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:16.135Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:28:16.135Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:25.677Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:25.678Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:25.679Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:28:25.679Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:35.218Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:35.219Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:35.219Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:28:35.219Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:44.765Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:44.766Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:44.767Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:28:44.767Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:28:54.311Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:28:54.312Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:28:54.312Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:28:54.313Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:29:03.855Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:29:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:29:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:29:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:29:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:29:15.701Z||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. 2022-03-23T13:29:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:29:16.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:29:16.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T13:29:16.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "540118a1-3239-4756-a370-c7b76ecb6bf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648042065796, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T13:29:16.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T13:29:25.237Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:30:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:30:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:30:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:30:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:30:15.701Z||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. 2022-03-23T13:30:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:30:25.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:30:25.255Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:31:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:31:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:31:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:31:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:31:15.701Z||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. 2022-03-23T13:31:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:31:25.277Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:31:25.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:32:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:32:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:32:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:32:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:32:15.701Z||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. 2022-03-23T13:32:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:32:25.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:32:25.280Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:33:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:33:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:33:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:33:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:33:15.701Z||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. 2022-03-23T13:33:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:33:25.247Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:33:25.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:34:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:34:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:34:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:34:15.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:34:15.701Z||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. 2022-03-23T13:34:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:34:25.278Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:34:25.281Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:35:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:35:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:35:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:35:15.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:35:15.703Z||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. 2022-03-23T13:35:15.703Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:35:25.253Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:35:25.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:36:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:36:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:36:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:36:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:36:15.701Z||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. 2022-03-23T13:36:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:36:25.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:36:25.277Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:37:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:37:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:37:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:37:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:37:15.701Z||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. 2022-03-23T13:37:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:37:25.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:37:25.273Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:38:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:38:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:38:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:38:15.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:38:15.701Z||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. 2022-03-23T13:38:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:38:25.255Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:38:25.256Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:39:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:39:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:39:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:39:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:39:15.701Z||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. 2022-03-23T13:39:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:39:25.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:39:25.255Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:40:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:40:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:40:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:40:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:40:15.701Z||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. 2022-03-23T13:40:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:40:25.248Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:40:25.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:41:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:41:15.699Z||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. 2022-03-23T13:41:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:41:15.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:41:15.702Z||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. 2022-03-23T13:41:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:41:25.251Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:41:25.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:42:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:42:15.699Z||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. 2022-03-23T13:42:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:42:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:42:15.701Z||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. 2022-03-23T13:42:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:42:25.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:42:25.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:43:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:43:15.699Z||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. 2022-03-23T13:43:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:43:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:43:15.701Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:43:15.701Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:43:25.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:43:25.298Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:44:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:44:15.699Z||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. 2022-03-23T13:44:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:44:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:44:15.701Z||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. 2022-03-23T13:44:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:44:25.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:44:25.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:45:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:45:15.700Z||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. 2022-03-23T13:45:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:45:15.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:45:15.701Z||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. 2022-03-23T13:45:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:45:25.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:45:25.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:46:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:46:15.699Z||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. 2022-03-23T13:46:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:46:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:46:15.701Z||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. 2022-03-23T13:46:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:46:25.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:46:25.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:47:15.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:47:15.699Z||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. 2022-03-23T13:47:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:47:15.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:47:15.701Z||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. 2022-03-23T13:47:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:47:25.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:47:25.293Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:48:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:48:15.699Z||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. 2022-03-23T13:48:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:48:15.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:48:15.703Z||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. 2022-03-23T13:48:15.703Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:48:25.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:48:25.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:49:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:49:15.699Z||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. 2022-03-23T13:49:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:49:15.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:49:15.701Z||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. 2022-03-23T13:49:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:49:25.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:49:25.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:50:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:50:15.699Z||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. 2022-03-23T13:50:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:50:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:50:15.701Z||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. 2022-03-23T13:50:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:50:25.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:50:25.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:51:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:51:15.699Z||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. 2022-03-23T13:51:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:51:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:51:15.701Z||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. 2022-03-23T13:51:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:51:25.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:51:25.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:52:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:52:15.699Z||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. 2022-03-23T13:52:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:52:15.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:52:15.701Z||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. 2022-03-23T13:52:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:52:25.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:52:25.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:53:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:53:15.700Z||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. 2022-03-23T13:53:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:53:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:53:15.701Z||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. 2022-03-23T13:53:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:53:25.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:53:25.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:54:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:54:15.699Z||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. 2022-03-23T13:54:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:54:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:54:15.701Z||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. 2022-03-23T13:54:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:54:25.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:54:25.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:55:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:55:15.699Z||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. 2022-03-23T13:55:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:55:15.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:55:15.701Z||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. 2022-03-23T13:55:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:55:25.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:55:25.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:56:15.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:56:15.699Z||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. 2022-03-23T13:56:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:56:15.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:56:15.701Z||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. 2022-03-23T13:56:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:56:25.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:56:25.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:57:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:57:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:57:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:57:15.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:57:15.701Z||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. 2022-03-23T13:57:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:57:25.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:57:25.248Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:58:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:58:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:58:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:58:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:58:15.701Z||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. 2022-03-23T13:58:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:58:25.251Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:58:25.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:59:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:59:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T13:59:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:59:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T13:59:15.701Z||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. 2022-03-23T13:59:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T13:59:25.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T13:59:25.242Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:00:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:00:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:00:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:00:15.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:00:15.701Z||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. 2022-03-23T14:00:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:00:25.252Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:00:25.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:01:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:01:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:01:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:01:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:01:15.701Z||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. 2022-03-23T14:01:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:01:25.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:01:25.285Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:02:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:02:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:02:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:02:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:02:15.701Z||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. 2022-03-23T14:02:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:02:25.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:02:25.249Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:03:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:03:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:03:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:03:15.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:03:15.701Z||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. 2022-03-23T14:03:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:03:25.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:03:25.252Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:04:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:04:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:04:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:04:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:04:15.701Z||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. 2022-03-23T14:04:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:04:25.250Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:04:25.251Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:05:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:05:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:05:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:05:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:05:15.701Z||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. 2022-03-23T14:05:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:05:25.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:05:25.247Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:06:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:06:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:06:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:06:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:06:15.701Z||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. 2022-03-23T14:06:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:06:25.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:06:25.247Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:07:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:07:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:07:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:07:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:07:15.701Z||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. 2022-03-23T14:07:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:07:25.254Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:07:25.256Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:08:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:08:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:08:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:08:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:08:15.701Z||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. 2022-03-23T14:08:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:08:25.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:08:25.256Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:09:15.698Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:09:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:09:15.699Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:09:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:09:15.701Z||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. 2022-03-23T14:09:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:09:25.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:09:25.269Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:10:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:10:15.699Z||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. 2022-03-23T14:10:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:10:15.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:10:15.702Z||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. 2022-03-23T14:10:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:10:25.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:10:25.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:11:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:11:15.699Z||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. 2022-03-23T14:11:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:11:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:11:15.701Z||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. 2022-03-23T14:11:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:11:25.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:11:25.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:12:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:12:15.700Z||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. 2022-03-23T14:12:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:12:15.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:12:15.701Z||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. 2022-03-23T14:12:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:12:25.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:12:25.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:13:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:13:15.699Z||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. 2022-03-23T14:13:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:13:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:13:15.701Z||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. 2022-03-23T14:13:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:13:25.262Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:13:25.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:14:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:14:15.699Z||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. 2022-03-23T14:14:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:14:15.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:14:15.701Z||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. 2022-03-23T14:14:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:14:25.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:14:25.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:15:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:15:15.699Z||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. 2022-03-23T14:15:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:15:15.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:15:15.701Z||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. 2022-03-23T14:15:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:15:25.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:15:25.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:16:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:16:15.699Z||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. 2022-03-23T14:16:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:16:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:16:15.701Z||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. 2022-03-23T14:16:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:16:25.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:16:25.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:17:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:17:15.699Z||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. 2022-03-23T14:17:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:17:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:17:15.701Z||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. 2022-03-23T14:17:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:17:25.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:17:25.259Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:18:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:18:15.699Z||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. 2022-03-23T14:18:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:18:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:18:15.701Z||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. 2022-03-23T14:18:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:18:25.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:18:25.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:19:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:19:15.699Z||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. 2022-03-23T14:19:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:19:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:19:15.701Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:19:15.701Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:19:25.242Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:19:25.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:20:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:20:15.700Z||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. 2022-03-23T14:20:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:20:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:20:15.701Z||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. 2022-03-23T14:20:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:20:25.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:20:25.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:21:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:21:15.699Z||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. 2022-03-23T14:21:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:21:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:21:15.701Z||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. 2022-03-23T14:21:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:21:25.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:21:25.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:22:15.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:22:15.699Z||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. 2022-03-23T14:22:15.700Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:22:15.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:22:15.702Z||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. 2022-03-23T14:22:15.702Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:22:25.252Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:22:25.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:23:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:23:15.699Z||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. 2022-03-23T14:23:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:23:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:23:15.703Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:23:15.703Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:23:25.266Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:23:25.270Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:24:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:24:15.699Z||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. 2022-03-23T14:24:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:24:15.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:24:15.701Z||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. 2022-03-23T14:24:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:24:25.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:24:25.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:25:15.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:25:15.699Z||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. 2022-03-23T14:25:15.699Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:25:15.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:25:15.701Z||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. 2022-03-23T14:25:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:25:25.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:25:25.269Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:26:15.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:26:15.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:26:15.701Z||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. 2022-03-23T14:26:15.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T14:26:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:26:15.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MPPhkOPxlpaU7jS7) ... 2022-03-23T14:26:25.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:26:25.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:27:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:27:15.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T14:27:15.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MPPhkOPxlpaU7jS7) ... 2022-03-23T14:27:15.700Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:27:15.701Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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. 2022-03-23T14:27:15.702Z|540118a1-3239-4756-a370-c7b76ecb6bf0|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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:27:25.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:27:25.245Z|540118a1-3239-4756-a370-c7b76ecb6bf0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:28:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:28:15.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T14:28:15.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MPPhkOPxlpaU7jS7) ... 2022-03-23T14:28:15.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:28:15.701Z||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. 2022-03-23T14:28:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:28:25.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:28:25.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:29:15.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:29:15.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T14:29:15.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MPPhkOPxlpaU7jS7) ... 2022-03-23T14:29:15.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T14:29:15.701Z||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. 2022-03-23T14:29:15.701Z||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 MPPhkOPxlpaU7jS7) ... 2022-03-23T14:29:25.269Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:29:25.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T14:29:39.218Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)