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-08-21T05:35:34.091Z||main|||||INFO|500||The following profiles are active: basic 2022-08-21T05:35:50.124Z||main|||||INFO|500||Starting service [Tomcat] 2022-08-21T05:35:50.125Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-08-21T05:35:50.310Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-08-21T05:35:56.573Z||main|||||INFO|500||catdb-pool - Starting... 2022-08-21T05:35:57.334Z||main|||||INFO|500||catdb-pool - Start completed. 2022-08-21T05:35:57.960Z||main|||||INFO|500||reqdb-pool - Starting... 2022-08-21T05:35:57.974Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-08-21T05:35:58.159Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-08-21T05:35:58.565Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-08-21T05:35:59.621Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-08-21T05:36:02.316Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-21T05:36:05.489Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-21T05:36:05.594Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-08-21T05:36:06.522Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-21T05:36:07.036Z||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-08-21T05:36:08.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-21T05:36:10.500Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-08-21T05:36:10.532Z||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$$5917c19b.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-08-21T05:36:10.533Z||main|||||WARN|500||The sdc end point is not alive 2022-08-21T05:36:15.362Z||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-08-21T05:36:19.896Z||main|||||WARN|500||--- 2022-08-21T05:36:19.897Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-08-21T05:36:19.897Z||main|||||WARN|500||--- 2022-08-21T05:36:20.607Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-08-21T05:36:27.906Z||main|||||INFO|500||Started Application in 58.272 seconds (JVM running for 61.113) 2022-08-21T05:36:27.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-21T05:36:27.959Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-21T05:36:28.011Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-21T05:36:28.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-21T05:36:28.156Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28a3b5ff-62c4-49b8-a396-91ab1d836680 url= /sdc/v1/artifactTypes 2022-08-21T05:36:28.156Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-21T05:36:28.654Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-08-21T05:36:28.729Z||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-08-21T05:36:28.755Z||scheduling-1|||||DEBUG|500||create keys 2022-08-21T05:36:28.765Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-08-21T05:36:28.826Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:36:28.853Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b47c874f-c6d7-4b26-8270-9bac8f6cf568 url= /sdc/v1/registerForDistribution 2022-08-21T05:36:29.079Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b47c874f-c6d7-4b26-8270-9bac8f6cf568 url= /sdc/v1/registerForDistribution 2022-08-21T05:36:29.080Z||scheduling-1|||||INFO|500||start DistributionClient 2022-08-21T05:36:29.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:36:29.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:36:29.113Z||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-08-21T05:36:29.113Z||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-08-21T05:36:29.114Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:36:29.114Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:36:29.118Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-08-21T05:36:39.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:36:39.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:37:29.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:37:29.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:37:29.097Z||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-08-21T05:37:29.098Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:37:29.099Z||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-08-21T05:37:29.100Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:37:38.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:37:38.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:38:29.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:38:29.090Z||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-08-21T05:38:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:38:29.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:38:29.097Z||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-08-21T05:38:29.097Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:38:38.667Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:38:38.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:39:29.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:39:29.090Z||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-08-21T05:39:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:39:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:39:29.094Z||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-08-21T05:39:29.095Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:39:38.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:39:38.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:40:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:40:29.089Z||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-08-21T05:40:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:40:29.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:40:29.095Z||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-08-21T05:40:29.095Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:40:38.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:40:38.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:41:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:41:29.089Z||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-08-21T05:41:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:41:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:41:29.093Z||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-08-21T05:41:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:41:38.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:41:38.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:42:29.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:42:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:42:29.093Z||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-08-21T05:42:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:42:29.093Z||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-08-21T05:42:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:42:38.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:42:38.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:43:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:43:29.090Z||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-08-21T05:43:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:43:29.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:43:29.099Z||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-08-21T05:43:29.099Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:43:38.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:43:38.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:44:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:44:29.090Z||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-08-21T05:44:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:44:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:44:29.094Z||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-08-21T05:44:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:44:38.661Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:44:38.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:45:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:45:29.090Z||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-08-21T05:45:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:45:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:45:29.093Z||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-08-21T05:45:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:45:38.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:45:38.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:45:50.841Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-08-21T05:46:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:46:29.089Z||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-08-21T05:46:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:46:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:46:29.093Z||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-08-21T05:46:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:46:38.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:46:38.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:47:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:47:29.089Z||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-08-21T05:47:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:47:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:47:29.093Z||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-08-21T05:47:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:47:38.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:47:38.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:48:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:48:29.089Z||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-08-21T05:48:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:48:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:48:29.093Z||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-08-21T05:48:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:48:38.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:48:38.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:49:29.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:49:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:49:29.093Z||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-08-21T05:49:29.093Z||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-08-21T05:49:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:49:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:49:38.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:49:38.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:50:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:50:29.089Z||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-08-21T05:50:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:50:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:50:29.093Z||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-08-21T05:50:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:50:38.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:50:38.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:51:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:51:29.089Z||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-08-21T05:51:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:51:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:51:29.093Z||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-08-21T05:51:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:51:38.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:51:38.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:52:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:52:29.089Z||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-08-21T05:52:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:52:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:52:29.093Z||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-08-21T05:52:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:52:38.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:52:38.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:53:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:53:29.089Z||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-08-21T05:53:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:53:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:53:29.093Z||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-08-21T05:53:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:53:38.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:53:38.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:54:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:54:29.089Z||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-08-21T05:54:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:54:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:54:29.093Z||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-08-21T05:54:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:54:38.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:54:38.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:55:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:55:29.089Z||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-08-21T05:55:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:55:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:55:29.093Z||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-08-21T05:55:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:55:38.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:55:38.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:56:29.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:56:29.090Z||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-08-21T05:56:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:56:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:56:29.094Z||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-08-21T05:56:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:56:38.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:56:38.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:57:29.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:57:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:57:29.093Z||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-08-21T05:57:29.093Z||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-08-21T05:57:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:57:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:57:38.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:57:38.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:58:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:58:29.089Z||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-08-21T05:58:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:58:29.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:58:29.094Z||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-08-21T05:58:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:58:38.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:58:38.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:59:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:59:29.089Z||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-08-21T05:59:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:59:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T05:59:29.093Z||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-08-21T05:59:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T05:59:38.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T05:59:38.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:00:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:00:29.090Z||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-08-21T06:00:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:00:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:00:29.093Z||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-08-21T06:00:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:00:38.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:00:38.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:01:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:01:29.089Z||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-08-21T06:01:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:01:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:01:29.093Z||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-08-21T06:01:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:01:38.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:01:38.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:02:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:02:29.089Z||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-08-21T06:02:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:02:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:02:29.093Z||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-08-21T06:02:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:02:38.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:02:38.656Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:03:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:03:29.090Z||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-08-21T06:03:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:03:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:03:29.093Z||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-08-21T06:03:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:03:38.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:03:38.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:04:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:04:29.090Z||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-08-21T06:04:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:04:29.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:04:29.094Z||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-08-21T06:04:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:04:38.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:04:38.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:05:29.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:05:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:05:29.094Z||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-08-21T06:05:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:05:29.094Z||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-08-21T06:05:29.096Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:05:38.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:05:38.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:06:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:06:29.089Z||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-08-21T06:06:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:06:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:06:29.093Z||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-08-21T06:06:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:06:38.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:06:38.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:07:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:07:29.089Z||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-08-21T06:07:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:07:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:07:29.093Z||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-08-21T06:07:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:07:38.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:07:38.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:08:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:08:29.089Z||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-08-21T06:08:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:08:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:08:29.093Z||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-08-21T06:08:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:08:38.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:08:38.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:09:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:09:29.089Z||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-08-21T06:09:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:09:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:09:29.093Z||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-08-21T06:09:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:09:38.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:09:38.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:10:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:10:29.089Z||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-08-21T06:10:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:10:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:10:29.093Z||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-08-21T06:10:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:10:38.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:10:38.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:11:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:11:29.089Z||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-08-21T06:11:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:11:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:11:29.093Z||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-08-21T06:11:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:11:38.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:11:38.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:12:29.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:12:29.091Z||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-08-21T06:12:29.091Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:12:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:12:29.093Z||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-08-21T06:12:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:12:38.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:12:38.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:13:29.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:13:29.092Z||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-08-21T06:13:29.092Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:13:29.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:13:29.097Z||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-08-21T06:13:29.098Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:13:38.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:13:38.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:14:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:14:29.089Z||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-08-21T06:14:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:14:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:14:29.093Z||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-08-21T06:14:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:14:38.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:14:38.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:15:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:15:29.090Z||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-08-21T06:15:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:15:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:15:29.093Z||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-08-21T06:15:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:15:38.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:15:38.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:16:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:16:29.089Z||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-08-21T06:16:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:16:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:16:29.093Z||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-08-21T06:16:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:16:38.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:16:38.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:17:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:17:29.089Z||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-08-21T06:17:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:17:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:17:29.093Z||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-08-21T06:17:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:17:38.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:17:38.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:18:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:18:29.089Z||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-08-21T06:18:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:18:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:18:29.094Z||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-08-21T06:18:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:18:38.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:18:38.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:19:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:19:29.089Z||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-08-21T06:19:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:19:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:19:29.093Z||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-08-21T06:19:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:19:38.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:19:38.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:20:29.092Z||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-08-21T06:20:29.092Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:29.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:20:29.094Z||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-08-21T06:20:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:31.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:31.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:20:31.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b1348773-6b17-44bd-b5b4-8c04c4ce139f","serviceName":"vFW 2022-08-21 06-19-31","serviceVersion":"1.0","serviceUUID":"87da3c81-39f6-49f3-ba89-d2504eeb70df","serviceDescription":"catalog service description","serviceInvariantUUID":"f4d876e7-18af-4ab7-bea4-0fba11b453f9","resources":[{"resourceInstanceName":"vFW 82c0a581-3d21 0","resourceName":"vFW 82c0a581-3d21","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e2bb4aa-31bb-4797-b604-bf05f3a478b6","resourceInvariantUUID":"dee769b4-9689-482d-9fb9-d7a94aedd161","resourceCustomizationUUID":"d91b6400-e1e4-4460-a6cc-2fb17420f0cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml","artifactChecksum":"YjMxNGU2ZWZiYmFmZTczNjQ1YzBmZDA3ZDZmN2FjNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fede2e6d-d93d-4384-a608-15a0b087f0c0","artifactVersion":"1"},{"artifactName":"vfw82c0a5813d210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json","artifactChecksum":"NjVlMzI5NGQxZWMwYzJlZWUyZjNhMmM4MTM4ODE1Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"563d7b15-2d42-464c-a9e5-62ce3ac89e9a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d48f6ffc-c111-4511-8fea-7e0e2922b496","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml","artifactChecksum":"ODVkMjI5NTBhYTgzMDhkODFjZjhkYzY1YThjM2U3ZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0d48d77-3041-4e1c-b7b3-d2a281ace114","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3e5ce20-ed07-4685-b777-246e4d4e42be","artifactVersion":"2","generatedFromUUID":"d48f6ffc-c111-4511-8fea-7e0e2922b496"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220821061931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml","artifactChecksum":"YmNjOTdjMzBmYzg1MDFiYWRlMGFjMmQwN2QwNjNhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b20f8151-fb4e-4f0d-90eb-8448df6274dd","artifactVersion":"1"},{"artifactName":"service-Vfw20220821061931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar","artifactChecksum":"MzUxOWE5YzQ4MTg5NzkwNGY3Mzg0ZWExM2Y2ZjE4Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6404b3ac-0203-4956-8600-e9757ec47f1f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:20:31.608Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:31.618Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:31.635Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:31.636Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:20:31.736Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-21T06:20:31.743Z||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-08-21T06:20:31.743Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:31.764Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:31.767Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:20:31.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:31.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:20:31.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:20:31.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:20:32.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:32.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:32.648Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:32.648Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOTIFIED" } 2022-08-21T06:20:32.748Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:32.749Z||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-08-21T06:20:32.750Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:32.775Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:32.776Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:20:33.649Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:33.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:33.653Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:33.654Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-21T06:20:33.754Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:20:33.759Z||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-08-21T06:20:33.759Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:33.797Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:33.798Z||pool-5-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:20:34.654Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:34.657Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:34.660Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:34.660Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:20:34.760Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:34.761Z||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-08-21T06:20:34.762Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:34.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:34.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:35.661Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:35.662Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:35.667Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:35.667Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-21T06:20:35.767Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:35.769Z||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-08-21T06:20:35.769Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:35.786Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:35.787Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:36.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:36.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:36.672Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:36.672Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:20:36.773Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:36.774Z||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-08-21T06:20:36.775Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:36.791Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:36.792Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:37.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:20:37.674Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:37.679Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:37.679Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:20:37.778Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:20:37.780Z||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-08-21T06:20:37.780Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:37.806Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:37.807Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:38.681Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "serviceName": "vFW 2022-08-21 06-19-31", "serviceVersion": "1.0", "serviceUUID": "87da3c81-39f6-49f3-ba89-d2504eeb70df", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f4d876e7-18af-4ab7-bea4-0fba11b453f9", "resources": [ { "resourceInstanceName": "vFW 82c0a581-3d21 0", "resourceCustomizationUUID": "d91b6400-e1e4-4460-a6cc-2fb17420f0cf", "resourceName": "vFW 82c0a581-3d21", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e2bb4aa-31bb-4797-b604-bf05f3a478b6", "resourceInvariantUUID": "dee769b4-9689-482d-9fb9-d7a94aedd161", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw82c0a5813d210_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "artifactChecksum": "NjVlMzI5NGQxZWMwYzJlZWUyZjNhMmM4MTM4ODE1Mzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "563d7b15-2d42-464c-a9e5-62ce3ac89e9a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d48f6ffc-c111-4511-8fea-7e0e2922b496", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3e5ce20-ed07-4685-b777-246e4d4e42be", "generatedFromUUID": "d48f6ffc-c111-4511-8fea-7e0e2922b496" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3e5ce20-ed07-4685-b777-246e4d4e42be", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220821061931-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "artifactChecksum": "MzUxOWE5YzQ4MTg5NzkwNGY3Mzg0ZWExM2Y2ZjE4Yzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6404b3ac-0203-4956-8600-e9757ec47f1f" } ], "workloadContext": "Production" } 2022-08-21T06:20:38.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:20:38.683Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87da3c81-39f6-49f3-ba89-d2504eeb70df ASDC 2022-08-21T06:20:38.839Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:b1348773-6b17-44bd-b5b4-8c04c4ce139f ServiceName:vFW 2022-08-21 06-19-31 ServiceVersion:1.0 ServiceUUID:87da3c81-39f6-49f3-ba89-d2504eeb70df ServiceInvariantUUID:f4d876e7-18af-4ab7-bea4-0fba11b453f9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220821061931-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar ArtifactUUID:6404b3ac-0203-4956-8600-e9757ec47f1f ArtifactChecksum:MzUxOWE5YzQ4MTg5NzkwNGY3Mzg0ZWExM2Y2ZjE4Yzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 82c0a581-3d21 0 ResourceCustomizationUUID:d91b6400-e1e4-4460-a6cc-2fb17420f0cf ResourceInvariantUUID:dee769b4-9689-482d-9fb9-d7a94aedd161 ResourceName:vFW 82c0a581-3d21 ResourceType:VF ResourceUUID:2e2bb4aa-31bb-4797-b604-bf05f3a478b6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw82c0a5813d210_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json ArtifactUUID:563d7b15-2d42-464c-a9e5-62ce3ac89e9a ArtifactChecksum:NjVlMzI5NGQxZWMwYzJlZWUyZjNhMmM4MTM4ODE1Mzk= 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/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml ArtifactUUID:d48f6ffc-c111-4511-8fea-7e0e2922b496 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/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env ArtifactUUID:d3e5ce20-ed07-4685-b777-246e4d4e42be 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/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env ArtifactUUID:d3e5ce20-ed07-4685-b777-246e4d4e42be ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-21T06:20:38.839Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87da3c81-39f6-49f3-ba89-d2504eeb70df 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-08-21T06:20:39.181Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:20:39.183Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-08-21T06:20:39.186Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-08-21T06:20:39.186Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6404b3ac-0203-4956-8600-e9757ec47f1f from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:39.187Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:20:39.190Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:39.318Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:20:39.345Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar 6404b3ac-0203-4956-8600-e9757ec47f1f 100591 2022-08-21T06:20:39.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar ASDC sendASDCNotification 2022-08-21T06:20:39.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:39.348Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:20:39.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:39.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:39.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062839345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:20:39.452Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:39.453Z||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-08-21T06:20:39.453Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:39.472Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:39.473Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:40.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:20:40.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-08-21T06:20:40.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6404b3ac-0203-4956-8600-e9757ec47f1f, URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar to file: /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:40.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220821061931-csar.csar 2022-08-21T06:20:40.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:40.489Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:41.413Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5547966958542325054/Definitions/service-Vfw20220821061931-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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-08-21T06:20:45.273Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:20:45.284Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-08-21T06:20:45.285Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.285Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-08-21T06:20:45.286Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82c0a581-3d21 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.286Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.286Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-08-21T06:20:45.300Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.304Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.313Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:45.314Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-08-21T06:20:45.317Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:20:45.321Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.322Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.322Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:45.323Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-08-21T06:20:45.323Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:20:45.323Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.324Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.331Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.332Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:45.333Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:45.333Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:45.334Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-21T06:20:45.334Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.334Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-21T06:20:45.336Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.337Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.337Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-21T06:20:45.338Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.338Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-21T06:20:45.339Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.339Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-21T06:20:45.339Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.340Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:20:45.346Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:45.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:45.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:45.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:45.350Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.350Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:45.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:45.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-21T06:20:45.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-21T06:20:45.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=52ed1b9c-2b89-4181-9221-afc51533a20a 2022-08-21T06:20:45.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:45.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:45.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:45.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.359Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57bf4ca5-8284-490a-9c70-a8e251f8eddc 2022-08-21T06:20:45.359Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.360Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:45.360Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:45.360Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:45.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-21T06:20:45.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.362Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.362Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-21T06:20:45.363Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-21T06:20:45.363Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-21T06:20:45.363Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:45.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:45.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-21T06:20:45.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81e00ffc-c2fa-4785-a1c5-4e0fb9d761fb 2022-08-21T06:20:45.365Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.365Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.366Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.366Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.366Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:45.368Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:45.368Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-21 06-19-31 Description:catalog service description Model UUID:87da3c81-39f6-49f3-ba89-d2504eeb70df Model Version:NULL Model InvariantUuid:f4d876e7-18af-4ab7-bea4-0fba11b453f9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 82c0a581-3d21 Model UUID:cd330224-2bea-4580-820f-f6ada4cea6eb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:dee769b4-9689-482d-9fb9-d7a94aedd161 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d91b6400-e1e4-4460-a6cc-2fb17420f0cf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4dded5a3-3ea0-4b4f-8cc8-27405d362aef ModelName:Vfw82c0a5813d21..base_vfw..module-0 ModelUuid:27c66dfd-2c37-4e7a-89c2-bfc37c2c1606 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:52ed1b9c-2b89-4181-9221-afc51533a20a ModelInvariantUuid:67b33f20-9069-4ac1-85c0-900c42998bc4 ModelName:vFW 82c0a581-3d21-nodes.vfwCvfc ModelUuid:e4c71926-ca89-42f0-9950-e5631f821d39 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ae94e405-ae10-4712-9782-f8538ff6d070 ModelInvariantUuid:15155e6a-0e4d-4de6-b30a-29876640ce52 ModelName:Vfw82c0a5813d21.compute.nodes.heat.vfw ModelUuid:4d20ab2d-5f5e-4448-b9fa-ab4b6e43dbf7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:57bf4ca5-8284-490a-9c70-a8e251f8eddc ModelInvariantUuid:4b5574b8-9933-4828-bbab-546d6ad8f50e ModelName:vFW 82c0a581-3d21-nodes.vsnCvfc ModelUuid:1f371f6a-3c67-410a-95eb-f1e3f9222ab8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c665a210-54d6-4f51-af8a-120fa00930fd ModelInvariantUuid:5113f089-11e7-4b29-b0c6-4a5a6cf5a7a9 ModelName:Vfw82c0a5813d21.compute.nodes.heat.vsn ModelUuid:d0c9609b-4866-447c-adab-127a83aaa501 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:81e00ffc-c2fa-4785-a1c5-4e0fb9d761fb ModelInvariantUuid:a85fb02e-fa5f-4c87-9187-b0b9e93fb192 ModelName:vFW 82c0a581-3d21-nodes.vpgCvfc ModelUuid:0a46537d-545c-4c36-a5ad-7e0433e28bec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c6015eb2-0725-4c6c-b582-72d8c0d09134 ModelInvariantUuid:e983eea8-2dd9-4d41-a3a9-771aa0bd10d1 ModelName:Vfw82c0a5813d21.compute.nodes.heat.vpg ModelUuid:6a42bc40-6718-4e4f-b493-c87016aa2506 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-08-21T06:20:45.431Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e2bb4aa-31bb-4797-b604-bf05f3a478b6 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-08-21T06:20:45.601Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||vFW 82c0a581-3d21 0 2022-08-21T06:20:45.616Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e2bb4aa-31bb-4797-b604-bf05f3a478b6 2022-08-21T06:20:45.616Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 563d7b15-2d42-464c-a9e5-62ce3ac89e9a from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json 2022-08-21T06:20:45.617Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:20:45.617Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json 2022-08-21T06:20:45.719Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:20:45.720Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json 563d7b15-2d42-464c-a9e5-62ce3ac89e9a 785 2022-08-21T06:20:45.720Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json ASDC sendASDCNotification 2022-08-21T06:20:45.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json 2022-08-21T06:20:45.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:20:45.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:45.726Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:45.726Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062845720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:20:45.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-08-21T06:20:45.840Z||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-08-21T06:20:45.840Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:45.910Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:45.911Z||pool-11-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:20:46.729Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw82c0a5813d21..base_vfw..module-0", "vfModuleModelInvariantUUID": "4dded5a3-3ea0-4b4f-8cc8-27405d362aef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "27c66dfd-2c37-4e7a-89c2-bfc37c2c1606", "vfModuleModelCustomizationUUID": "323de91c-50f1-49c3-be44-acd79424a874", "isBase": true, "artifacts": [ "d48f6ffc-c111-4511-8fea-7e0e2922b496", "d3e5ce20-ed07-4685-b777-246e4d4e42be" ], "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-08-21T06:20:46.745Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw82c0a5813d21..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:27c66dfd-2c37-4e7a-89c2-bfc37c2c1606 VfModuleModelInvariantUUID:4dded5a3-3ea0-4b4f-8cc8-27405d362aef VfModuleModelDescription:NULL Artifacts UUID List:{ d48f6ffc-c111-4511-8fea-7e0e2922b496 , d3e5ce20-ed07-4685-b777-246e4d4e42be } 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-08-21T06:20:46.749Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw82c0a5813d21..base_vfw..module-0", "vfModuleModelInvariantUUID": "4dded5a3-3ea0-4b4f-8cc8-27405d362aef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "27c66dfd-2c37-4e7a-89c2-bfc37c2c1606", "vfModuleModelCustomizationUUID": "323de91c-50f1-49c3-be44-acd79424a874", "isBase": true, "artifacts": [ "d48f6ffc-c111-4511-8fea-7e0e2922b496", "d3e5ce20-ed07-4685-b777-246e4d4e42be" ], "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-08-21T06:20:46.750Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw82c0a5813d21..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:27c66dfd-2c37-4e7a-89c2-bfc37c2c1606 VfModuleModelInvariantUUID:4dded5a3-3ea0-4b4f-8cc8-27405d362aef VfModuleModelDescription:NULL Artifacts UUID List:{ d48f6ffc-c111-4511-8fea-7e0e2922b496 , d3e5ce20-ed07-4685-b777-246e4d4e42be } 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-08-21T06:20:46.750Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d48f6ffc-c111-4511-8fea-7e0e2922b496 from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml 2022-08-21T06:20:46.750Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:20:46.751Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml 2022-08-21T06:20:46.805Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:20:46.806Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml d48f6ffc-c111-4511-8fea-7e0e2922b496 20368 2022-08-21T06:20:46.807Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-21T06:20:46.807Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml 2022-08-21T06:20:46.807Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:20:46.808Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:46.811Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:46.811Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062846807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:20:46.911Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:46.912Z||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-08-21T06:20:46.913Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:46.929Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:46.930Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:47.812Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3e5ce20-ed07-4685-b777-246e4d4e42be from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env 2022-08-21T06:20:47.813Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:20:47.813Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env 2022-08-21T06:20:47.884Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:20:47.885Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env d3e5ce20-ed07-4685-b777-246e4d4e42be 2098 2022-08-21T06:20:47.885Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-21T06:20:47.886Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env 2022-08-21T06:20:47.886Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:20:47.887Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:47.890Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:47.890Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062847885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:20:47.990Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:47.992Z||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-08-21T06:20:47.992Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:48.007Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:48.007Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:48.891Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 87da3c81-39f6-49f3-ba89-d2504eeb70df 2022-08-21T06:20:48.892Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82c0a581-3d21 0 2e2bb4aa-31bb-4797-b604-bf05f3a478b6 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-08-21T06:20:48.942Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d34ec05, org.onap.sdc.toscaparser.api.parameters.Input@4defc326, org.onap.sdc.toscaparser.api.parameters.Input@5c1d76, org.onap.sdc.toscaparser.api.parameters.Input@2fd4d6ad, org.onap.sdc.toscaparser.api.parameters.Input@359a5396] 2022-08-21T06:20:48.947Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.947Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:48.948Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-08-21T06:20:48.948Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d91b6400-e1e4-4460-a6cc-2fb17420f0cf 2022-08-21T06:20:48.948Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d91b6400-e1e4-4460-a6cc-2fb17420f0cf matches Tosca VF Customization UUID: d91b6400-e1e4-4460-a6cc-2fb17420f0cf 2022-08-21T06:20:48.949Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d91b6400-e1e4-4460-a6cc-2fb17420f0cf 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-08-21T06:20:48.957Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.958Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:48.959Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d91b6400-e1e4-4460-a6cc-2fb17420f0cf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-08-21T06:20:48.960Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a2b002c 2022-08-21T06:20:48.960Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.960Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:20:48.961Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 323de91c-50f1-49c3-be44-acd79424a874 2022-08-21T06:20:48.964Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 323de91c-50f1-49c3-be44-acd79424a874 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-08-21T06:20:48.975Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.976Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:48.976Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:48.978Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.978Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:48.978Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:48.979Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.979Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:48.980Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:48.980Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:48.980Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-21T06:20:48.981Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-21T06:20:48.981Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-21T06:20:48.982Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:48.982Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:48.983Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-21T06:20:48.983Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:48.983Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-21T06:20:48.984Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:48.984Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=52ed1b9c-2b89-4181-9221-afc51533a20a 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-08-21T06:20:48.994Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.995Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:48.995Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:48.996Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:48.996Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:48.996Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:48.998Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-21T06:20:48.998Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-21T06:20:48.998Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57bf4ca5-8284-490a-9c70-a8e251f8eddc 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-08-21T06:20:49.003Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.003Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:49.003Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:49.006Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria 2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-21T06:20:49.010Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81e00ffc-c2fa-4785-a1c5-4e0fb9d761fb 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-08-21T06:20:49.012Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.013Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:49.013Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:20:49.013Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.014Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria 2022-08-21T06:20:49.014Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=d91b6400-e1e4-4460-a6cc-2fb17420f0cf 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-08-21T06:20:49.017Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.017Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:49.017Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 87da3c81-39f6-49f3-ba89-d2504eeb70df: vFW 82c0a581-3d21 2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:49.019Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.019Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:49.019Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-08-21 06-19-31 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-08-21T06:20:49.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82c0a581-3d21 2e2bb4aa-31bb-4797-b604-bf05f3a478b6 1 ASDC deployResourceStructure 2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json ASDC sendASDCNotification 2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json 2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:49.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:49.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062849354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:20:49.457Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:49.458Z||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-08-21T06:20:49.458Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:49.472Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:49.473Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:50.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-21T06:20:50.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml 2022-08-21T06:20:50.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:20:50.359Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:50.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:50.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062850358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:20:50.461Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:50.463Z||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-08-21T06:20:50.463Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:50.474Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:50.475Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:51.362Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-21T06:20:51.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env 2022-08-21T06:20:51.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:20:51.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:51.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:51.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062851362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-21T06:20:51.467Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:20:51.470Z||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-08-21T06:20:51.470Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:51.482Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:51.483Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:20:52.371Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar ASDC sendASDCNotification 2022-08-21T06:20:52.372Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar 2022-08-21T06:20:52.372Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:20:52.373Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:20:52.376Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:20:52.377Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062852371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:20:52.476Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:20:52.478Z||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-08-21T06:20:52.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:20:52.491Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:20:52.492Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:20:53.379Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:20:53.406Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:20:53.408Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:20:53.409Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:20:53.409Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:21:23.409Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:21:23.422Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:21:23.424Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:21:23.424Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:21:23.424Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:21:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:21:29.094Z||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-08-21T06:21:29.095Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:21:29.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:21:29.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:21:29.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:21:29.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:21:53.425Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:21:53.436Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:21:53.438Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:21:53.438Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:21:53.438Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:22:23.439Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:22:23.446Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:22:23.455Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:22:23.456Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:22:23.456Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:22:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:22:29.093Z||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-08-21T06:22:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:22:29.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:22:29.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:22:29.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:22:29.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:22:53.456Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:22:53.467Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:22:53.470Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:22:53.470Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:22:53.470Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:23:23.474Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:23:23.485Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:23:23.487Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:23:23.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:23:23.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:23:29.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:23:29.094Z||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-08-21T06:23:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:23:29.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:23:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOTIFIED" } 2022-08-21T06:23:29.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOTIFIED" } 2022-08-21T06:23:29.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-21T06:23:29.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-21T06:23:29.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-21T06:23:29.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062830179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062827878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062829088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062831118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOTIFIED" } 2022-08-21T06:23:29.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062831783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062838567, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062838463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-21T06:23:29.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062839345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062839651, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "cds", "timestamp": 1661062839587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-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-08-21T06:23:29.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f 2022-08-21T06:23:29.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:23:29.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062839476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "ves-openapi-manager", "timestamp": 1661062833278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "policy-id", "timestamp": 1661062840480, "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-08-21T06:23:29.197Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f 2022-08-21T06:23:29.197Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:23:29.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-21T06:23:29.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062836122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062844017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062845130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062845720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062846207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062846807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062847296, "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-08-21T06:23:29.217Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f 2022-08-21T06:23:29.218Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:23:29.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062847885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "multicloud-k8s-id", "timestamp": 1661062848299, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062849354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062849357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062850358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062851362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062851367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661062852371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "clamp", "timestamp": 1661062852372, "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-08-21T06:23:29.238Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f 2022-08-21T06:23:29.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:23:29.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:23:29.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062847096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:23:29.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062854382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062855009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:23:29.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "aai-ml", "timestamp": 1661062855391, "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-08-21T06:23:29.250Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f 2022-08-21T06:23:29.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:23:29.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062860773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:23:29.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:23:29.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:23:29.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062861778, "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-08-21T06:23:29.263Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f 2022-08-21T06:23:29.263Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:23:53.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:23:53.500Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||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-08-21T06:23:53.509Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:24:23.509Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f 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-08-21T06:24:23.521Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f and serviceModelVersionId: 87da3c81-39f6-49f3-ba89-d2504eeb70df 2022-08-21T06:24:23.521Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4d876e7-18af-4ab7-bea4-0fba11b453f9 2022-08-21T06:24:29.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:24:29.095Z||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-08-21T06:24:29.095Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:29.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:29.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:24:29.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-21T06:24:29.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:24:29.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-21T06:24:29.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "ves-openapi-manager", "timestamp": 1661062893278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062891783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:29.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062891118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:29.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062887878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:29.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062890179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:29.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-21T06:24:29.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062901549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062901292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062901198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062902201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:24:29.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "cds", "timestamp": 1661062902301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-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-08-21T06:24:29.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c 2022-08-21T06:24:29.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:24:29.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062896122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:29.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "policy-id", "timestamp": 1661062903204, "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-08-21T06:24:29.722Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c 2022-08-21T06:24:29.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:24:29.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062903937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062905016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062906085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062907112, "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-08-21T06:24:29.741Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c 2022-08-21T06:24:29.741Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:24:29.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062907353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "multicloud-k8s-id", "timestamp": 1661062908118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:24:29.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062908600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:24:29.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062909362, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:24:29.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "aai-ml", "timestamp": 1661062909606, "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-08-21T06:24:29.756Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c 2022-08-21T06:24:29.756Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:24:29.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "clamp", "timestamp": 1661062910365, "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-08-21T06:24:29.770Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c 2022-08-21T06:24:29.771Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:24:29.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:29.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062907096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:29.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:24:29.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:29.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062917387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:24:29.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661062918392, "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-08-21T06:24:29.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c 2022-08-21T06:24:29.790Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:24:39.909Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0 2022-08-21T06:24:40.034Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:24:40.625Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?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-08-21T06:24:40.632Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0|INFO|500||Invoke 2022-08-21T06:24:40.809Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:24:41.114Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0|INFO|500||InvokeReturn 2022-08-21T06:24:41.114Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220821-06:24:40:167-24069], vertex-id=[372984], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:24:40 GMT], Content-Type=[application/json]} 2022-08-21T06:24:41.116Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:24:41.122Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:24:41.122Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||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-08-21T06:24:41.130Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-21T06:24:41.132Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b1348773-6b17-44bd-b5b4-8c04c4ce139f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:24:41.134Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:24:41.134Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:41.138Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:41.138Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063081132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:24:41.238Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:41.239Z||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-08-21T06:24:41.239Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:41.259Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:41.260Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-21T06:24:42.160Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:24:42.161Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|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-08-21T06:24:42.161Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:46.685Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:46.686Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:24:46.687Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"77c682f2-cf41-4756-8071-9f6b3384d33c","serviceName":"basic_onboard_ayhWBN","serviceVersion":"1.0","serviceUUID":"58c0a9fb-ea04-44bc-8f98-304d9dda8ae2","serviceDescription":"service","serviceInvariantUUID":"09cd1da5-f658-4f2f-aa88-c4806d413f54","resources":[{"resourceInstanceName":"basic_onboard_ayhWBN 0","resourceName":"basic_onboard_ayhWBN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0349b413-ee87-4d4e-a286-a136433a98c3","resourceInvariantUUID":"9d8514ea-23e8-4997-9ea7-3bb078e7afa0","resourceCustomizationUUID":"f1091db1-886b-45df-bae7-f3c206963588","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWY2YmRjMGJiYWY5NmE1OTMyZmM0MjdhMTA1OGY4NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"668c77cf-478c-4640-8976-18d8c0d1f12e","artifactVersion":"1"},{"artifactName":"basic_onboard_ayhwbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json","artifactChecksum":"MDIxYjhkMDhhNmJjNTEzOGU4YTRkNTVlOWRiMDk2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef95b392-07b5-42f5-83cf-8d134513a5fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"35c994b1-3bbe-47ce-b998-02c8340bfffd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62c96170-e86c-43b7-9194-c7d5a274d826","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6dd6993f-457e-49c2-93cd-4f3589cc61a0","artifactVersion":"2","generatedFromUUID":"35c994b1-3bbe-47ce-b998-02c8340bfffd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAyhwbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml","artifactChecksum":"MWI5M2FiMGE0OTcwOTJmNmE4ZjZiNDJhMjY0NWFiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5794cccd-b705-4984-a2dd-c4e0433d5e8d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAyhwbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar","artifactChecksum":"ZDcyODc0MGYyZTZiMDdiNGVlMmJjZDIzNzk5ZTRkNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f15aadb6-2912-457c-a19b-b3ee13cd0d18","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:24:46.690Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:46.690Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:46.692Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:46.692Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:46.792Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:46.793Z||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-08-21T06:24:46.793Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:46.807Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:46.808Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:47.693Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:47.694Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:47.697Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:47.697Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:24:47.797Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:47.798Z||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-08-21T06:24:47.798Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:47.809Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:47.810Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:48.698Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:48.700Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:48.702Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:48.703Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-21T06:24:48.802Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:24:48.803Z||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-08-21T06:24:48.803Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:48.818Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:48.819Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:49.703Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:49.704Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:49.706Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:49.706Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:49.807Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-21T06:24:49.809Z||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-08-21T06:24:49.809Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:49.837Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:49.838Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:24:50.707Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:50.708Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:50.709Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:50.710Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-21T06:24:50.810Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:50.812Z||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-08-21T06:24:50.812Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:50.824Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:50.825Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:24:51.710Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:51.712Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:51.714Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:51.715Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:24:51.815Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:51.816Z||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-08-21T06:24:51.816Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:51.826Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:51.827Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:52.715Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:24:52.716Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:52.719Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:52.719Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:24:52.819Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:52.820Z||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-08-21T06:24:52.820Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:52.833Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:52.833Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:53.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "serviceName": "basic_onboard_ayhWBN", "serviceVersion": "1.0", "serviceUUID": "58c0a9fb-ea04-44bc-8f98-304d9dda8ae2", "serviceDescription": "service", "serviceInvariantUUID": "09cd1da5-f658-4f2f-aa88-c4806d413f54", "resources": [ { "resourceInstanceName": "basic_onboard_ayhWBN 0", "resourceCustomizationUUID": "f1091db1-886b-45df-bae7-f3c206963588", "resourceName": "basic_onboard_ayhWBN", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0349b413-ee87-4d4e-a286-a136433a98c3", "resourceInvariantUUID": "9d8514ea-23e8-4997-9ea7-3bb078e7afa0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ayhwbn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "artifactChecksum": "MDIxYjhkMDhhNmJjNTEzOGU4YTRkNTVlOWRiMDk2MTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef95b392-07b5-42f5-83cf-8d134513a5fb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "35c994b1-3bbe-47ce-b998-02c8340bfffd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6dd6993f-457e-49c2-93cd-4f3589cc61a0", "generatedFromUUID": "35c994b1-3bbe-47ce-b998-02c8340bfffd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6dd6993f-457e-49c2-93cd-4f3589cc61a0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAyhwbn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "artifactChecksum": "ZDcyODc0MGYyZTZiMDdiNGVlMmJjZDIzNzk5ZTRkNDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f15aadb6-2912-457c-a19b-b3ee13cd0d18" } ], "workloadContext": "Production" } 2022-08-21T06:24:53.722Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:24:53.722Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 ASDC 2022-08-21T06:24:53.723Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:77c682f2-cf41-4756-8071-9f6b3384d33c ServiceName:basic_onboard_ayhWBN ServiceVersion:1.0 ServiceUUID:58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 ServiceInvariantUUID:09cd1da5-f658-4f2f-aa88-c4806d413f54 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAyhwbn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar ArtifactUUID:f15aadb6-2912-457c-a19b-b3ee13cd0d18 ArtifactChecksum:ZDcyODc0MGYyZTZiMDdiNGVlMmJjZDIzNzk5ZTRkNDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ayhWBN 0 ResourceCustomizationUUID:f1091db1-886b-45df-bae7-f3c206963588 ResourceInvariantUUID:9d8514ea-23e8-4997-9ea7-3bb078e7afa0 ResourceName:basic_onboard_ayhWBN ResourceType:VF ResourceUUID:0349b413-ee87-4d4e-a286-a136433a98c3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ayhwbn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ArtifactUUID:ef95b392-07b5-42f5-83cf-8d134513a5fb ArtifactChecksum:MDIxYjhkMDhhNmJjNTEzOGU4YTRkNTVlOWRiMDk2MTY= 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/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml ArtifactUUID:35c994b1-3bbe-47ce-b998-02c8340bfffd 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/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env ArtifactUUID:6dd6993f-457e-49c2-93cd-4f3589cc61a0 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/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env ArtifactUUID:6dd6993f-457e-49c2-93cd-4f3589cc61a0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-21T06:24:53.723Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 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-08-21T06:24:53.763Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:24:53.764Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-08-21T06:24:53.764Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-08-21T06:24:53.765Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f15aadb6-2912-457c-a19b-b3ee13cd0d18 from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:53.765Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:24:53.765Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:53.942Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:24:53.947Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar f15aadb6-2912-457c-a19b-b3ee13cd0d18 75240 2022-08-21T06:24:53.947Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar ASDC sendASDCNotification 2022-08-21T06:24:53.947Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:53.948Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:24:53.948Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:53.951Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:53.951Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063093947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:54.051Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:54.053Z||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-08-21T06:24:54.053Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:54.065Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:54.065Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:54.952Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:24:54.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-08-21T06:24:54.954Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f15aadb6-2912-457c-a19b-b3ee13cd0d18, URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar to file: /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:54.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:54.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:54.956Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:55.126Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3209178221755802862/Definitions/service-BasicOnboardAyhwbn-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-08-21T06:24:56.866Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ayhWBN 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is not matching search criteria 2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is not matching search criteria 2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=036a7fe0-58f0-42dd-9d84-3577e0dfcf78 2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:24:56.878Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ayhWBN Description:service Model UUID:58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 Model Version:NULL Model InvariantUuid:09cd1da5-f658-4f2f-aa88-c4806d413f54 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ayhWBN Model UUID:7f63cda5-594c-40ce-99e5-c0d192b89f6d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9d8514ea-23e8-4997-9ea7-3bb078e7afa0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f1091db1-886b-45df-bae7-f3c206963588 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0dd8a540-2c33-42bc-aaed-52036b3675a0 ModelName:BasicOnboardAyhwbn..base_ubuntu18..module-0 ModelUuid:4a1df7f8-8dd2-44d2-8165-31234fd2df63 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:036a7fe0-58f0-42dd-9d84-3577e0dfcf78 ModelInvariantUuid:67051153-99ad-49cb-b12e-2e4d77cfb6a7 ModelName:basic_onboard_ayhWBN-nodes.ubuntu18Cvfc ModelUuid:6e279746-d0c6-4c84-9176-c5516ca3c5ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:202e399e-5180-43ea-901c-91a4f46693bf ModelInvariantUuid:429b68d1-c0e1-4439-a07b-28f01c7710c5 ModelName:BasicOnboardAyhwbn.compute.nodes.heat.ubuntu18 ModelUuid:b1f5c8fc-e535-43ed-b7ec-27f8260c368c 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-08-21T06:24:56.885Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0349b413-ee87-4d4e-a286-a136433a98c3 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-08-21T06:24:56.888Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||basic_onboard_ayhWBN 0 2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0349b413-ee87-4d4e-a286-a136433a98c3 2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ef95b392-07b5-42f5-83cf-8d134513a5fb from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json 2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json 2022-08-21T06:24:56.952Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:24:56.952Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ef95b392-07b5-42f5-83cf-8d134513a5fb 798 2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ASDC sendASDCNotification 2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json 2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:56.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:56.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063096953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:57.056Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:57.057Z||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-08-21T06:24:57.057Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:57.072Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:57.073Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:24:57.956Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAyhwbn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0dd8a540-2c33-42bc-aaed-52036b3675a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a1df7f8-8dd2-44d2-8165-31234fd2df63", "vfModuleModelCustomizationUUID": "0c3bc799-8128-4dbb-9dd3-9d9ca178954b", "isBase": true, "artifacts": [ "35c994b1-3bbe-47ce-b998-02c8340bfffd", "6dd6993f-457e-49c2-93cd-4f3589cc61a0" ], "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-08-21T06:24:57.961Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAyhwbn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a1df7f8-8dd2-44d2-8165-31234fd2df63 VfModuleModelInvariantUUID:0dd8a540-2c33-42bc-aaed-52036b3675a0 VfModuleModelDescription:NULL Artifacts UUID List:{ 35c994b1-3bbe-47ce-b998-02c8340bfffd , 6dd6993f-457e-49c2-93cd-4f3589cc61a0 } 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-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAyhwbn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0dd8a540-2c33-42bc-aaed-52036b3675a0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a1df7f8-8dd2-44d2-8165-31234fd2df63", "vfModuleModelCustomizationUUID": "0c3bc799-8128-4dbb-9dd3-9d9ca178954b", "isBase": true, "artifacts": [ "35c994b1-3bbe-47ce-b998-02c8340bfffd", "6dd6993f-457e-49c2-93cd-4f3589cc61a0" ], "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-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAyhwbn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a1df7f8-8dd2-44d2-8165-31234fd2df63 VfModuleModelInvariantUUID:0dd8a540-2c33-42bc-aaed-52036b3675a0 VfModuleModelDescription:NULL Artifacts UUID List:{ 35c994b1-3bbe-47ce-b998-02c8340bfffd , 6dd6993f-457e-49c2-93cd-4f3589cc61a0 } 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-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35c994b1-3bbe-47ce-b998-02c8340bfffd from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml 2022-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:24:57.965Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml 2022-08-21T06:24:58.012Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:24:58.012Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml 35c994b1-3bbe-47ce-b998-02c8340bfffd 5033 2022-08-21T06:24:58.013Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-21T06:24:58.013Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml 2022-08-21T06:24:58.013Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:24:58.014Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:58.016Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:58.016Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063098013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:58.116Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:24:58.117Z||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-08-21T06:24:58.117Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:58.133Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:58.134Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:24:59.016Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6dd6993f-457e-49c2-93cd-4f3589cc61a0 from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env 2022-08-21T06:24:59.017Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-08-21T06:24:59.018Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env 2022-08-21T06:24:59.065Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-08-21T06:24:59.065Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env 6dd6993f-457e-49c2-93cd-4f3589cc61a0 909 2022-08-21T06:24:59.066Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-21T06:24:59.066Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env 2022-08-21T06:24:59.066Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:24:59.067Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:24:59.068Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:24:59.068Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063099066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:24:59.169Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-21T06:24:59.173Z||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-08-21T06:24:59.173Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:24:59.192Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:24:59.193Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:25:00.069Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 2022-08-21T06:25:00.070Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ayhWBN 0 0349b413-ee87-4d4e-a286-a136433a98c3 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-08-21T06:25:00.085Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@512e16ec, org.onap.sdc.toscaparser.api.parameters.Input@323b97b0, org.onap.sdc.toscaparser.api.parameters.Input@539499f0, org.onap.sdc.toscaparser.api.parameters.Input@532c2972, org.onap.sdc.toscaparser.api.parameters.Input@7214dc8d] 2022-08-21T06:25:00.086Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f1091db1-886b-45df-bae7-f3c206963588 2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1091db1-886b-45df-bae7-f3c206963588 matches Tosca VF Customization UUID: f1091db1-886b-45df-bae7-f3c206963588 2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f1091db1-886b-45df-bae7-f3c206963588 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-08-21T06:25:00.090Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.090Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f1091db1-886b-45df-bae7-f3c206963588: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5905c1bf 2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c3bc799-8128-4dbb-9dd3-9d9ca178954b 2022-08-21T06:25:00.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c3bc799-8128-4dbb-9dd3-9d9ca178954b 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-08-21T06:25:00.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:25:00.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:25:00.095Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.095Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is not matching search criteria 2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-21T06:25:00.097Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-21T06:25:00.097Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=036a7fe0-58f0-42dd-9d84-3577e0dfcf78 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-08-21T06:25:00.099Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.099Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria 2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=f1091db1-886b-45df-bae7-f3c206963588 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-08-21T06:25:00.103Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.103Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2: basic_onboard_ayhWBN 2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:25:00.106Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:25:00.107Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ayhWBN 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-08-21T06:25:00.202Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ayhWBN 0349b413-ee87-4d4e-a286-a136433a98c3 1 ASDC deployResourceStructure 2022-08-21T06:25:00.204Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ASDC sendASDCNotification 2022-08-21T06:25:00.204Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json 2022-08-21T06:25:00.204Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:25:00.205Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:25:00.209Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:25:00.210Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063100204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:25:00.310Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:25:00.311Z||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-08-21T06:25:00.311Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:00.324Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:00.325Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:25:01.210Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-21T06:25:01.211Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml 2022-08-21T06:25:01.211Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:25:01.212Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:25:01.214Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:25:01.214Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063101210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:25:01.314Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:25:01.315Z||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-08-21T06:25:01.316Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:01.333Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:01.334Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:25:02.215Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-21T06:25:02.215Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env 2022-08-21T06:25:02.216Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:25:02.216Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:25:02.218Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:25:02.218Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063102215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-21T06:25:02.318Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:25:02.319Z||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-08-21T06:25:02.319Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:02.333Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:02.334Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:25:03.219Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar ASDC sendASDCNotification 2022-08-21T06:25:03.220Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar 2022-08-21T06:25:03.220Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:25:03.220Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:25:03.223Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:25:03.223Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063103219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:25:03.323Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:25:03.325Z||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-08-21T06:25:03.325Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:03.342Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:03.343Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:25:04.224Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77c682f2-cf41-4756-8071-9f6b3384d33c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:25:04.233Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77c682f2-cf41-4756-8071-9f6b3384d33c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:25:04.239Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:25:04.239Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:25:04.239Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||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-08-21T06:25:04.245Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:25:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:25:29.094Z||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-08-21T06:25:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:29.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063081132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:25:29.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:25:29.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:25:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-21T06:25:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:25:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-21T06:25:29.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:25:29.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063082160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:25:29.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:25:29.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063093947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:25:29.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063096953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:25:29.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063098013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:25:29.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063099066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:25:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063100204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:25:29.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063101210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:25:29.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063102215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-21T06:25:29.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:29.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:25:29.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063103219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:25:29.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:25:34.245Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77c682f2-cf41-4756-8071-9f6b3384d33c 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-08-21T06:25:34.251Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77c682f2-cf41-4756-8071-9f6b3384d33c and serviceModelVersionId: 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 2022-08-21T06:25:34.252Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09cd1da5-f658-4f2f-aa88-c4806d413f54 2022-08-21T06:25:34.253Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0 2022-08-21T06:25:34.257Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:25:34.314Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?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-08-21T06:25:34.317Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0|INFO|500||Invoke 2022-08-21T06:25:34.347Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:25:34.465Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0|INFO|500||InvokeReturn 2022-08-21T06:25:34.466Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220821-06:25:33:701-98108], vertex-id=[184368], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:25:33 GMT], Content-Type=[application/json]} 2022-08-21T06:25:34.467Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:25:34.467Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:25:34.467Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||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-08-21T06:25:34.480Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-21T06:25:34.480Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77c682f2-cf41-4756-8071-9f6b3384d33c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:25:34.481Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:25:34.481Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:25:34.485Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:25:34.486Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063134481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:25:34.586Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:25:34.587Z||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-08-21T06:25:34.587Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:34.602Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:34.603Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-08-21T06:25:35.497Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:25:35.498Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:25:35.498Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:45.114Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:45.115Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:25:45.116Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:25:45.116Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:25:54.723Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:25:54.724Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:25:54.725Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:25:54.725Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:26:04.284Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:26:04.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:26:04.285Z||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-08-21T06:26:04.286Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:26:13.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:26:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:26:29.089Z||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-08-21T06:26:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:26:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:26:29.093Z||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-08-21T06:26:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:26:29.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:26:29.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-08-21T06:26:29.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063134481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:26:29.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:26:38.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:27:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:27:29.089Z||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-08-21T06:27:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:27:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:27:29.093Z||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-08-21T06:27:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:27:38.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:27:38.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:28:29.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:28:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:28:29.092Z||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-08-21T06:28:29.092Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:28:29.093Z||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-08-21T06:28:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:28:38.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:28:38.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:29:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:29:29.089Z||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-08-21T06:29:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:29:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:29:29.093Z||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-08-21T06:29:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:29:38.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:29:38.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:30:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:30:29.089Z||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-08-21T06:30:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:30:29.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:30:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:30:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:30:38.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:30:38.696Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:31:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:31:29.090Z||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-08-21T06:31:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:31:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:31:29.093Z||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-08-21T06:31:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:31:38.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:31:38.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:32:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:32:29.089Z||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-08-21T06:32:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:32:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:32:29.093Z||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-08-21T06:32:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:32:38.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:32:38.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:33:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:33:29.090Z||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-08-21T06:33:29.091Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:33:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:33:29.093Z||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-08-21T06:33:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:33:38.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:33:38.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:34:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:34:29.090Z||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-08-21T06:34:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:34:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:34:29.093Z||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-08-21T06:34:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:34:38.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:34:38.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:35:29.089Z||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-08-21T06:35:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:35:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:35:29.093Z||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-08-21T06:35:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:35:29.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:29.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "ves-openapi-manager", "timestamp": 1661063713278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:35:29.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063717096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:35:29.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "cds", "timestamp": 1661063712877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:35:29.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063716122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:35:29.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "policy-id", "timestamp": 1661063710180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:35:29.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "cds", "timestamp": 1661063712877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:35:29.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063717096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:35:29.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "ves-openapi-manager", "timestamp": 1661063713278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:35:29.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063716122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "policy-id", "timestamp": 1661063710180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "cds", "timestamp": 1661063722676, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:35:29.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063722951, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "policy-id", "timestamp": 1661063722606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "cds", "timestamp": 1661063723685, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-08-21T06:35:29.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:29.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"af33f80e-6398-4067-b585-838e79be5d4e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4d6bf37f-1d66-40f5-a25d-2d8af7824dc1","serviceDescription":"service","serviceInvariantUUID":"28264ff0-271a-4690-8e95-a5b5cdddc432","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"96fbe953-1b0b-4990-85bd-048cd0e609eb","resourceInvariantUUID":"ee144f06-49e2-4d64-9010-aab74b078941","resourceCustomizationUUID":"23681d85-a6f7-4435-b0c5-e8c958f2032f","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":"YjY0NjVlOGJlMDY5NjgyZDNiOGQzYjVjNzE1N2NhN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10543460-7dd2-432e-98c1-646a89c7c769","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjRlNWVhMTkxMGMzYjRmZGI0MzdhMmRjYWMzZWVmMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05a8aade-03c5-43b7-a1fa-84f5b646cbe2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:35:29.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:35:29.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-21T06:35:29.786Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:35:29.787Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063729088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-21T06:35:29.838Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e 2022-08-21T06:35:29.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e 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-08-21T06:35:29.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "policy-id", "timestamp": 1661063723618, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:35:29.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:35:29.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063724774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:35:29.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:35:29.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "policy-id", "timestamp": 1661063724629, "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-08-21T06:35:29.885Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-21T06:35:29.886Z||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-08-21T06:35:29.887Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:35:29.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e 2022-08-21T06:35:29.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e 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-08-21T06:35:29.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-21T06:35:29.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063725778, "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-08-21T06:35:29.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e 2022-08-21T06:35:29.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e 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-08-21T06:35:29.955Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:29.956Z||pool-35-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:35:30.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:35:30.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:35:30.792Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:35:30.792Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063729088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:35:30.892Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:35:30.894Z||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-08-21T06:35:30.894Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:35:30.910Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:30.911Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:35:31.793Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4d6bf37f-1d66-40f5-a25d-2d8af7824dc1", "serviceDescription": "service", "serviceInvariantUUID": "28264ff0-271a-4690-8e95-a5b5cdddc432", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "23681d85-a6f7-4435-b0c5-e8c958f2032f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "96fbe953-1b0b-4990-85bd-048cd0e609eb", "resourceInvariantUUID": "ee144f06-49e2-4d64-9010-aab74b078941", "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": "NjRlNWVhMTkxMGMzYjRmZGI0MzdhMmRjYWMzZWVmMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05a8aade-03c5-43b7-a1fa-84f5b646cbe2" } ], "workloadContext": "Production" } 2022-08-21T06:35:31.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:35:31.794Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 ASDC 2022-08-21T06:35:31.795Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:af33f80e-6398-4067-b585-838e79be5d4e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 ServiceInvariantUUID:28264ff0-271a-4690-8e95-a5b5cdddc432 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:05a8aade-03c5-43b7-a1fa-84f5b646cbe2 ArtifactChecksum:NjRlNWVhMTkxMGMzYjRmZGI0MzdhMmRjYWMzZWVmMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:23681d85-a6f7-4435-b0c5-e8c958f2032f ResourceInvariantUUID:ee144f06-49e2-4d64-9010-aab74b078941 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:96fbe953-1b0b-4990-85bd-048cd0e609eb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-08-21T06:35:31.795Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 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-08-21T06:35:31.833Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:35:31.834Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:35:31.835Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:35:31.835Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 05a8aade-03c5-43b7-a1fa-84f5b646cbe2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-21T06:35:31.835Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:35:31.836Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-21T06:35:31.937Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:35:31.941Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05a8aade-03c5-43b7-a1fa-84f5b646cbe2 57661 2022-08-21T06:35:31.944Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-21T06:35:31.945Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-21T06:35:31.945Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:35:31.945Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:35:31.949Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:35:31.949Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063731944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:35:32.050Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:35:32.052Z||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-08-21T06:35:32.052Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:35:32.077Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:32.078Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:35:32.950Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:35:32.953Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:35:32.953Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 05a8aade-03c5-43b7-a1fa-84f5b646cbe2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-21T06:35:32.954Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-08-21T06:35:32.955Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-21T06:35:32.955Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-21T06:35:33.345Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11544255346344766520/Definitions/service-BasicNetwork-template.yml 2022-08-21T06:35:34.153Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:35:34.154Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:35:34.154Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:35:34.156Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.156Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.156Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-21T06:35:34.157Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:35:34.157Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:35:34.157Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 Model Version:NULL Model InvariantUuid:28264ff0-271a-4690-8e95-a5b5cdddc432 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ee144f06-49e2-4d64-9010-aab74b078941 Model UUID:03020b40-ddc3-4f2e-94c3-760ab34cd35f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:23681d85-a6f7-4435-b0c5-e8c958f2032f 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-08-21T06:35:34.177Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 96fbe953-1b0b-4990-85bd-048cd0e609eb 2022-08-21T06:35:34.178Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||No resources found for Service: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 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-08-21T06:35:34.188Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500|| 2022-08-21T06:35:34.189Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-08-21T06:35:34.191Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 2022-08-21T06:35:34.191Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 2022-08-21T06:35:34.191Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-08-21T06:35:34.192Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.203Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c773e43, org.onap.sdc.toscaparser.api.parameters.Input@74699309, org.onap.sdc.toscaparser.api.parameters.Input@1bb8da51, org.onap.sdc.toscaparser.api.parameters.Input@50b2b7d0, org.onap.sdc.toscaparser.api.parameters.Input@45220ea3] 2022-08-21T06:35:34.206Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.207Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.208Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.208Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.209Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1: Generic NeutronNet 2022-08-21T06:35:34.209Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.210Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.211Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.211Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.283Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.283Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.284Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.284Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.284Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:35:34.285Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:35:34.285Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.369Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-08-21T06:35:34.370Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-21T06:35:34.370Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-21T06:35:34.370Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:35:34.371Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:35:34.374Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:35:34.374Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063734370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:35:34.474Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:35:34.476Z||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-08-21T06:35:34.476Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:35:34.493Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:35:34.493Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:35:35.378Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:35:35.441Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:35:35.453Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:35:35.454Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:35:35.454Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:36:05.455Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:36:05.510Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:36:05.523Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:36:05.523Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:36:05.523Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:36:29.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:36:29.096Z||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-08-21T06:36:29.097Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:36:29.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:36:29.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:36:29.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063729088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:36:29.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:36:35.524Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:36:35.546Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:36:35.560Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:36:35.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:36:35.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:37:05.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:37:05.579Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:37:05.584Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:37:05.585Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:37:05.585Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:37:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:37:29.094Z||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-08-21T06:37:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:37:29.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:37:29.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063729088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "clamp", "timestamp": 1661063731118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063731944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "aai-ml", "timestamp": 1661063731783, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "clamp", "timestamp": 1661063731118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "aai-ml", "timestamp": 1661063731783, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063734370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "aai-ml", "timestamp": 1661063734591, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "aai-ml", "timestamp": 1661063738697, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "aai-ml", "timestamp": 1661063739702, "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-08-21T06:37:29.173Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e 2022-08-21T06:37:29.174Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e 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-08-21T06:37:29.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "clamp", "timestamp": 1661063743468, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "clamp", "timestamp": 1661063745477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.188Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "clamp", "timestamp": 1661063746482, "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-08-21T06:37:29.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e 2022-08-21T06:37:29.197Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e 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-08-21T06:37:29.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-21T06:37:29.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063753278, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063757877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "multicloud-k8s-id", "timestamp": 1661063756122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063761118, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063768665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063768588, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063761783, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "cds", "timestamp": 1661063769672, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-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-08-21T06:37:29.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e 2022-08-21T06:37:29.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:37:29.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063769767, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063770562, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "ves-openapi-manager", "timestamp": 1661063770771, "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-08-21T06:37:29.285Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e 2022-08-21T06:37:29.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:37:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063772472, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063773488, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "clamp", "timestamp": 1661063774492, "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-08-21T06:37:29.315Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e 2022-08-21T06:37:29.315Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:37:29.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063775348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "aai-ml", "timestamp": 1661063776352, "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-08-21T06:37:29.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e 2022-08-21T06:37:29.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:37:29.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063770179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-21T06:37:29.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063778951, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063779955, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "policy-id", "timestamp": 1661063780958, "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-08-21T06:37:29.378Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e 2022-08-21T06:37:29.379Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-21T06:37:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063776122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063772878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "ves-openapi-manager", "timestamp": 1661063773278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:37:29.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063784407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063784223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:37:29.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "cds", "timestamp": 1661063785228, "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-08-21T06:37:29.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 2022-08-21T06:37:29.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:37:29.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063785524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063785958, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063786579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:37:29.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063787605, "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-08-21T06:37:29.439Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 2022-08-21T06:37:29.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063787929, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "multicloud-k8s-id", "timestamp": 1661063788609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:37:29.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:37:29.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:37:29.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063788933, "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-08-21T06:37:29.454Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e 2022-08-21T06:37:29.454Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:37:35.585Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:37:35.604Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:37:35.609Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:37:35.611Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:37:35.611Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:37:35.617Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:38:05.617Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e 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-08-21T06:38:05.625Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af33f80e-6398-4067-b585-838e79be5d4e and serviceModelVersionId: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 2022-08-21T06:38:05.626Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28264ff0-271a-4690-8e95-a5b5cdddc432 2022-08-21T06:38:05.628Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0 2022-08-21T06:38:05.640Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:38:05.756Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?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-08-21T06:38:05.759Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0|INFO|500||Invoke 2022-08-21T06:38:05.810Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:38:05.922Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0|INFO|500||InvokeReturn 2022-08-21T06:38:05.924Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220821-06:38:05:131-40885], vertex-id=[192704], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:38:05 GMT], Content-Type=[application/json]} 2022-08-21T06:38:05.924Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:38:05.925Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:38:05.925Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:38:05.936Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:38:05.937Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af33f80e-6398-4067-b585-838e79be5d4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:38:05.938Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:38:05.938Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:05.942Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:05.942Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063885937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:38:06.042Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:06.043Z||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-08-21T06:38:06.044Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:06.066Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:06.067Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 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-08-21T06:38:06.961Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:38:06.963Z|af33f80e-6398-4067-b585-838e79be5d4e|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-08-21T06:38:06.963Z|af33f80e-6398-4067-b585-838e79be5d4e|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:11.516Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:11.517Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:38:11.517Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9f17462-57b7-434e-b760-9fce018e201e","serviceName":"Demo_pNF_4gCKtS4IATn2PnkGNMHJ","serviceVersion":"1.0","serviceUUID":"1c8cdbf0-b973-4598-b9dd-89d1df13414b","serviceDescription":"catalog service description","serviceInvariantUUID":"c51fa876-5f1f-4155-b5c4-0fe643b8e861","resources":[{"resourceInstanceName":"pNF 714a0bd5-f34f 0","resourceName":"pNF 714a0bd5-f34f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe","resourceInvariantUUID":"533fe37b-843a-47cc-9678-ec3fe11c5e21","resourceCustomizationUUID":"bb12dd96-1e24-48b1-a25f-ddcaed237762","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml","artifactChecksum":"OGNiZjVlOGJlOTg0ZjU1OTViYWUyNWNmZTg2MGNkYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4b9616a-9968-440b-941a-65298ab26edf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar","artifactChecksum":"YjJiNGNkMWFjNDc3NzhhNmQ2M2M2ZDY4OGFkMzc2MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e93fe5e9-0662-4cdf-9e33-aaa9a5b9529f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d9c2e45-db59-44fd-bc8a-d8892ae6223a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml","artifactChecksum":"NDRjMmQ4ZjE3ZDkwMTA4MGYwZTMzNjAyYjAzODg0YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fd5de09-4bf5-463f-b79b-4e1e56b43e0e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebfa0a41-1011-475d-a746-8e5b2e3fe7d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7234953-7496-42fd-9d8d-06c86e776e7e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml","artifactChecksum":"OGE5MTljN2UxM2YxYjY1Y2UwYzU1YzExZTE2Y2EzMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"426796ea-518f-4866-867a-40030ff4db1a","artifactVersion":"1"},{"artifactName":"service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar","artifactChecksum":"ODdhN2U3NmFiZDgzMjc5Njk5YjI4NmRlMjVjZGU0NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37d4ab42-0d6f-4480-8fee-6451e315fd03","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:38:11.521Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:11.522Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:11.524Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:11.524Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:11.624Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:11.626Z||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-08-21T06:38:11.626Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:11.643Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:11.644Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:38:12.525Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:12.527Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:12.530Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:12.530Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:12.630Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:12.631Z||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-08-21T06:38:12.632Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:12.655Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:12.656Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:38:13.531Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:13.532Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:13.534Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:13.535Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:13.635Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:13.636Z||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-08-21T06:38:13.636Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:13.671Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:13.672Z||pool-42-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:38:14.535Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:14.536Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:14.540Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:14.540Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:14.640Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:14.642Z||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-08-21T06:38:14.642Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:14.658Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:14.659Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:15.541Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:15.542Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:15.546Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:15.547Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:15.646Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-21T06:38:15.647Z||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-08-21T06:38:15.647Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:15.681Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:15.682Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:16.547Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:16.548Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:16.551Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:16.551Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:16.651Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:16.653Z||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-08-21T06:38:16.653Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:16.668Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:16.668Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:17.552Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:17.553Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:17.556Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:17.556Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:17.656Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:17.657Z||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-08-21T06:38:17.657Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:17.673Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:17.673Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:38:18.557Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:18.558Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:18.560Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:18.560Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:18.660Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:18.661Z||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-08-21T06:38:18.661Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:18.673Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:18.674Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:19.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "serviceName": "Demo_pNF_4gCKtS4IATn2PnkGNMHJ", "serviceVersion": "1.0", "serviceUUID": "1c8cdbf0-b973-4598-b9dd-89d1df13414b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c51fa876-5f1f-4155-b5c4-0fe643b8e861", "resources": [ { "resourceInstanceName": "pNF 714a0bd5-f34f 0", "resourceCustomizationUUID": "bb12dd96-1e24-48b1-a25f-ddcaed237762", "resourceName": "pNF 714a0bd5-f34f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe", "resourceInvariantUUID": "533fe37b-843a-47cc-9678-ec3fe11c5e21", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "artifactChecksum": "ODdhN2U3NmFiZDgzMjc5Njk5YjI4NmRlMjVjZGU0NmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37d4ab42-0d6f-4480-8fee-6451e315fd03" } ], "workloadContext": "Production" } 2022-08-21T06:38:19.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:38:19.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c8cdbf0-b973-4598-b9dd-89d1df13414b ASDC 2022-08-21T06:38:19.562Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a9f17462-57b7-434e-b760-9fce018e201e ServiceName:Demo_pNF_4gCKtS4IATn2PnkGNMHJ ServiceVersion:1.0 ServiceUUID:1c8cdbf0-b973-4598-b9dd-89d1df13414b ServiceInvariantUUID:c51fa876-5f1f-4155-b5c4-0fe643b8e861 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar ArtifactUUID:37d4ab42-0d6f-4480-8fee-6451e315fd03 ArtifactChecksum:ODdhN2U3NmFiZDgzMjc5Njk5YjI4NmRlMjVjZGU0NmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 714a0bd5-f34f 0 ResourceCustomizationUUID:bb12dd96-1e24-48b1-a25f-ddcaed237762 ResourceInvariantUUID:533fe37b-843a-47cc-9678-ec3fe11c5e21 ResourceName:pNF 714a0bd5-f34f ResourceType:PNF ResourceUUID:a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-21T06:38:19.562Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c8cdbf0-b973-4598-b9dd-89d1df13414b 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-08-21T06:38:19.596Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:38:19.597Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37d4ab42-0d6f-4480-8fee-6451e315fd03 from URL: /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:19.683Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:38:19.690Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 37d4ab42-0d6f-4480-8fee-6451e315fd03 87789 2022-08-21T06:38:19.690Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar ASDC sendASDCNotification 2022-08-21T06:38:19.690Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:19.691Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:38:19.691Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:19.694Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:19.694Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063899690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:19.794Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:19.796Z||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-08-21T06:38:19.796Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:19.816Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:19.817Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:20.697Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:38:20.698Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:38:20.699Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 37d4ab42-0d6f-4480-8fee-6451e315fd03, URL: /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar to file: /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:20.700Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:20.700Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:20.701Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:21.000Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15162992758068256299/Definitions/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml 2022-08-21T06:38:22.085Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714a0bd5-f34f 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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Node template pNF 714a0bd5-f34f 0 is matching search criteria 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 714a0bd5-f34f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Node template pNF 714a0bd5-f34f 0 is matching search criteria 2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 714a0bd5-f34f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_4gCKtS4IATn2PnkGNMHJ Description:catalog service description Model UUID:1c8cdbf0-b973-4598-b9dd-89d1df13414b Model Version:NULL Model InvariantUuid:c51fa876-5f1f-4155-b5c4-0fe643b8e861 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-08-21T06:38:22.096Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe 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-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||pNF 714a0bd5-f34f 0 2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe 2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 1c8cdbf0-b973-4598-b9dd-89d1df13414b 2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1c8cdbf0-b973-4598-b9dd-89d1df13414b 2022-08-21T06:38:22.100Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 714a0bd5-f34f 0 a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe 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-08-21T06:38:22.103Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f91786, org.onap.sdc.toscaparser.api.parameters.Input@655a919, org.onap.sdc.toscaparser.api.parameters.Input@52269156, org.onap.sdc.toscaparser.api.parameters.Input@442423a3, org.onap.sdc.toscaparser.api.parameters.Input@eab5986] 2022-08-21T06:38:22.103Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.103Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1c8cdbf0-b973-4598-b9dd-89d1df13414b: pNF 714a0bd5-f34f 2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Processing PNF resource: a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe 2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:38:22.105Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Resource customization UUID: bb12dd96-1e24-48b1-a25f-ddcaed237762 is the same as notified resource customizationUUID: bb12dd96-1e24-48b1-a25f-ddcaed237762 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-08-21T06:38:22.156Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 714a0bd5-f34f a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe 0 ASDC deployResourceStructure 2022-08-21T06:38:22.157Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar ASDC sendASDCNotification 2022-08-21T06:38:22.157Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 2022-08-21T06:38:22.157Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:38:22.157Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:22.159Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:22.159Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063902157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:22.260Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:22.261Z||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-08-21T06:38:22.261Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:22.274Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:22.275Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:23.161Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9f17462-57b7-434e-b760-9fce018e201e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:38:23.178Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9f17462-57b7-434e-b760-9fce018e201e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:38:23.184Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.185Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.186Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.186Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:38:23.186Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-08-21T06:38:23.195Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:38:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:38:29.093Z||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-08-21T06:38:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:29.112Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063777105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063797050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063790179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063791118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063797915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063791783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063798918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063799507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063799528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "policy-id", "timestamp": 1661063799921, "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-08-21T06:38:29.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 2022-08-21T06:38:29.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:38:29.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063800511, "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-08-21T06:38:29.190Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 2022-08-21T06:38:29.190Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:38:29.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063806187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063806483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "aai-ml", "timestamp": 1661063807190, "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-08-21T06:38:29.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 2022-08-21T06:38:29.212Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:38:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063808490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "clamp", "timestamp": 1661063809494, "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-08-21T06:38:29.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 2022-08-21T06:38:29.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:38:29.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-21T06:38:29.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-21T06:38:29.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "ves-openapi-manager", "timestamp": 1661063813278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063807096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063810180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063823850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063823519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063816122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063824523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "policy-id", "timestamp": 1661063825525, "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-08-21T06:38:29.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 2022-08-21T06:38:29.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:38:29.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063825871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063826203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063817878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063826938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661063827210, "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-08-21T06:38:29.307Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 2022-08-21T06:38:29.307Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:38:29.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063827676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063828004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "cds", "timestamp": 1661063828686, "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=? 2022-08-21T06:38:29.328Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 2022-08-21T06:38:29.328Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:38:29.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063829071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063821118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063830127, "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-08-21T06:38:29.346Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 2022-08-21T06:38:29.346Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:38:29.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063821783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:38:29.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "multicloud-k8s-id", "timestamp": 1661063831132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063831616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063838299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "aai-ml", "timestamp": 1661063839305, "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-08-21T06:38:29.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 2022-08-21T06:38:29.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:38:29.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063842487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:38:29.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063844497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:38:29.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:38:29.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:38:29.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "clamp", "timestamp": 1661063845502, "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-08-21T06:38:29.387Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 2022-08-21T06:38:29.387Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:38:53.198Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9f17462-57b7-434e-b760-9fce018e201e 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-08-21T06:38:53.205Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9f17462-57b7-434e-b760-9fce018e201e and serviceModelVersionId: 1c8cdbf0-b973-4598-b9dd-89d1df13414b 2022-08-21T06:38:53.205Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c51fa876-5f1f-4155-b5c4-0fe643b8e861 2022-08-21T06:38:53.206Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0 2022-08-21T06:38:53.211Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:38:53.262Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0|INFO|500||Invoke 2022-08-21T06:38:53.262Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9f17462-57b7-434e-b760-9fce018e201e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a326a837-56a2-44e2-9350-a28318bbace2], X-ECOMP-RequestID=[a9f17462-57b7-434e-b760-9fce018e201e], X-TransactionId=[], X-ONAP-RequestID=[a9f17462-57b7-434e-b760-9fce018e201e], Content-Type=[application/merge-patch+json]} 2022-08-21T06:38:53.293Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:38:53.480Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?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/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220821-06:38:52:611-75446], vertex-id=[245936], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:38:52 GMT], Content-Type=[application/json]} 2022-08-21T06:38:53.481Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:38:53.481Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c51fa876-5f1f-4155-b5c4-0fe643b8e861/model-vers/model-ver/1c8cdbf0-b973-4598-b9dd-89d1df13414b?depth=0|INFO|500||InvokeReturn 2022-08-21T06:38:53.482Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:38:53.482Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-08-21T06:38:53.496Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-08-21T06:38:53.497Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9f17462-57b7-434e-b760-9fce018e201e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:38:53.497Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:38:53.497Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:53.502Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:53.502Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063933497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:38:53.602Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-21T06:38:53.604Z||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-08-21T06:38:53.608Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:53.637Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:53.638Z||pool-50-thread-1|||||INFO|500||cambria reply ok (35 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-08-21T06:38:54.518Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:38:54.519Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"284d838a-0bd3-4e6c-81f1-05f6637e6e9f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6","serviceDescription":"service","serviceInvariantUUID":"d3f8fe4c-080e-4a67-be47-1f2aa61e5e26","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82e49a64-75e7-4080-85c6-51ad3126b059","resourceInvariantUUID":"9d3ee347-a831-454d-a087-ac5e94dbe6b0","resourceCustomizationUUID":"833770fa-2387-40ff-b4df-657dbf7ef2aa","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":"ODA4ZTM3ZmVkNjJmNjFlNTRkNTAyOTcyM2UxNjA4ZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6d0ae21-c0fb-4e49-9469-4114d79015f0","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":"OTc2Y2ExYzBhOWUwMzJjZGNjOTQ2NGFlYTM1MjRlNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d5b23-8566-4ee6-9bed-92c84ebbbe19","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":"6b5a4914-a52f-4b4d-9100-c709871b3527","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":"5d2599e2-f57a-45fa-89d7-832f9c9e5e0a","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":"157ee457-8480-4813-a35f-2f1ca5bead00","artifactVersion":"2","generatedFromUUID":"6b5a4914-a52f-4b4d-9100-c709871b3527"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDU5YzZmYjZkYTkxYjBmZWM4ZDYzOTI0MzFhM2UxOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"520ae9d0-58a5-4669-a106-3674546cf0f1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWM3ZGM1OWE1ZWQ3YWIxMzhlOTcxY2MzNmUwOWEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db04a9ae-c9cb-4bdd-a3ad-210c7802d500","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:38:54.519Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:54.522Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:54.528Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:54.528Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:54.624Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-21T06:38:54.625Z||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-08-21T06:38:54.626Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:54.641Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:54.641Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:38:55.529Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:55.530Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:55.536Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:55.537Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:38:55.637Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:38:55.638Z||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-08-21T06:38:55.639Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:55.729Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:55.730Z||pool-52-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:56.539Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:56.540Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:56.542Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:56.542Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-21T06:38:56.643Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-21T06:38:56.654Z||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-08-21T06:38:56.655Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:56.690Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:56.691Z||pool-53-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:38:57.544Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:57.546Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:57.548Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:57.548Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:57.648Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:38:57.649Z||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-08-21T06:38:57.649Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:57.661Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:57.662Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:58.548Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:58.550Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:58.554Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:58.554Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-21T06:38:58.653Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:38:58.654Z||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-08-21T06:38:58.655Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:58.671Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:58.672Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:38:59.555Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:38:59.556Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:38:59.559Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:38:59.559Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:38:59.659Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:38:59.660Z||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-08-21T06:38:59.660Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:38:59.676Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:38:59.677Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:00.561Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:00.566Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:00.568Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:00.569Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:39:00.681Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-08-21T06:39:00.682Z||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-08-21T06:39:00.683Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:00.710Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:00.710Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:01.570Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6", "serviceDescription": "service", "serviceInvariantUUID": "d3f8fe4c-080e-4a67-be47-1f2aa61e5e26", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "833770fa-2387-40ff-b4df-657dbf7ef2aa", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "82e49a64-75e7-4080-85c6-51ad3126b059", "resourceInvariantUUID": "9d3ee347-a831-454d-a087-ac5e94dbe6b0", "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": "OTc2Y2ExYzBhOWUwMzJjZGNjOTQ2NGFlYTM1MjRlNDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a05d5b23-8566-4ee6-9bed-92c84ebbbe19", "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": "6b5a4914-a52f-4b4d-9100-c709871b3527", "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": "157ee457-8480-4813-a35f-2f1ca5bead00", "generatedFromUUID": "6b5a4914-a52f-4b4d-9100-c709871b3527" }, "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": "157ee457-8480-4813-a35f-2f1ca5bead00", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWM3ZGM1OWE1ZWQ3YWIxMzhlOTcxY2MzNmUwOWEzMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db04a9ae-c9cb-4bdd-a3ad-210c7802d500" } ], "workloadContext": "Production" } 2022-08-21T06:39:01.570Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:39:01.572Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6 ASDC 2022-08-21T06:39:01.573Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:284d838a-0bd3-4e6c-81f1-05f6637e6e9f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6 ServiceInvariantUUID:d3f8fe4c-080e-4a67-be47-1f2aa61e5e26 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:db04a9ae-c9cb-4bdd-a3ad-210c7802d500 ArtifactChecksum:YWM3ZGM1OWE1ZWQ3YWIxMzhlOTcxY2MzNmUwOWEzMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:833770fa-2387-40ff-b4df-657dbf7ef2aa ResourceInvariantUUID:9d3ee347-a831-454d-a087-ac5e94dbe6b0 ResourceName:basic_vm ResourceType:VF ResourceUUID:82e49a64-75e7-4080-85c6-51ad3126b059 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:a05d5b23-8566-4ee6-9bed-92c84ebbbe19 ArtifactChecksum:OTc2Y2ExYzBhOWUwMzJjZGNjOTQ2NGFlYTM1MjRlNDE= 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:6b5a4914-a52f-4b4d-9100-c709871b3527 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:157ee457-8480-4813-a35f-2f1ca5bead00 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:157ee457-8480-4813-a35f-2f1ca5bead00 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-21T06:39:01.574Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6 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-08-21T06:39:01.633Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:39:01.635Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:39:01.635Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:39:01.635Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db04a9ae-c9cb-4bdd-a3ad-210c7802d500 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-21T06:39:01.636Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:01.636Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-21T06:39:01.757Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:01.761Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar db04a9ae-c9cb-4bdd-a3ad-210c7802d500 74734 2022-08-21T06:39:01.761Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-08-21T06:39:01.761Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-21T06:39:01.761Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:01.762Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:01.764Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:01.764Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063941761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:01.865Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:01.866Z||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-08-21T06:39:01.867Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:01.879Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:01.880Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:02.765Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:39:02.766Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:39:02.767Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: db04a9ae-c9cb-4bdd-a3ad-210c7802d500, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-21T06:39:02.767Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-08-21T06:39:02.768Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-21T06:39:02.768Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-08-21T06:39:02.982Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5867708457755149432/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-08-21T06:39:04.719Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:39:04.720Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:39:04.720Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-21T06:39:04.720Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-21T06:39:04.720Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.720Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.721Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-21T06:39:04.721Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-21T06:39:04.721Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.721Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.721Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.722Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:39:04.722Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.722Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.722Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:04.723Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:39:04.723Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:39:04.723Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.723Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.723Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:04.723Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:39:04.724Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:39:04.724Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.724Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.724Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.725Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-21T06:39:04.725Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-21T06:39:04.725Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-21T06:39:04.725Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-21T06:39:04.725Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-21T06:39:04.726Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-21T06:39:04.726Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.726Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:39:04.726Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.727Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:04.727Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:04.727Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.727Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:04.727Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:04.728Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.728Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:04.728Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:04.728Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.728Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-21T06:39:04.729Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-21T06:39:04.729Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-21T06:39:04.729Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cfe40be9-3c1b-45f5-a0cd-15486401ef00 2022-08-21T06:39:04.729Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.729Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.730Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.730Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.730Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.730Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.730Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:04.731Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:04.731Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6 Model Version:NULL Model InvariantUuid:d3f8fe4c-080e-4a67-be47-1f2aa61e5e26 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e2fe3822-9cc5-4412-b933-2b872a0413f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9d3ee347-a831-454d-a087-ac5e94dbe6b0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:833770fa-2387-40ff-b4df-657dbf7ef2aa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d45fd28b-fd25-4a4f-9831-d250cd84f2e3 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:088dc227-684b-45ea-9a1e-4853550ebcab ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cfe40be9-3c1b-45f5-a0cd-15486401ef00 ModelInvariantUuid:cb64eb11-7bc9-4dd0-afb6-a98bf185af5f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8c711003-8f3c-47e9-aef4-da491cb8032d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2397323a-9a0b-4d49-8fb7-9111a5476cd6 ModelInvariantUuid:02ddb239-ce62-4495-b6c9-4b0c37ece625 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d4cad912-6aaf-452d-8763-2a71bccaee78 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-08-21T06:39:04.734Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 82e49a64-75e7-4080-85c6-51ad3126b059 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-08-21T06:39:04.737Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-08-21T06:39:04.737Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82e49a64-75e7-4080-85c6-51ad3126b059 2022-08-21T06:39:04.738Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a05d5b23-8566-4ee6-9bed-92c84ebbbe19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-21T06:39:04.738Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:04.738Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.855Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:04.856Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a05d5b23-8566-4ee6-9bed-92c84ebbbe19 787 2022-08-21T06:39:04.856Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.856Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:04.856Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:04.857Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:04.860Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:04.860Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063944856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:04.960Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:04.962Z||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-08-21T06:39:04.962Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:04.996Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:04.998Z||pool-59-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:05.867Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d45fd28b-fd25-4a4f-9831-d250cd84f2e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "088dc227-684b-45ea-9a1e-4853550ebcab", "vfModuleModelCustomizationUUID": "c9e13eab-2d22-41b8-98a2-1a6bc2957e16", "isBase": true, "artifacts": [ "6b5a4914-a52f-4b4d-9100-c709871b3527", "157ee457-8480-4813-a35f-2f1ca5bead00" ], "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-08-21T06:39:05.881Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:088dc227-684b-45ea-9a1e-4853550ebcab VfModuleModelInvariantUUID:d45fd28b-fd25-4a4f-9831-d250cd84f2e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b5a4914-a52f-4b4d-9100-c709871b3527 , 157ee457-8480-4813-a35f-2f1ca5bead00 } 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-08-21T06:39:05.884Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d45fd28b-fd25-4a4f-9831-d250cd84f2e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "088dc227-684b-45ea-9a1e-4853550ebcab", "vfModuleModelCustomizationUUID": "c9e13eab-2d22-41b8-98a2-1a6bc2957e16", "isBase": true, "artifacts": [ "6b5a4914-a52f-4b4d-9100-c709871b3527", "157ee457-8480-4813-a35f-2f1ca5bead00" ], "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-08-21T06:39:05.884Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:088dc227-684b-45ea-9a1e-4853550ebcab VfModuleModelInvariantUUID:d45fd28b-fd25-4a4f-9831-d250cd84f2e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b5a4914-a52f-4b4d-9100-c709871b3527 , 157ee457-8480-4813-a35f-2f1ca5bead00 } 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-08-21T06:39:05.885Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b5a4914-a52f-4b4d-9100-c709871b3527 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-21T06:39:05.885Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:05.885Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:06.071Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:06.072Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6b5a4914-a52f-4b4d-9100-c709871b3527 5033 2022-08-21T06:39:06.075Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:06.075Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:06.075Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:06.076Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:06.082Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:06.083Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063946075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:06.187Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-21T06:39:06.188Z||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-08-21T06:39:06.188Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:06.303Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:06.303Z||pool-60-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:07.090Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 157ee457-8480-4813-a35f-2f1ca5bead00 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-21T06:39:07.094Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:07.095Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:07.171Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:07.171Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 157ee457-8480-4813-a35f-2f1ca5bead00 903 2022-08-21T06:39:07.172Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:07.172Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:07.172Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:07.172Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:07.179Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:07.179Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063947171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:07.279Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:07.280Z||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-08-21T06:39:07.280Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:07.382Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:07.383Z||pool-61-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:08.180Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6 2022-08-21T06:39:08.182Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 82e49a64-75e7-4080-85c6-51ad3126b059 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-08-21T06:39:08.203Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3899e433, org.onap.sdc.toscaparser.api.parameters.Input@2c7555b8, org.onap.sdc.toscaparser.api.parameters.Input@5427dd68, org.onap.sdc.toscaparser.api.parameters.Input@71945e31, org.onap.sdc.toscaparser.api.parameters.Input@65b944c] 2022-08-21T06:39:08.206Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.207Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.207Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-08-21T06:39:08.208Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 833770fa-2387-40ff-b4df-657dbf7ef2aa 2022-08-21T06:39:08.208Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 833770fa-2387-40ff-b4df-657dbf7ef2aa matches Tosca VF Customization UUID: 833770fa-2387-40ff-b4df-657dbf7ef2aa 2022-08-21T06:39:08.209Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 833770fa-2387-40ff-b4df-657dbf7ef2aa 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-08-21T06:39:08.213Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.213Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.214Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 833770fa-2387-40ff-b4df-657dbf7ef2aa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-08-21T06:39:08.215Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@391526fc 2022-08-21T06:39:08.215Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.215Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:39:08.216Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9e13eab-2d22-41b8-98a2-1a6bc2957e16 2022-08-21T06:39:08.216Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9e13eab-2d22-41b8-98a2-1a6bc2957e16 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-08-21T06:39:08.221Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.222Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:08.222Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:08.223Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.224Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:08.224Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:08.224Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.225Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-21T06:39:08.225Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-21T06:39:08.226Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-21T06:39:08.227Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cfe40be9-3c1b-45f5-a0cd-15486401ef00 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-08-21T06:39:08.231Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.231Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:08.232Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:08.232Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.233Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-21T06:39:08.233Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=833770fa-2387-40ff-b4df-657dbf7ef2aa 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-08-21T06:39:08.236Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.236Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.236Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6: basic_vm 2022-08-21T06:39:08.237Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.237Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.237Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.238Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.238Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.238Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.239Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.239Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.239Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:08.240Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:08.240Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:08.341Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 82e49a64-75e7-4080-85c6-51ad3126b059 1 ASDC deployResourceStructure 2022-08-21T06:39:08.342Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:08.342Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:08.342Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:39:08.342Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:08.344Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:08.345Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063948341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:39:08.445Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:08.446Z||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-08-21T06:39:08.447Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:08.478Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:08.478Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:39:09.351Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:09.352Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:09.352Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:39:09.352Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:09.354Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:09.354Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063949351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:39:09.462Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-08-21T06:39:09.463Z||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-08-21T06:39:09.463Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:09.516Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:09.518Z||pool-63-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:10.360Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:10.361Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:10.361Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:39:10.362Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:10.365Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:10.366Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063950360, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-21T06:39:10.465Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:39:10.467Z||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-08-21T06:39:10.467Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:10.487Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:10.487Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:11.372Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-08-21T06:39:11.372Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-21T06:39:11.373Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:39:11.373Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:11.376Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:11.376Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063951372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:39:11.476Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:39:11.478Z||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-08-21T06:39:11.478Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:11.497Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:11.498Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:12.378Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 284d838a-0bd3-4e6c-81f1-05f6637e6e9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:39:12.398Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 284d838a-0bd3-4e6c-81f1-05f6637e6e9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:39:12.401Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:39:12.401Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:39:12.402Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:39:12.402Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:39:12.402Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:39:12.402Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:39:12.402Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:39:12.402Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:39:12.403Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:39:12.403Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:39:12.403Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:12.408Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:39:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:39:29.093Z||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-08-21T06:39:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:29.128Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:29.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "af33f80e-6398-4067-b585-838e79be5d4e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063885937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:39:29.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:39:29.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:29.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:39:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-08-21T06:39:29.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063899690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:29.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:39:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-21T06:39:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063902157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:39:29.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:39:42.408Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 284d838a-0bd3-4e6c-81f1-05f6637e6e9f 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-08-21T06:39:42.417Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 284d838a-0bd3-4e6c-81f1-05f6637e6e9f and serviceModelVersionId: f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6 2022-08-21T06:39:42.418Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3f8fe4c-080e-4a67-be47-1f2aa61e5e26 2022-08-21T06:39:42.419Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3f8fe4c-080e-4a67-be47-1f2aa61e5e26/model-vers/model-ver/f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6?depth=0 2022-08-21T06:39:42.426Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:39:42.500Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3f8fe4c-080e-4a67-be47-1f2aa61e5e26/model-vers/model-ver/f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6?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-08-21T06:39:42.501Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3f8fe4c-080e-4a67-be47-1f2aa61e5e26/model-vers/model-ver/f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6?depth=0|INFO|500||Invoke 2022-08-21T06:39:42.534Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3f8fe4c-080e-4a67-be47-1f2aa61e5e26/model-vers/model-ver/f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:39:42.627Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3f8fe4c-080e-4a67-be47-1f2aa61e5e26/model-vers/model-ver/f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6?depth=0|INFO|500||InvokeReturn 2022-08-21T06:39:42.628Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3f8fe4c-080e-4a67-be47-1f2aa61e5e26/model-vers/model-ver/f58dd5e5-b66d-4b5c-87ad-5aa8be9007b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220821-06:39:41:849-51134], vertex-id=[262320], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:39:41 GMT], Content-Type=[application/json]} 2022-08-21T06:39:42.635Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:39:42.635Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:39:42.635Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:42.640Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||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-08-21T06:39:42.641Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 284d838a-0bd3-4e6c-81f1-05f6637e6e9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:39:42.641Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:39:42.642Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:42.645Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:42.645Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063982641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:39:42.745Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:42.747Z||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-08-21T06:39:42.747Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:42.765Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:42.766Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 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-08-21T06:39:43.662Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:39:43.662Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3991fe1e-5053-4a97-b7e7-9f8c8025fc79","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2974b387-9af3-4c3a-bcf8-030e6d882575","serviceDescription":"service","serviceInvariantUUID":"87c3f4d5-4960-4711-8a5b-6546612d432d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c","resourceInvariantUUID":"2efb05d9-4008-439e-bdff-9e23630a0435","resourceCustomizationUUID":"71ab566b-2455-4e7a-95c4-7bef490e48e8","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":"NTk0MjkxMjZkMjE5OTYyMDQ3MWUzODI1Mzk4YTFjNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"950f5f18-84eb-4ecc-b211-e751ff717d2a","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":"a6fabccb-db26-4ac2-a956-f4b1e6b97113","artifactVersion":"2","generatedFromUUID":"9e4fbb24-0d9c-4932-951d-d8e8c0996954"},{"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":"9e4fbb24-0d9c-4932-951d-d8e8c0996954","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":"MTZmMTRmYzczMWJlMTY5M2UwZDQxODZmZWFiMjMyZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e01a9d4-d49e-4b8e-9ebf-263ff5c110c9","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":"fcddee4d-7ada-4e19-a263-a34b67b7956a","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":"e27201b6-bf62-44ac-a1bf-1e323e6f77d4","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":"2078444e-6934-4138-832f-98e96b73ee6f","artifactVersion":"2","generatedFromUUID":"fcddee4d-7ada-4e19-a263-a34b67b7956a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzI4YjRlMTIyZmMzYzlmZmRhMTgxMmM4ZWQ2YjQxNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f18d83b8-c1d7-4d5c-be53-c38821d461d6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTA0NzI0ZjY5Yjc4YTQxNzNiMjRlMjNkMjJkM2NmMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f760268-18f3-4a70-82e9-54d70e7a1e4d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:39:43.663Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:43.663Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:43.666Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:43.666Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:43.766Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:43.768Z||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-08-21T06:39:43.768Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:43.785Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:43.786Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:44.666Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:44.667Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:44.669Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:44.670Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-21T06:39:44.770Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:44.772Z||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-08-21T06:39:44.772Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:44.790Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:44.791Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:39:45.670Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:45.671Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:45.674Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:45.674Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-21T06:39:45.774Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:45.775Z||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-08-21T06:39:45.776Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:45.829Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:45.830Z||pool-69-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:39:46.677Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:46.678Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:46.680Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:46.680Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:39:46.781Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:46.782Z||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-08-21T06:39:46.782Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:46.811Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:46.811Z||pool-70-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:47.681Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:47.681Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:47.687Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:47.687Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-21T06:39:47.793Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-08-21T06:39:47.794Z||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-08-21T06:39:47.794Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:47.813Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:47.814Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:48.687Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:48.688Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:48.691Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:48.691Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:48.791Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:48.793Z||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-08-21T06:39:48.793Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:48.806Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:48.808Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:49.691Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:49.697Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:49.702Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:49.702Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-21T06:39:49.801Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:39:49.802Z||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-08-21T06:39:49.802Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:49.818Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:49.819Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:39:50.703Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:50.703Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:50.705Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:50.705Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:39:50.806Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:50.807Z||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-08-21T06:39:50.807Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:50.820Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:50.821Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:39:51.706Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:39:51.707Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:51.714Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:51.715Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:39:51.815Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:39:51.817Z||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-08-21T06:39:51.817Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:51.923Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:51.924Z||pool-75-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:52.716Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "2974b387-9af3-4c3a-bcf8-030e6d882575", "serviceDescription": "service", "serviceInvariantUUID": "87c3f4d5-4960-4711-8a5b-6546612d432d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "71ab566b-2455-4e7a-95c4-7bef490e48e8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c", "resourceInvariantUUID": "2efb05d9-4008-439e-bdff-9e23630a0435", "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": "a6fabccb-db26-4ac2-a956-f4b1e6b97113", "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": "9e4fbb24-0d9c-4932-951d-d8e8c0996954", "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": "MTZmMTRmYzczMWJlMTY5M2UwZDQxODZmZWFiMjMyZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e01a9d4-d49e-4b8e-9ebf-263ff5c110c9", "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": "fcddee4d-7ada-4e19-a263-a34b67b7956a", "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": "2078444e-6934-4138-832f-98e96b73ee6f", "generatedFromUUID": "fcddee4d-7ada-4e19-a263-a34b67b7956a" }, "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": "2078444e-6934-4138-832f-98e96b73ee6f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MTA0NzI0ZjY5Yjc4YTQxNzNiMjRlMjNkMjJkM2NmMjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8f760268-18f3-4a70-82e9-54d70e7a1e4d" } ], "workloadContext": "Production" } 2022-08-21T06:39:52.717Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:39:52.717Z|284d838a-0bd3-4e6c-81f1-05f6637e6e9f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2974b387-9af3-4c3a-bcf8-030e6d882575 ASDC 2022-08-21T06:39:52.718Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:3991fe1e-5053-4a97-b7e7-9f8c8025fc79 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:2974b387-9af3-4c3a-bcf8-030e6d882575 ServiceInvariantUUID:87c3f4d5-4960-4711-8a5b-6546612d432d 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:8f760268-18f3-4a70-82e9-54d70e7a1e4d ArtifactChecksum:MTA0NzI0ZjY5Yjc4YTQxNzNiMjRlMjNkMjJkM2NmMjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:71ab566b-2455-4e7a-95c4-7bef490e48e8 ResourceInvariantUUID:2efb05d9-4008-439e-bdff-9e23630a0435 ResourceName:basic_cnf ResourceType:VF ResourceUUID:759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c 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:a6fabccb-db26-4ac2-a956-f4b1e6b97113 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:9e4fbb24-0d9c-4932-951d-d8e8c0996954 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:5e01a9d4-d49e-4b8e-9ebf-263ff5c110c9 ArtifactChecksum:MTZmMTRmYzczMWJlMTY5M2UwZDQxODZmZWFiMjMyZTk= 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:fcddee4d-7ada-4e19-a263-a34b67b7956a 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:2078444e-6934-4138-832f-98e96b73ee6f 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:2078444e-6934-4138-832f-98e96b73ee6f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-21T06:39:52.718Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2974b387-9af3-4c3a-bcf8-030e6d882575 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-08-21T06:39:52.757Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:39:52.758Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:39:52.758Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:39:52.759Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8f760268-18f3-4a70-82e9-54d70e7a1e4d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-21T06:39:52.759Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:52.759Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-21T06:39:52.860Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:52.863Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8f760268-18f3-4a70-82e9-54d70e7a1e4d 73684 2022-08-21T06:39:52.864Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-21T06:39:52.864Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-21T06:39:52.864Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:52.865Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:52.867Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:52.867Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063992864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:52.967Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:52.968Z||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-08-21T06:39:52.969Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:53.010Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:53.011Z||pool-76-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:53.868Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:39:53.869Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-21T06:39:53.869Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8f760268-18f3-4a70-82e9-54d70e7a1e4d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-21T06:39:53.870Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-08-21T06:39:53.870Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-21T06:39:53.870Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-21T06:39:54.081Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7738728712378996543/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-08-21T06:39:55.871Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:55.872Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:55.873Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-21T06:39:55.873Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.873Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.873Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:39:55.874Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:39:55.874Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:39:55.874Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.874Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.875Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:39:55.875Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-21T06:39:55.875Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:39:55.875Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.875Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.876Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.876Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-21T06:39:55.876Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-08-21T06:39:55.877Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-08-21T06:39:55.877Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-21T06:39:55.877Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.877Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:39:55.878Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.878Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:39:55.878Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:55.878Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.879Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:39:55.879Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:55.879Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.879Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:39:55.880Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:39:55.880Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.880Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-21T06:39:55.880Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-21T06:39:55.880Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a4b32d4-a38c-43f7-bc5e-c974254986cc 2022-08-21T06:39:55.881Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.881Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.881Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.881Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.881Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.882Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.882Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:39:55.883Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:39:55.883Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:2974b387-9af3-4c3a-bcf8-030e6d882575 Model Version:NULL Model InvariantUuid:87c3f4d5-4960-4711-8a5b-6546612d432d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:309f8fe4-6cbb-4085-9b67-4bbf93b59ed7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2efb05d9-4008-439e-bdff-9e23630a0435 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:71ab566b-2455-4e7a-95c4-7bef490e48e8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4f8352a1-ec6e-4d4f-bd2a-b76a7382c9b1 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:c806b76b-d4e5-442d-b66a-b238093b0cb6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a4b32d4-a38c-43f7-bc5e-c974254986cc ModelInvariantUuid:7945b6be-3336-4b6e-b20c-7f4c70907851 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1523347e-a432-4ff9-978f-76eddc6d9047 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c2323be8-abc6-42d9-8014-25f0f65178ff ModelInvariantUuid:10481bfa-db15-44d2-a4b2-d94561b186db ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3ad98335-d967-4dac-80bd-e218b2edabd5 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-08-21T06:39:55.887Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c 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-08-21T06:39:55.897Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-08-21T06:39:55.897Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c 2022-08-21T06:39:55.897Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a6fabccb-db26-4ac2-a956-f4b1e6b97113 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-21T06:39:55.898Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:55.898Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:56.068Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:56.069Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a6fabccb-db26-4ac2-a956-f4b1e6b97113 12 2022-08-21T06:39:56.069Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:56.069Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:56.069Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:56.070Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:56.072Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:56.072Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063996069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:56.174Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-21T06:39:56.175Z||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-08-21T06:39:56.175Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:56.206Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:56.207Z||pool-77-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:39:57.073Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e4fbb24-0d9c-4932-951d-d8e8c0996954 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-21T06:39:57.074Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:57.074Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:57.201Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:57.201Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9e4fbb24-0d9c-4932-951d-d8e8c0996954 2688 2022-08-21T06:39:57.202Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:57.202Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:57.202Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:57.202Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:57.206Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:57.206Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063997201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:57.304Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-21T06:39:57.305Z||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-08-21T06:39:57.306Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:57.325Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:57.326Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:39:58.208Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e01a9d4-d49e-4b8e-9ebf-263ff5c110c9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-21T06:39:58.209Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:58.209Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:58.267Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:58.267Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5e01a9d4-d49e-4b8e-9ebf-263ff5c110c9 828 2022-08-21T06:39:58.268Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:58.268Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:58.268Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:58.268Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:58.274Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:58.274Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063998268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:58.374Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:39:58.376Z||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-08-21T06:39:58.376Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:58.418Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:58.418Z||pool-79-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:39:59.275Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4f8352a1-ec6e-4d4f-bd2a-b76a7382c9b1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c806b76b-d4e5-442d-b66a-b238093b0cb6", "vfModuleModelCustomizationUUID": "7b15064c-fd61-4297-a4e5-438cbecc154d", "isBase": true, "artifacts": [ "9e4fbb24-0d9c-4932-951d-d8e8c0996954", "fcddee4d-7ada-4e19-a263-a34b67b7956a", "2078444e-6934-4138-832f-98e96b73ee6f" ], "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-08-21T06:39:59.281Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c806b76b-d4e5-442d-b66a-b238093b0cb6 VfModuleModelInvariantUUID:4f8352a1-ec6e-4d4f-bd2a-b76a7382c9b1 VfModuleModelDescription:NULL Artifacts UUID List:{ 9e4fbb24-0d9c-4932-951d-d8e8c0996954 , fcddee4d-7ada-4e19-a263-a34b67b7956a , 2078444e-6934-4138-832f-98e96b73ee6f } 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-08-21T06:39:59.291Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4f8352a1-ec6e-4d4f-bd2a-b76a7382c9b1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c806b76b-d4e5-442d-b66a-b238093b0cb6", "vfModuleModelCustomizationUUID": "7b15064c-fd61-4297-a4e5-438cbecc154d", "isBase": true, "artifacts": [ "9e4fbb24-0d9c-4932-951d-d8e8c0996954", "fcddee4d-7ada-4e19-a263-a34b67b7956a", "2078444e-6934-4138-832f-98e96b73ee6f" ], "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-08-21T06:39:59.292Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c806b76b-d4e5-442d-b66a-b238093b0cb6 VfModuleModelInvariantUUID:4f8352a1-ec6e-4d4f-bd2a-b76a7382c9b1 VfModuleModelDescription:NULL Artifacts UUID List:{ 9e4fbb24-0d9c-4932-951d-d8e8c0996954 , fcddee4d-7ada-4e19-a263-a34b67b7956a , 2078444e-6934-4138-832f-98e96b73ee6f } 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-08-21T06:39:59.292Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fcddee4d-7ada-4e19-a263-a34b67b7956a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-21T06:39:59.292Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:39:59.293Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:59.512Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:39:59.512Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fcddee4d-7ada-4e19-a263-a34b67b7956a 1164 2022-08-21T06:39:59.513Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:59.513Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:39:59.513Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:39:59.513Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:39:59.516Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:39:59.516Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063999513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:39:59.616Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:39:59.617Z||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-08-21T06:39:59.617Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:39:59.640Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:39:59.641Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:40:00.518Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2078444e-6934-4138-832f-98e96b73ee6f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-21T06:40:00.519Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-21T06:40:00.520Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:00.573Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-21T06:40:00.574Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2078444e-6934-4138-832f-98e96b73ee6f 200 2022-08-21T06:40:00.575Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:00.575Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:00.575Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:40:00.575Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:00.580Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:00.580Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064000574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:40:00.683Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-21T06:40:00.684Z||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-08-21T06:40:00.684Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:00.703Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:00.704Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:40:01.582Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2974b387-9af3-4c3a-bcf8-030e6d882575 2022-08-21T06:40:01.583Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c 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-08-21T06:40:01.611Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:01.619Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c8bd52f, org.onap.sdc.toscaparser.api.parameters.Input@20bbeab7, org.onap.sdc.toscaparser.api.parameters.Input@2fdbed28, org.onap.sdc.toscaparser.api.parameters.Input@d175742, org.onap.sdc.toscaparser.api.parameters.Input@7f47d962] 2022-08-21T06:40:01.621Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.621Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.622Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-08-21T06:40:01.622Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 71ab566b-2455-4e7a-95c4-7bef490e48e8 2022-08-21T06:40:01.622Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71ab566b-2455-4e7a-95c4-7bef490e48e8 matches Tosca VF Customization UUID: 71ab566b-2455-4e7a-95c4-7bef490e48e8 2022-08-21T06:40:01.622Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 71ab566b-2455-4e7a-95c4-7bef490e48e8 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-08-21T06:40:01.625Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.625Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.626Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 71ab566b-2455-4e7a-95c4-7bef490e48e8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-08-21T06:40:01.626Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@470e91f7 2022-08-21T06:40:01.626Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.627Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-21T06:40:01.627Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b15064c-fd61-4297-a4e5-438cbecc154d 2022-08-21T06:40:01.627Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b15064c-fd61-4297-a4e5-438cbecc154d 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-08-21T06:40:01.630Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.631Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:40:01.631Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:40:01.631Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.632Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:40:01.632Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:40:01.633Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.633Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-21T06:40:01.633Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-21T06:40:01.633Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a4b32d4-a38c-43f7-bc5e-c974254986cc 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-08-21T06:40:01.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:40:01.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-21T06:40:01.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-21T06:40:01.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=71ab566b-2455-4e7a-95c4-7bef490e48e8 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-08-21T06:40:01.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2974b387-9af3-4c3a-bcf8-030e6d882575: basic_cnf 2022-08-21T06:40:01.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:40:01.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:40:01.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:01.706Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 759c0d02-4eb6-4f21-9d56-c6e65e2a3a5c 1 ASDC deployResourceStructure 2022-08-21T06:40:01.707Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:01.708Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:01.708Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-21T06:40:01.708Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:01.711Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:01.711Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064001707, "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-08-21T06:40:01.812Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-21T06:40:01.813Z||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-08-21T06:40:01.813Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:01.838Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:01.839Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1} 2022-08-21T06:40:02.712Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:02.713Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:02.713Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-21T06:40:02.713Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:02.717Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:02.718Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064002712, "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-08-21T06:40:02.822Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-21T06:40:02.823Z||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-08-21T06:40:02.823Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:02.881Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:02.882Z||pool-83-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:40:03.719Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:03.720Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:03.720Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:40:03.720Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:03.726Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:03.727Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064003719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:40:03.823Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-21T06:40:03.824Z||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-08-21T06:40:03.824Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:03.862Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:03.863Z||pool-84-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:40:04.727Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:04.728Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:04.728Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:40:04.728Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:04.730Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:04.731Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064004727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:40:04.835Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-21T06:40:04.836Z||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-08-21T06:40:04.836Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:04.894Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:04.895Z||pool-85-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:40:05.736Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:05.736Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:05.736Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:40:05.736Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:05.746Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:05.747Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064005735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-21T06:40:05.839Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-08-21T06:40:05.840Z||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-08-21T06:40:05.840Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:05.897Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:05.897Z||pool-86-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:40:06.748Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-08-21T06:40:06.748Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-21T06:40:06.748Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:40:06.749Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:06.752Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:06.752Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064006748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:40:06.852Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:40:06.853Z||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-08-21T06:40:06.854Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:06.872Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:06.873Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:40:07.754Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:40:07.769Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:40:07.772Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:40:07.773Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:07.781Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:40:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:40:29.094Z||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-08-21T06:40:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:29.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:29.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9f17462-57b7-434e-b760-9fce018e201e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063933497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-21T06:40:29.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:40:29.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-08-21T06:40:29.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063941761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063944856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063946075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063947171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063948341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063949351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063950360, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:29.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-08-21T06:40:29.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063951372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:40:29.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:40:37.782Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 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-08-21T06:40:37.789Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 and serviceModelVersionId: 2974b387-9af3-4c3a-bcf8-030e6d882575 2022-08-21T06:40:37.789Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87c3f4d5-4960-4711-8a5b-6546612d432d 2022-08-21T06:40:37.790Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87c3f4d5-4960-4711-8a5b-6546612d432d/model-vers/model-ver/2974b387-9af3-4c3a-bcf8-030e6d882575?depth=0 2022-08-21T06:40:37.796Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:40:37.879Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c3f4d5-4960-4711-8a5b-6546612d432d/model-vers/model-ver/2974b387-9af3-4c3a-bcf8-030e6d882575?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-08-21T06:40:37.881Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c3f4d5-4960-4711-8a5b-6546612d432d/model-vers/model-ver/2974b387-9af3-4c3a-bcf8-030e6d882575?depth=0|INFO|500||Invoke 2022-08-21T06:40:37.903Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c3f4d5-4960-4711-8a5b-6546612d432d/model-vers/model-ver/2974b387-9af3-4c3a-bcf8-030e6d882575?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:40:37.990Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c3f4d5-4960-4711-8a5b-6546612d432d/model-vers/model-ver/2974b387-9af3-4c3a-bcf8-030e6d882575?depth=0|INFO|500||InvokeReturn 2022-08-21T06:40:37.992Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c3f4d5-4960-4711-8a5b-6546612d432d/model-vers/model-ver/2974b387-9af3-4c3a-bcf8-030e6d882575?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220821-06:40:37:216-67146], vertex-id=[237808], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:40:37 GMT], Content-Type=[application/json]} 2022-08-21T06:40:37.992Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:40:37.993Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:40:37.993Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:37.998Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||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-08-21T06:40:37.999Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3991fe1e-5053-4a97-b7e7-9f8c8025fc79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:40:38.000Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:40:38.001Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:40:38.003Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:40:38.003Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064038000, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:40:38.103Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:40:38.104Z||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-08-21T06:40:38.105Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:38.127Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:38.128Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 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-08-21T06:40:39.017Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:40:39.018Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:40:39.018Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:49.506Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:49.507Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:40:49.507Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:40:49.507Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:40:59.115Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:40:59.117Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:40:59.118Z||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-08-21T06:40:59.118Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:41:08.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:41:08.690Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:41:08.690Z||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-08-21T06:41:08.691Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:41:18.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:41:29.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:41:29.091Z||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-08-21T06:41:29.092Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:41:29.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:41:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:41:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:41:29.135Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:41:29.136Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.136Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063982641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:41:29.137Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.137Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.137Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.138Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-21T06:41:29.139Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.139Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.139Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-21T06:41:29.139Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.139Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.139Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:41:29.140Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.140Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.140Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-21T06:41:29.140Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.140Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.140Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:41:29.141Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.141Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.141Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063886961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:41:29.141Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-21T06:41:29.141Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.141Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063992864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:41:29.142Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.142Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.142Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063996069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:41:29.142Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.142Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.143Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063997201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-21T06:41:29.143Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.143Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.143Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063998268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-21T06:41:29.143Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.144Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.144Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661063999513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:41:29.144Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.144Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.144Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064000574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-21T06:41:29.147Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.147Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.148Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064001707, "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-08-21T06:41:29.148Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.148Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.149Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064002712, "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-08-21T06:41:29.149Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.149Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.150Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064003719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-21T06:41:29.150Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.150Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.150Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064004727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:41:29.151Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.151Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.151Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064005735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-21T06:41:29.151Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:29.152Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:41:29.152Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064006748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:41:29.153Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:41:38.709Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:42:29.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:42:29.092Z||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-08-21T06:42:29.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:42:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:42:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:42:29.092Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:42:29.646Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:42:29.646Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-21T06:42:29.647Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3991fe1e-5053-4a97-b7e7-9f8c8025fc79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064038000, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:42:29.648Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:42:38.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:43:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:43:29.089Z||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-08-21T06:43:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:43:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:43:29.093Z||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-08-21T06:43:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:43:38.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:43:38.670Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:44:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:44:29.089Z||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-08-21T06:44:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:44:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:44:29.092Z||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-08-21T06:44:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:44:38.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:44:38.709Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:45:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:45:29.089Z||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-08-21T06:45:29.091Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:45:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:45:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:45:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:45:38.666Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:45:38.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:46:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:46:29.089Z||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-08-21T06:46:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:46:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:46:29.093Z||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-08-21T06:46:29.094Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:46:38.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:46:38.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:47:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:47:29.089Z||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-08-21T06:47:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:47:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:47:29.092Z||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-08-21T06:47:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:47:38.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:47:38.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:48:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:48:29.089Z||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-08-21T06:48:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:48:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:48:29.093Z||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-08-21T06:48:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:48:38.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:48:38.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:49:29.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:49:29.093Z||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-08-21T06:49:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:49:29.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:49:29.095Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:49:29.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:49:38.690Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:49:38.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:50:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:50:29.090Z||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-08-21T06:50:29.091Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:50:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:50:29.093Z||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-08-21T06:50:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:50:38.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:50:38.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:51:29.089Z||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-08-21T06:51:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:51:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:51:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:38.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:38.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-21T06:51:38.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c10539e-03c1-493d-99e8-10f2f3150210","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"55a11bed-9bcb-40b2-aebf-3766faeeaa32","serviceDescription":"service","serviceInvariantUUID":"ab946b1e-4abe-4a19-89a1-07152e01f919","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0ae53f9a-898a-4bf7-a848-cce887798e2e","resourceInvariantUUID":"8af8ff81-cdbb-4a5c-82dd-87e7661de688","resourceCustomizationUUID":"d88cbff6-bac8-44c9-896f-69e076b518c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2M4Y2JlNzVkZTgxZTQ1MDAxYTgxNjYxMDg0YmVlYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3c58355-daea-41b0-a300-dc4e6ecf35fb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3318bae-a978-456a-a342-515bfd897b49","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a277cf73-6825-4ae0-a5dd-eb2a358e9d34","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ODRmM2U1YTc0OGI1ODZkNDkwZTZjNzhjNWY5ZTc5MGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dcc8cb66-2d97-4e2d-a02f-b7a97cc5d10a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"791668bc-1495-459e-b493-2f98d9d2b5bc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"177619d8-c649-4ec4-86b3-0015e2ef91e3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66ad7ab4-13a8-41e8-999c-8393a13a722f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZjY3Njc4ZjBiMTUzNjE4MWNlOGI2NTQwYzI3MzYyZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05a493b2-d7eb-488d-85ef-403b3d3e3718","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmRlOGJjYTA5MTU0YTkyOTViNzdmNDEzMTFjZjcxYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf4f405f-fe26-40e1-abca-246cfcbb90fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-21T06:51:38.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:38.297Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:38.300Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:38.301Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:38.401Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:38.402Z||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-08-21T06:51:38.402Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:38.417Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:38.422Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:51:38.551Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:38.552Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:51:38.552Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:38.553Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:51:38.553Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:51:38.553Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:38.554Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:51:39.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:39.302Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:39.306Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:39.306Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:39.406Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:39.407Z||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-08-21T06:51:39.407Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:39.419Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:39.420Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:51:40.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:40.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:40.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:40.310Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:40.411Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-21T06:51:40.414Z||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-08-21T06:51:40.414Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:40.434Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:40.435Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:51:41.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:41.312Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:41.315Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:41.315Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:41.416Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:51:41.417Z||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-08-21T06:51:41.417Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:41.454Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:41.455Z||pool-92-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:51:42.316Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:42.317Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:42.320Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:42.320Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:42.421Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:42.422Z||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-08-21T06:51:42.422Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:42.446Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:42.447Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:51:43.321Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:43.323Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:43.325Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:43.326Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:43.426Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:43.427Z||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-08-21T06:51:43.427Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:43.455Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:43.456Z||pool-94-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:51:44.326Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:44.328Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:44.332Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:44.332Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:44.432Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:44.433Z||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-08-21T06:51:44.433Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:44.454Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:44.457Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:51:45.333Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:45.335Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:45.338Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:45.339Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:51:45.438Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:51:45.439Z||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-08-21T06:51:45.440Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:45.556Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:45.557Z||pool-96-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:51:46.340Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-21T06:51:46.340Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:46.344Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:46.344Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:51:46.444Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-21T06:51:46.445Z||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-08-21T06:51:46.445Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:46.487Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:46.488Z||pool-97-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:51:47.350Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "55a11bed-9bcb-40b2-aebf-3766faeeaa32", "serviceDescription": "service", "serviceInvariantUUID": "ab946b1e-4abe-4a19-89a1-07152e01f919", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "d88cbff6-bac8-44c9-896f-69e076b518c3", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0ae53f9a-898a-4bf7-a848-cce887798e2e", "resourceInvariantUUID": "8af8ff81-cdbb-4a5c-82dd-87e7661de688", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MmRlOGJjYTA5MTU0YTkyOTViNzdmNDEzMTFjZjcxYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf4f405f-fe26-40e1-abca-246cfcbb90fe" } ], "workloadContext": "Production" } 2022-08-21T06:51:47.351Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-21T06:51:47.351Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 55a11bed-9bcb-40b2-aebf-3766faeeaa32 ASDC 2022-08-21T06:51:47.352Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2c10539e-03c1-493d-99e8-10f2f3150210 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:55a11bed-9bcb-40b2-aebf-3766faeeaa32 ServiceInvariantUUID:ab946b1e-4abe-4a19-89a1-07152e01f919 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:bf4f405f-fe26-40e1-abca-246cfcbb90fe ArtifactChecksum:MmRlOGJjYTA5MTU0YTkyOTViNzdmNDEzMTFjZjcxYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:d88cbff6-bac8-44c9-896f-69e076b518c3 ResourceInvariantUUID:8af8ff81-cdbb-4a5c-82dd-87e7661de688 ResourceName:test-pnf ResourceType:PNF ResourceUUID:0ae53f9a-898a-4bf7-a848-cce887798e2e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-21T06:51:47.353Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55a11bed-9bcb-40b2-aebf-3766faeeaa32 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-08-21T06:51:47.410Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:51:47.412Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-21T06:51:47.412Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-21T06:51:47.412Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf4f405f-fe26-40e1-abca-246cfcbb90fe from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-21T06:51:47.412Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-08-21T06:51:47.412Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-21T06:51:47.547Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-08-21T06:51:47.561Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bf4f405f-fe26-40e1-abca-246cfcbb90fe 110797 2022-08-21T06:51:47.562Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-08-21T06:51:47.563Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-21T06:51:47.563Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-21T06:51:47.564Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:47.568Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:47.568Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064707562, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:51:47.669Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:47.670Z||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-08-21T06:51:47.670Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:47.689Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:47.690Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-08-21T06:51:48.569Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-21T06:51:48.570Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-21T06:51:48.570Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bf4f405f-fe26-40e1-abca-246cfcbb90fe, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-21T06:51:48.571Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-08-21T06:51:48.572Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-21T06:51:48.578Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-21T06:51:48.796Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12805894746056361380/Definitions/service-TestPnfMacro-template.yml 2022-08-21T06:51:50.033Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-21T06:51:50.034Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-08-21T06:51:50.034Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-21T06:51:50.034Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-21T06:51:50.035Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-TestPnfMacro-csar.csar 2022-08-21T06:51:50.035Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-TestPnfMacro-csar.csar 2022-08-21T06:51:50.035Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-21T06:51:50.035Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-TestPnfMacro-csar.csar 2022-08-21T06:51:50.035Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-TestPnfMacro-csar.csar 2022-08-21T06:51:50.035Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-TestPnfMacro-csar.csar 2022-08-21T06:51:50.036Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-TestPnfMacro-csar.csar 2022-08-21T06:51:50.036Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-08-21T06:51:50.036Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.037Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.037Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-21T06:51:50.038Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-08-21T06:51:50.038Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:51:50.038Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.039Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.039Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-21T06:51:50.039Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-08-21T06:51:50.039Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-21T06:51:50.039Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.040Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.040Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.040Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.040Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.041Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.041Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.041Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.041Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.041Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.042Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:55a11bed-9bcb-40b2-aebf-3766faeeaa32 Model Version:NULL Model InvariantUuid:ab946b1e-4abe-4a19-89a1-07152e01f919 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-08-21T06:51:50.047Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0ae53f9a-898a-4bf7-a848-cce887798e2e 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-08-21T06:51:50.052Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-08-21T06:51:50.053Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0ae53f9a-898a-4bf7-a848-cce887798e2e 2022-08-21T06:51:50.053Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 55a11bed-9bcb-40b2-aebf-3766faeeaa32 2022-08-21T06:51:50.053Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 55a11bed-9bcb-40b2-aebf-3766faeeaa32 2022-08-21T06:51:50.054Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0ae53f9a-898a-4bf7-a848-cce887798e2e 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-08-21T06:51:50.059Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41b060c0, org.onap.sdc.toscaparser.api.parameters.Input@10ed0807, org.onap.sdc.toscaparser.api.parameters.Input@3303be8c, org.onap.sdc.toscaparser.api.parameters.Input@7886ffbc, org.onap.sdc.toscaparser.api.parameters.Input@3af2260c] 2022-08-21T06:51:50.060Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.060Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.060Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 55a11bed-9bcb-40b2-aebf-3766faeeaa32: test-pnf 2022-08-21T06:51:50.061Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Processing PNF resource: 0ae53f9a-898a-4bf7-a848-cce887798e2e 2022-08-21T06:51:50.061Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-21T06:51:50.061Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-21T06:51:50.062Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||Resource customization UUID: d88cbff6-bac8-44c9-896f-69e076b518c3 is the same as notified resource customizationUUID: d88cbff6-bac8-44c9-896f-69e076b518c3 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-08-21T06:51:50.109Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0ae53f9a-898a-4bf7-a848-cce887798e2e 0 ASDC deployResourceStructure 2022-08-21T06:51:50.110Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-08-21T06:51:50.110Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-21T06:51:50.110Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-21T06:51:50.111Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:51:50.114Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:51:50.114Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064710109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:51:50.214Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-21T06:51:50.215Z||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-08-21T06:51:50.215Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:51:50.227Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:51:50.228Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-21T06:51:51.115Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:51:51.128Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:51:51.131Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:51:51.131Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:51:51.131Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:52:21.132Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:52:21.145Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:52:21.147Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:52:21.148Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:52:21.148Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:52:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:52:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:52:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:52:29.135Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:52:29.135Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:52:29.136Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:52:29.139Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:52:29.139Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:52:29.139Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:52:29.140Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:52:51.148Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:52:51.161Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:52:51.163Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:52:51.163Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:52:51.163Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:53:21.163Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:53:21.179Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:53:21.181Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:53:21.181Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:53:21.182Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:53:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:53:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:53:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:53:29.118Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:53:29.119Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:53:29.119Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:53:29.120Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:53:29.120Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:53:29.120Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:53:29.120Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:53:29.120Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:53:29.121Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:53:29.121Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:53:51.182Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:53:51.194Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:53:51.196Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:53:51.197Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:53:51.197Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:54:21.197Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:54:21.215Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:54:21.217Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:54:21.217Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-21T06:54:21.217Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-21T06:54:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:54:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:54:29.094Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:54:29.632Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:54:29.634Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.634Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.635Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.635Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.635Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.635Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.635Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.635Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.636Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.637Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.638Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.639Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.640Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.641Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.642Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.643Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.644Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.646Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.646Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.646Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.646Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.647Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.648Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.648Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.648Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.648Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-21T06:54:29.648Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.648Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.649Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.649Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.649Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.649Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.649Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.650Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.651Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.651Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.651Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.651Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.651Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.651Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.652Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.653Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "multicloud-k8s-id", "timestamp": 1661064696122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064691783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064693278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.654Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064691118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064689088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064690179, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.655Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064687877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064707089, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064707458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.656Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064707214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064707562, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064707102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.657Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064708118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.658Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064708107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:54:29.659Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.659Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.659Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.659Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.659Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.659Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "ves-openapi-manager", "timestamp": 1661064709122, "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-08-21T06:54:29.669Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2c10539e-03c1-493d-99e8-10f2f3150210 2022-08-21T06:54:29.670Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:54:29.686Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.686Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "policy-id", "timestamp": 1661064709114, "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-08-21T06:54:29.694Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c10539e-03c1-493d-99e8-10f2f3150210 2022-08-21T06:54:29.694Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:54:29.709Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.709Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.709Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.710Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.710Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "cds", "timestamp": 1661064709702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-21T06:54:29.715Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c10539e-03c1-493d-99e8-10f2f3150210 2022-08-21T06:54:29.715Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:54:29.731Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.731Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064710109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:54:29.732Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.732Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.732Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.733Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.733Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.733Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.733Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.733Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.734Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064712536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:54:29.734Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.734Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.734Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064712605, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.735Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.735Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.735Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.735Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.736Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.736Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "aai-ml", "timestamp": 1661064713540, "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-08-21T06:54:29.741Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c10539e-03c1-493d-99e8-10f2f3150210 2022-08-21T06:54:29.741Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:54:29.749Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.750Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.750Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.750Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.750Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-21T06:54:29.750Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.750Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.751Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064715608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:54:29.751Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.751Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.751Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064707096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-21T06:54:29.751Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-08-21T06:54:29.751Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.752Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "clamp", "timestamp": 1661064716610, "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-08-21T06:54:29.756Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c10539e-03c1-493d-99e8-10f2f3150210 2022-08-21T06:54:29.756Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:54:29.764Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.765Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064716936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-21T06:54:29.765Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.765Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.765Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064718931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-21T06:54:29.765Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:54:29.765Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:54:29.766Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661064719934, "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-08-21T06:54:29.770Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c10539e-03c1-493d-99e8-10f2f3150210 2022-08-21T06:54:29.770Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:54:51.217Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-21T06:54:51.230Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.233Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.234Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.234Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.234Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.234Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-21T06:54:51.234Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:54:51.240Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-21T06:55:21.240Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c10539e-03c1-493d-99e8-10f2f3150210 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-08-21T06:55:21.249Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c10539e-03c1-493d-99e8-10f2f3150210 and serviceModelVersionId: 55a11bed-9bcb-40b2-aebf-3766faeeaa32 2022-08-21T06:55:21.249Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab946b1e-4abe-4a19-89a1-07152e01f919 2022-08-21T06:55:21.251Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab946b1e-4abe-4a19-89a1-07152e01f919/model-vers/model-ver/55a11bed-9bcb-40b2-aebf-3766faeeaa32?depth=0 2022-08-21T06:55:21.259Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-08-21T06:55:21.315Z|2c10539e-03c1-493d-99e8-10f2f3150210|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/ab946b1e-4abe-4a19-89a1-07152e01f919/model-vers/model-ver/55a11bed-9bcb-40b2-aebf-3766faeeaa32?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-08-21T06:55:21.317Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab946b1e-4abe-4a19-89a1-07152e01f919/model-vers/model-ver/55a11bed-9bcb-40b2-aebf-3766faeeaa32?depth=0|INFO|500||Invoke 2022-08-21T06:55:21.367Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab946b1e-4abe-4a19-89a1-07152e01f919/model-vers/model-ver/55a11bed-9bcb-40b2-aebf-3766faeeaa32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-21T06:55:21.460Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab946b1e-4abe-4a19-89a1-07152e01f919/model-vers/model-ver/55a11bed-9bcb-40b2-aebf-3766faeeaa32?depth=0|INFO|500||InvokeReturn 2022-08-21T06:55:21.461Z|2c10539e-03c1-493d-99e8-10f2f3150210|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/ab946b1e-4abe-4a19-89a1-07152e01f919/model-vers/model-ver/55a11bed-9bcb-40b2-aebf-3766faeeaa32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220821-06:55:20:642-22610], vertex-id=[282712], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:55:20 GMT], Content-Type=[application/json]} 2022-08-21T06:55:21.461Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-08-21T06:55:21.462Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-21T06:55:21.462Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:55:21.470Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:55:21.471Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c10539e-03c1-493d-99e8-10f2f3150210 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-21T06:55:21.471Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-21T06:55:21.471Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-21T06:55:21.478Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-21T06:55:21.478Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064921471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:55:21.574Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-08-21T06:55:21.576Z||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-08-21T06:55:21.576Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ... 2022-08-21T06:55:21.595Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:55:21.596Z||pool-100-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-08-21T06:55:22.492Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:55:22.492Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:55:22.493Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:55:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:55:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T06:55:29.094Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:55:29.733Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:55:29.734Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-21T06:55:29.734Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c10539e-03c1-493d-99e8-10f2f3150210", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661064921471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-21T06:55:29.735Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-21T06:55:32.842Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:55:32.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:55:32.844Z||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-08-21T06:55:32.845Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:55:42.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:55:42.433Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:55:42.434Z||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-08-21T06:55:42.434Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:55:51.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:55:51.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:55:51.992Z||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-08-21T06:55:51.992Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:56:01.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:56:29.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:56:29.090Z||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-08-21T06:56:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:56:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:56:29.093Z||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-08-21T06:56:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:56:38.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:56:38.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:57:29.088Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:57:29.091Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:57:29.091Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:57:29.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:57:29.093Z||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-08-21T06:57:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:57:38.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:57:38.650Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:58:29.088Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:58:29.089Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:58:29.089Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:58:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:58:29.093Z||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-08-21T06:58:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:58:38.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:58:38.681Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:59:29.088Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:59:29.089Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T06:59:29.089Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:59:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T06:59:29.092Z||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-08-21T06:59:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T06:59:38.639Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T06:59:38.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:00:29.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:00:29.089Z||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-08-21T07:00:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:00:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:00:29.092Z||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-08-21T07:00:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:00:38.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:00:38.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:01:29.088Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:01:29.089Z||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-08-21T07:01:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:01:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:01:29.092Z||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-08-21T07:01:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:01:38.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:01:38.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:02:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:02:29.089Z||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-08-21T07:02:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:02:29.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:02:29.096Z||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-08-21T07:02:29.096Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:02:38.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:02:38.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:03:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:03:29.089Z||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-08-21T07:03:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:03:29.092Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:03:29.093Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T07:03:29.093Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:03:38.639Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:03:38.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:04:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:04:29.089Z||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-08-21T07:04:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:04:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:04:29.093Z||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-08-21T07:04:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:04:38.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:04:38.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:05:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:05:29.090Z||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-08-21T07:05:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:05:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:05:29.093Z||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-08-21T07:05:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:05:38.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:05:38.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:06:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:06:29.089Z||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-08-21T07:06:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:06:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:06:29.093Z||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-08-21T07:06:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:06:38.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:06:38.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:07:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:07:29.089Z||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-08-21T07:07:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:07:29.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:07:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T07:07:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:07:38.658Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:07:38.659Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:08:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:08:29.089Z||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-08-21T07:08:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:08:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:08:29.093Z||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-08-21T07:08:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:08:38.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:08:38.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:09:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:09:29.089Z||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-08-21T07:09:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:09:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:09:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T07:09:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:09:38.645Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:09:38.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:10:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:10:29.089Z||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-08-21T07:10:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:10:29.092Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:10:29.093Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T07:10:29.093Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:10:38.661Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:10:38.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:11:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:11:29.089Z||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-08-21T07:11:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:11:29.093Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:11:29.094Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T07:11:29.094Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:11:38.667Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:11:38.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:12:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:12:29.089Z||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-08-21T07:12:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:12:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:12:29.093Z||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-08-21T07:12:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:12:38.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:12:38.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:13:29.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:13:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:13:29.092Z||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-08-21T07:13:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:13:29.093Z||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-08-21T07:13:29.096Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:13:38.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:13:38.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:14:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:14:29.090Z||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-08-21T07:14:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:14:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:14:29.093Z||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-08-21T07:14:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:14:38.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:14:38.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:15:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:15:29.089Z||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-08-21T07:15:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:15:29.092Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:15:29.094Z|2c10539e-03c1-493d-99e8-10f2f3150210|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-08-21T07:15:29.094Z|2c10539e-03c1-493d-99e8-10f2f3150210|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:15:38.645Z|2c10539e-03c1-493d-99e8-10f2f3150210|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:15:38.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:16:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:16:29.089Z||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-08-21T07:16:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:16:29.092Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:16:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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-08-21T07:16:29.093Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:16:38.646Z|3991fe1e-5053-4a97-b7e7-9f8c8025fc79|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:16:38.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:17:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:17:29.089Z||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-08-21T07:17:29.090Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:17:29.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:17:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T07:17:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:17:38.643Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:17:38.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:18:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:18:29.089Z||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-08-21T07:18:29.089Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:18:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-21T07:18:29.093Z||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-08-21T07:18:29.093Z||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 diafaT4Pnu6Pmub3) ... 2022-08-21T07:18:38.663Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-21T07:18:38.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK