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-06-07T02:21:27.589Z||main|||||INFO|500||The following profiles are active: basic 2022-06-07T02:21:36.301Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-07T02:21:36.302Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-07T02:21:36.373Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-07T02:21:38.493Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-07T02:21:38.645Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-07T02:21:38.988Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-07T02:21:38.995Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-07T02:21:39.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-07T02:21:39.198Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-07T02:21:39.568Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-07T02:21:40.380Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T02:21:42.081Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T02:21:42.124Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-07T02:21:42.606Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T02:21:42.883Z||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-06-07T02:21:43.882Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T02:21:44.792Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-07T02:21:44.807Z||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$$e4a59924.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-06-07T02:21:44.808Z||main|||||WARN|500||The sdc end point is not alive 2022-06-07T02:21:47.286Z||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-06-07T02:21:49.727Z||main|||||WARN|500||--- 2022-06-07T02:21:49.727Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-07T02:21:49.728Z||main|||||WARN|500||--- 2022-06-07T02:21:50.123Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-07T02:21:53.976Z||main|||||INFO|500||Started Application in 30.432 seconds (JVM running for 31.516) 2022-06-07T02:21:53.983Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-07T02:21:53.984Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-07T02:21:53.993Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-07T02:21:54.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-07T02:21:54.117Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ae9430c-1722-4607-897a-83a40143c35a url= /sdc/v1/artifactTypes 2022-06-07T02:21:54.117Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-07T02:21:54.380Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-07T02:21:54.400Z||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-06-07T02:21:54.420Z||scheduling-1|||||DEBUG|500||create keys 2022-06-07T02:21:54.427Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-07T02:21:54.460Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:21:54.474Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c6a3219-f822-461e-ae4f-641427da5188 url= /sdc/v1/registerForDistribution 2022-06-07T02:21:54.765Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c6a3219-f822-461e-ae4f-641427da5188 url= /sdc/v1/registerForDistribution 2022-06-07T02:21:54.765Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-07T02:21:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:21:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:21:54.777Z||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-06-07T02:21:54.777Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:21:54.777Z||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-06-07T02:21:54.777Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:21:54.778Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-07T02:22:05.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:22:05.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:22:54.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:22:54.773Z||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-06-07T02:22:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:22:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:22:54.774Z||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-06-07T02:22:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:23:04.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:23:04.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:23:54.772Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:23:54.772Z||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-06-07T02:23:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:23:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:23:54.774Z||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-06-07T02:23:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:24:04.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:24:04.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:24:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:24:54.773Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:24:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:24:54.773Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:24:54.774Z||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-06-07T02:24:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:25:04.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:25:04.317Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:25:54.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:25:54.772Z||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-06-07T02:25:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:25:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:25:54.774Z||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-06-07T02:25:54.775Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:26:04.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:26:04.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:26:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:26:54.772Z||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-06-07T02:26:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:26:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:26:54.774Z||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-06-07T02:26:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:27:04.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:27:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:27:54.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:27:54.773Z||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-06-07T02:27:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:27:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:27:54.774Z||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-06-07T02:27:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:28:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:28:04.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:28:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:28:54.772Z||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-06-07T02:28:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:28:54.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:28:54.774Z||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-06-07T02:28:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:29:04.317Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:29:04.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:29:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:29:54.772Z||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-06-07T02:29:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:29:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:29:54.774Z||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-06-07T02:29:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:30:04.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:30:04.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:30:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:30:54.773Z||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-06-07T02:30:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:30:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:30:54.774Z||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-06-07T02:30:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:31:04.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:31:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:31:41.390Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-07T02:31:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:31:54.772Z||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-06-07T02:31:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:31:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:31:54.773Z||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-06-07T02:31:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:32:04.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:32:04.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:32:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:32:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:32:54.775Z||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-06-07T02:32:54.775Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:32:54.775Z||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-06-07T02:32:54.775Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:33:04.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:33:04.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:33:54.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:33:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:33:54.774Z||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-06-07T02:33:54.774Z||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-06-07T02:33:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:33:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:34:04.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:34:04.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:34:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:34:54.772Z||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-06-07T02:34:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:34:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:34:54.773Z||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-06-07T02:34:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:35:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:35:04.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:35:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:35:54.772Z||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-06-07T02:35:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:35:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:35:54.774Z||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-06-07T02:35:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:36:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:36:04.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:36:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:36:54.772Z||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-06-07T02:36:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:36:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:36:54.773Z||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-06-07T02:36:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:37:04.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:37:04.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:37:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:37:54.773Z||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-06-07T02:37:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:37:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:37:54.774Z||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-06-07T02:37:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:38:04.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:38:04.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:38:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:38:54.772Z||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-06-07T02:38:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:38:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:38:54.774Z||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-06-07T02:38:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:39:04.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:39:04.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:39:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:39:54.773Z||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-06-07T02:39:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:39:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:39:54.774Z||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-06-07T02:39:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:40:04.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:40:04.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:40:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:40:54.772Z||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-06-07T02:40:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:40:54.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:40:54.774Z||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-06-07T02:40:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:41:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:41:04.316Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:41:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:41:54.772Z||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-06-07T02:41:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:41:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:41:54.774Z||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-06-07T02:41:54.775Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:42:04.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:42:04.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:42:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:42:54.772Z||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-06-07T02:42:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:42:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:42:54.773Z||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-06-07T02:42:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:43:04.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:43:04.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:43:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:43:54.772Z||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-06-07T02:43:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:43:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:43:54.774Z||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-06-07T02:43:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:44:04.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:44:04.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:44:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:44:54.772Z||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-06-07T02:44:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:44:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:44:54.773Z||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-06-07T02:44:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:45:04.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:45:04.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:45:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:45:54.772Z||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-06-07T02:45:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:45:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:45:54.773Z||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-06-07T02:45:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:46:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:46:04.333Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:46:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:46:54.772Z||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-06-07T02:46:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:46:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:46:54.773Z||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-06-07T02:46:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:47:04.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:47:04.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:47:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:47:54.772Z||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-06-07T02:47:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:47:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:47:54.773Z||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-06-07T02:47:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:48:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:48:04.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:48:54.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:48:54.772Z||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-06-07T02:48:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:48:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:48:54.774Z||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-06-07T02:48:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:49:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:49:04.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:49:54.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:49:54.772Z||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-06-07T02:49:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:49:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:49:54.773Z||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-06-07T02:49:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:50:04.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:50:04.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:50:54.771Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:50:54.772Z||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-06-07T02:50:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:50:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:50:54.774Z||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-06-07T02:50:54.775Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:51:04.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:51:04.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:51:54.771Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:51:54.772Z||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-06-07T02:51:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:51:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:51:54.773Z||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-06-07T02:51:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:52:04.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:52:04.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:52:54.771Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:52:54.772Z||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-06-07T02:52:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:52:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:52:54.774Z||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-06-07T02:52:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:53:04.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:53:04.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:53:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:53:54.772Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:53:54.772Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:53:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:53:54.774Z||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-06-07T02:53:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:54:04.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:54:04.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:54:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:54:54.772Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:54:54.772Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:54:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:54:54.773Z||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-06-07T02:54:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:55:04.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:55:04.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:55:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:55:54.772Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:55:54.772Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:55:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:55:54.773Z||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-06-07T02:55:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:56:04.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:56:04.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:56:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:56:54.772Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:56:54.772Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:56:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:56:54.774Z||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-06-07T02:56:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:57:04.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:57:04.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:57:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:57:54.772Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:57:54.772Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:57:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:57:54.774Z||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-06-07T02:57:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:58:04.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:58:04.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:58:54.771Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:58:54.772Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T02:58:54.772Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:58:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:58:54.774Z||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-06-07T02:58:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:59:04.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:59:04.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T02:59:54.771Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:59:54.773Z||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-06-07T02:59:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T02:59:54.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T02:59:54.773Z||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-06-07T02:59:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:00:04.317Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:00:04.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:00:54.771Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:00:54.772Z||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-06-07T03:00:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:00:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:00:54.773Z||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-06-07T03:00:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:01:04.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:01:04.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:01:54.771Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:01:54.772Z||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-06-07T03:01:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:01:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:01:54.774Z||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-06-07T03:01:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:02:04.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:02:04.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:02:54.771Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:02:54.772Z||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-06-07T03:02:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:02:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:02:54.773Z||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-06-07T03:02:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:03:04.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:03:04.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:03:54.771Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:03:54.772Z||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-06-07T03:03:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:03:54.773Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:03:54.774Z||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-06-07T03:03:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:04:04.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:04:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:04:54.771Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:04:54.772Z||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-06-07T03:04:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:04:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:04:54.773Z||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-06-07T03:04:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:05:04.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:05:04.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:05:54.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:05:54.772Z||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-06-07T03:05:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:05:54.773Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:05:54.774Z||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-06-07T03:05:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:06:04.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:06:04.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:06:54.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:06:54.772Z||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-06-07T03:06:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:06:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:06:54.773Z||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-06-07T03:06:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:07:04.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:07:04.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:07:54.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:07:54.772Z||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-06-07T03:07:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:07:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:07:54.773Z||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-06-07T03:07:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:08:04.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:08:04.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:08:54.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:08:54.772Z||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-06-07T03:08:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:08:54.773Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:08:54.773Z||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-06-07T03:08:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:09:04.328Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:09:04.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:09:54.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:09:54.772Z||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-06-07T03:09:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:09:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:09:54.773Z||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-06-07T03:09:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:10:04.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:10:04.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:10:54.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:10:54.772Z||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-06-07T03:10:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:10:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:10:54.775Z||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-06-07T03:10:54.776Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:11:04.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:11:04.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:11:54.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:11:54.772Z||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-06-07T03:11:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:11:54.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:11:54.773Z||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-06-07T03:11:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:12:04.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:12:04.316Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:12:54.772Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:12:54.773Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:12:54.773Z||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-06-07T03:12:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:12:54.774Z||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-06-07T03:12:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:13:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:13:04.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:13:54.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:13:54.772Z||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-06-07T03:13:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:13:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:13:54.774Z||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-06-07T03:13:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:14:04.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:14:04.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:14:54.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:14:54.772Z||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-06-07T03:14:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:14:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:14:54.774Z||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-06-07T03:14:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:15:04.318Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:15:04.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:15:54.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:15:54.772Z||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-06-07T03:15:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:15:54.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:15:54.773Z||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-06-07T03:15:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:16:04.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:16:04.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:16:54.771Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:16:54.772Z||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-06-07T03:16:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:16:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:16:54.773Z||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-06-07T03:16:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:17:04.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:17:04.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:17:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:17:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T03:17:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:17:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:17:54.774Z||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-06-07T03:17:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:18:04.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:18:04.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:18:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:18:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T03:18:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:18:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:18:54.774Z||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-06-07T03:18:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:19:04.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:19:04.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:19:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:19:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T03:19:54.773Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:19:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:19:54.774Z||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-06-07T03:19:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:20:04.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:20:04.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:20:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:20:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T03:20:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:20:54.773Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:20:54.774Z||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-06-07T03:20:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:04.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:54.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:21:54.772Z||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-06-07T03:21:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:21:54.774Z||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-06-07T03:21:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:56.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:56.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:21:56.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e3a65c7-ac20-47e1-99c4-c4f2b354c78a","serviceName":"vFW 2022-06-07 03-19-18","serviceVersion":"1.0","serviceUUID":"01011742-4e10-4908-b260-b251911b7f8f","serviceDescription":"catalog service description","serviceInvariantUUID":"6908d0b4-0ed9-40c9-b73f-622a86f4ba90","resources":[{"resourceInstanceName":"vFW 85f990a3-293d 0","resourceName":"vFW 85f990a3-293d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c15f12a9-36dc-4769-8455-a1650a13ef7e","resourceInvariantUUID":"131c25b2-955c-4a8b-a295-7930d7d629d1","resourceCustomizationUUID":"e4e6a2c9-e994-43a1-8ea6-6835427fd542","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml","artifactChecksum":"ZGM1N2IyMzI0MGJlMWFmYzVjMDhmNmJiYTczMjk4NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3c4e30b-c943-44e4-96d8-30980b7cdc53","artifactVersion":"1"},{"artifactName":"vfw85f990a3293d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json","artifactChecksum":"NTUwY2Y0NzllYTcyYzU3YzhkYTkyZTk1NWRjMTE3OTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85af90c0-5af3-4ed1-b4f5-d1f4f8563133","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad7b1fe9-241c-4868-8aa5-3a9365b58953","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ3YmMxZTgxNjFmODYyMDY2MDJiMTNhNmJlNWRhYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3527462f-b5ab-49cf-b8ba-63385935a6dc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"421d6567-0d3a-4ba5-a45d-4486c41b61c4","artifactVersion":"2","generatedFromUUID":"ad7b1fe9-241c-4868-8aa5-3a9365b58953"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607031918-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml","artifactChecksum":"MGIzOWNhODZkNTdmZWI3NjFmYjIwZTk4NTI4ZDJkM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba69684c-e017-4e53-a00e-eb813cb3ba22","artifactVersion":"1"},{"artifactName":"service-Vfw20220607031918-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar","artifactChecksum":"M2NhMzNiZGViYjAzZDU3M2JkOWQzNzZhMzE3YjY0MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ada35d61-1e92-437f-a360-fc1ae17e5d51","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T03:21:56.201Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:21:56.207Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:21:56.215Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:21:56.215Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:21:56.315Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T03:21:56.319Z||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-06-07T03:21:56.319Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:56.329Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:56.330Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":2,"count":1} 2022-06-07T03:21:56.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:56.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:21:56.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:21:56.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:21:56.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:21:56.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:21:56.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:21:57.219Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:21:57.220Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:21:57.221Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:21:57.222Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:21:57.322Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:21:57.323Z||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-06-07T03:21:57.323Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:57.336Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:57.336Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:21:58.222Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:21:58.223Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:21:58.224Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:21:58.225Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T03:21:58.325Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:21:58.326Z||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-06-07T03:21:58.326Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:58.338Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:58.339Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:21:59.225Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:21:59.226Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:21:59.228Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:21:59.228Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:21:59.328Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:21:59.329Z||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-06-07T03:21:59.329Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:21:59.341Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:21:59.342Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:00.228Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:22:00.229Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:00.231Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:00.231Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T03:22:00.331Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:00.332Z||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-06-07T03:22:00.332Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:00.344Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:00.344Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:01.232Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:22:01.233Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:01.235Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:01.235Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:22:01.335Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:01.336Z||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-06-07T03:22:01.336Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:01.346Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:01.346Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:02.235Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:22:02.236Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:02.238Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:02.238Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:22:02.338Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:02.339Z||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-06-07T03:22:02.339Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:02.350Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:02.350Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:03.240Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "serviceName": "vFW 2022-06-07 03-19-18", "serviceVersion": "1.0", "serviceUUID": "01011742-4e10-4908-b260-b251911b7f8f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6908d0b4-0ed9-40c9-b73f-622a86f4ba90", "resources": [ { "resourceInstanceName": "vFW 85f990a3-293d 0", "resourceCustomizationUUID": "e4e6a2c9-e994-43a1-8ea6-6835427fd542", "resourceName": "vFW 85f990a3-293d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c15f12a9-36dc-4769-8455-a1650a13ef7e", "resourceInvariantUUID": "131c25b2-955c-4a8b-a295-7930d7d629d1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw85f990a3293d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "artifactChecksum": "NTUwY2Y0NzllYTcyYzU3YzhkYTkyZTk1NWRjMTE3OTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85af90c0-5af3-4ed1-b4f5-d1f4f8563133", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ad7b1fe9-241c-4868-8aa5-3a9365b58953", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "421d6567-0d3a-4ba5-a45d-4486c41b61c4", "generatedFromUUID": "ad7b1fe9-241c-4868-8aa5-3a9365b58953" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "421d6567-0d3a-4ba5-a45d-4486c41b61c4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220607031918-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "artifactChecksum": "M2NhMzNiZGViYjAzZDU3M2JkOWQzNzZhMzE3YjY0MTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ada35d61-1e92-437f-a360-fc1ae17e5d51" } ], "workloadContext": "Production" } 2022-06-07T03:22:03.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T03:22:03.241Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01011742-4e10-4908-b260-b251911b7f8f ASDC 2022-06-07T03:22:03.336Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:1e3a65c7-ac20-47e1-99c4-c4f2b354c78a ServiceName:vFW 2022-06-07 03-19-18 ServiceVersion:1.0 ServiceUUID:01011742-4e10-4908-b260-b251911b7f8f ServiceInvariantUUID:6908d0b4-0ed9-40c9-b73f-622a86f4ba90 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220607031918-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar ArtifactUUID:ada35d61-1e92-437f-a360-fc1ae17e5d51 ArtifactChecksum:M2NhMzNiZGViYjAzZDU3M2JkOWQzNzZhMzE3YjY0MTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 85f990a3-293d 0 ResourceCustomizationUUID:e4e6a2c9-e994-43a1-8ea6-6835427fd542 ResourceInvariantUUID:131c25b2-955c-4a8b-a295-7930d7d629d1 ResourceName:vFW 85f990a3-293d ResourceType:VF ResourceUUID:c15f12a9-36dc-4769-8455-a1650a13ef7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw85f990a3293d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json ArtifactUUID:85af90c0-5af3-4ed1-b4f5-d1f4f8563133 ArtifactChecksum:NTUwY2Y0NzllYTcyYzU3YzhkYTkyZTk1NWRjMTE3OTY= 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/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml ArtifactUUID:ad7b1fe9-241c-4868-8aa5-3a9365b58953 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/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env ArtifactUUID:421d6567-0d3a-4ba5-a45d-4486c41b61c4 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/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env ArtifactUUID:421d6567-0d3a-4ba5-a45d-4486c41b61c4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T03:22:03.337Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01011742-4e10-4908-b260-b251911b7f8f 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-06-07T03:22:03.536Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:22:03.537Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-07T03:22:03.537Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-07T03:22:03.538Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ada35d61-1e92-437f-a360-fc1ae17e5d51 from URL: /sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:03.538Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-07T03:22:03.539Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:03.986Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-07T03:22:04.002Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar ada35d61-1e92-437f-a360-fc1ae17e5d51 99001 2022-06-07T03:22:04.004Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar ASDC sendASDCNotification 2022-06-07T03:22:04.004Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:04.004Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:22:04.005Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:04.007Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:04.007Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572124002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:22:04.107Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:04.108Z||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-06-07T03:22:04.108Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:04.122Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:04.122Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:05.008Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:22:05.009Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-07T03:22:05.009Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ada35d61-1e92-437f-a360-fc1ae17e5d51, URL: /sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar to file: /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:05.010Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607031918-csar.csar 2022-06-07T03:22:05.072Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:05.072Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:05.576Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7247050797698255174/Definitions/service-Vfw20220607031918-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-07T03:22:08.254Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T03:22:08.258Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-07T03:22:08.259Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.259Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.293Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.293Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85f990a3-293d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:08.293Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-07T03:22:08.299Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.301Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.304Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:08.304Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-07T03:22:08.306Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:22:08.307Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.307Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.308Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:08.308Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-07T03:22:08.308Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:22:08.308Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.308Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.311Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.312Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T03:22:08.313Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.314Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T03:22:08.314Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.314Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:22:08.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:08.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:08.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:08.316Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2eec73b9-de43-4ebf-9434-17bb12f99d73 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T03:22:08.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.319Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f2b4b10e-fcff-4cb3-b05f-880bf2d544b9 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.320Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b128dfa5-02ec-4479-809a-eac7bbe15405 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.321Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:08.322Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-07 03-19-18 Description:catalog service description Model UUID:01011742-4e10-4908-b260-b251911b7f8f Model Version:NULL Model InvariantUuid:6908d0b4-0ed9-40c9-b73f-622a86f4ba90 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 85f990a3-293d Model UUID:45a6af24-079d-439a-9238-377dce155684 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:131c25b2-955c-4a8b-a295-7930d7d629d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e4e6a2c9-e994-43a1-8ea6-6835427fd542 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9c1b28c3-4f08-4047-95b7-17319de6c488 ModelName:Vfw85f990a3293d..base_vfw..module-0 ModelUuid:ae81455d-89b3-4253-8a50-b0e13a65d48f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2eec73b9-de43-4ebf-9434-17bb12f99d73 ModelInvariantUuid:dee90d55-617b-4682-88eb-6db06319a196 ModelName:vFW 85f990a3-293d-nodes.vfwCvfc ModelUuid:19ed3334-63be-48cf-bcb8-6089bad045fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b6a355c2-409a-4abf-98a8-f008ac4ebef8 ModelInvariantUuid:c0f49215-8c80-4ee9-ab10-278e73aab94a ModelName:Vfw85f990a3293d.compute.nodes.heat.vfw ModelUuid:df150c41-849d-4623-b5a2-7f58ab08ee4d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f2b4b10e-fcff-4cb3-b05f-880bf2d544b9 ModelInvariantUuid:eae78b6c-23fb-4c78-bd1e-af24f6fe6988 ModelName:vFW 85f990a3-293d-nodes.vsnCvfc ModelUuid:3d9e0c81-dd8d-4a2c-a2b3-aaae4d8d4a9e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0f99a0f7-69a8-4a40-a153-e0b0df923039 ModelInvariantUuid:93b33cf2-68df-44a5-8ebe-27c9133b9e6a ModelName:Vfw85f990a3293d.compute.nodes.heat.vsn ModelUuid:2672b3e1-6f95-4f2c-90ff-ad251c483e01 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b128dfa5-02ec-4479-809a-eac7bbe15405 ModelInvariantUuid:011363ed-90aa-4303-95b7-bf1a25683f6d ModelName:vFW 85f990a3-293d-nodes.vpgCvfc ModelUuid:c9e2e42a-13ab-4e6a-8b18-2aca48d1984c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:18684e61-540e-4c27-b727-7e1b5acdb48e ModelInvariantUuid:06f67277-e33a-4b00-84e8-f47eaffd14f6 ModelName:Vfw85f990a3293d.compute.nodes.heat.vpg ModelUuid:e247e2af-aa51-47ea-b794-3d005056b7a5 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-06-07T03:22:08.345Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c15f12a9-36dc-4769-8455-a1650a13ef7e 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-06-07T03:22:08.441Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||vFW 85f990a3-293d 0 2022-06-07T03:22:08.448Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c15f12a9-36dc-4769-8455-a1650a13ef7e 2022-06-07T03:22:08.449Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 85af90c0-5af3-4ed1-b4f5-d1f4f8563133 from URL: /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json 2022-06-07T03:22:08.449Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-07T03:22:08.449Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json 2022-06-07T03:22:08.769Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-07T03:22:08.770Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json 85af90c0-5af3-4ed1-b4f5-d1f4f8563133 785 2022-06-07T03:22:08.770Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json ASDC sendASDCNotification 2022-06-07T03:22:08.770Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json 2022-06-07T03:22:08.770Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:22:08.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:08.773Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:08.774Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572128770, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:22:08.874Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T03:22:08.874Z||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-06-07T03:22:08.875Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:08.887Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:08.888Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:22:09.775Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw85f990a3293d..base_vfw..module-0", "vfModuleModelInvariantUUID": "9c1b28c3-4f08-4047-95b7-17319de6c488", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ae81455d-89b3-4253-8a50-b0e13a65d48f", "vfModuleModelCustomizationUUID": "7f5d1439-248e-41ca-ab8b-1f86b42e20ac", "isBase": true, "artifacts": [ "ad7b1fe9-241c-4868-8aa5-3a9365b58953", "421d6567-0d3a-4ba5-a45d-4486c41b61c4" ], "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-06-07T03:22:09.787Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw85f990a3293d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ae81455d-89b3-4253-8a50-b0e13a65d48f VfModuleModelInvariantUUID:9c1b28c3-4f08-4047-95b7-17319de6c488 VfModuleModelDescription:NULL Artifacts UUID List:{ ad7b1fe9-241c-4868-8aa5-3a9365b58953 , 421d6567-0d3a-4ba5-a45d-4486c41b61c4 } 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-06-07T03:22:09.789Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw85f990a3293d..base_vfw..module-0", "vfModuleModelInvariantUUID": "9c1b28c3-4f08-4047-95b7-17319de6c488", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ae81455d-89b3-4253-8a50-b0e13a65d48f", "vfModuleModelCustomizationUUID": "7f5d1439-248e-41ca-ab8b-1f86b42e20ac", "isBase": true, "artifacts": [ "ad7b1fe9-241c-4868-8aa5-3a9365b58953", "421d6567-0d3a-4ba5-a45d-4486c41b61c4" ], "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-06-07T03:22:09.790Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw85f990a3293d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ae81455d-89b3-4253-8a50-b0e13a65d48f VfModuleModelInvariantUUID:9c1b28c3-4f08-4047-95b7-17319de6c488 VfModuleModelDescription:NULL Artifacts UUID List:{ ad7b1fe9-241c-4868-8aa5-3a9365b58953 , 421d6567-0d3a-4ba5-a45d-4486c41b61c4 } 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-06-07T03:22:09.790Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad7b1fe9-241c-4868-8aa5-3a9365b58953 from URL: /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml 2022-06-07T03:22:09.790Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-07T03:22:09.790Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml 2022-06-07T03:22:09.847Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-07T03:22:09.848Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml ad7b1fe9-241c-4868-8aa5-3a9365b58953 20368 2022-06-07T03:22:09.849Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T03:22:09.849Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml 2022-06-07T03:22:09.849Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:22:09.849Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:09.851Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:09.851Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572129849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:22:09.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:09.952Z||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-06-07T03:22:09.952Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:09.964Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:09.965Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:22:10.852Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 421d6567-0d3a-4ba5-a45d-4486c41b61c4 from URL: /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env 2022-06-07T03:22:10.852Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-07T03:22:10.852Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env 2022-06-07T03:22:10.914Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-07T03:22:10.915Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env 421d6567-0d3a-4ba5-a45d-4486c41b61c4 2098 2022-06-07T03:22:10.915Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T03:22:10.915Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env 2022-06-07T03:22:10.915Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:22:10.915Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:10.917Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:10.917Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572130915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:22:11.018Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T03:22:11.018Z||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-06-07T03:22:11.019Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:11.030Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:11.031Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:22:11.918Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 01011742-4e10-4908-b260-b251911b7f8f 2022-06-07T03:22:11.919Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 85f990a3-293d 0 c15f12a9-36dc-4769-8455-a1650a13ef7e 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-06-07T03:22:11.953Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e71214b, org.onap.sdc.toscaparser.api.parameters.Input@63fb665f, org.onap.sdc.toscaparser.api.parameters.Input@66904617, org.onap.sdc.toscaparser.api.parameters.Input@3df33227, org.onap.sdc.toscaparser.api.parameters.Input@2a1f27ab] 2022-06-07T03:22:11.956Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.956Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.956Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-07T03:22:11.957Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e4e6a2c9-e994-43a1-8ea6-6835427fd542 2022-06-07T03:22:11.957Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4e6a2c9-e994-43a1-8ea6-6835427fd542 matches Tosca VF Customization UUID: e4e6a2c9-e994-43a1-8ea6-6835427fd542 2022-06-07T03:22:11.957Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e4e6a2c9-e994-43a1-8ea6-6835427fd542 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-06-07T03:22:11.962Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.962Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.963Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e4e6a2c9-e994-43a1-8ea6-6835427fd542: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-07T03:22:11.963Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44ff652a 2022-06-07T03:22:11.963Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.963Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:22:11.964Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f5d1439-248e-41ca-ab8b-1f86b42e20ac 2022-06-07T03:22:11.964Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f5d1439-248e-41ca-ab8b-1f86b42e20ac 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-06-07T03:22:11.969Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.969Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:11.969Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:11.970Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.970Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:11.970Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:11.970Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.970Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.971Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:11.972Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T03:22:11.972Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:11.972Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T03:22:11.972Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.972Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2eec73b9-de43-4ebf-9434-17bb12f99d73 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-06-07T03:22:11.979Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.979Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:11.979Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:11.980Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.980Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:11.980Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:11.980Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T03:22:11.981Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:11.981Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.981Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.982Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T03:22:11.982Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:11.982Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T03:22:11.982Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T03:22:11.983Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:11.983Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T03:22:11.983Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.983Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f2b4b10e-fcff-4cb3-b05f-880bf2d544b9 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-06-07T03:22:11.986Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.986Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:11.986Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:11.989Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.989Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is not matching search criteria 2022-06-07T03:22:11.990Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T03:22:11.990Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T03:22:11.990Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:11.990Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.990Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.991Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T03:22:11.991Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T03:22:11.991Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T03:22:11.991Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T03:22:11.991Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T03:22:11.991Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T03:22:11.992Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T03:22:11.992Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b128dfa5-02ec-4479-809a-eac7bbe15405 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-06-07T03:22:11.994Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.994Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:11.994Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:22:11.995Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.995Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Node template vFW 85f990a3-293d 0 is matching search criteria 2022-06-07T03:22:11.995Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85f990a3-293d 0] matching following query criteria: sdcType=VF, customizationUUID=e4e6a2c9-e994-43a1-8ea6-6835427fd542 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-06-07T03:22:11.997Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.997Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.997Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 01011742-4e10-4908-b260-b251911b7f8f: vFW 85f990a3-293d 2022-06-07T03:22:11.997Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.998Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.998Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.998Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.998Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.998Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.999Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.999Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:11.999Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:22:11.999Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 03-19-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:22:12.000Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-07 03-19-18 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-06-07T03:22:12.229Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 85f990a3-293d c15f12a9-36dc-4769-8455-a1650a13ef7e 1 ASDC deployResourceStructure 2022-06-07T03:22:12.230Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json ASDC sendASDCNotification 2022-06-07T03:22:12.230Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json 2022-06-07T03:22:12.230Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:22:12.230Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:12.232Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:12.232Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572132230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:22:12.332Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:12.333Z||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-06-07T03:22:12.333Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:12.345Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:12.346Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:13.233Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T03:22:13.233Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml 2022-06-07T03:22:13.233Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:22:13.234Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:13.235Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:13.235Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572133233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:22:13.336Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:13.336Z||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-06-07T03:22:13.337Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:13.349Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:13.350Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:14.237Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T03:22:14.237Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env 2022-06-07T03:22:14.237Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:22:14.237Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:14.240Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:14.240Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572134236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T03:22:14.339Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T03:22:14.340Z||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-06-07T03:22:14.340Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:14.353Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:14.354Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:22:15.241Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar ASDC sendASDCNotification 2022-06-07T03:22:15.241Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar 2022-06-07T03:22:15.241Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:22:15.241Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:22:15.243Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:22:15.243Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572135241, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:22:15.343Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:22:15.344Z||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-06-07T03:22:15.344Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:15.357Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:15.357Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:22:16.244Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:22:16.267Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:22:16.269Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:22:16.269Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:22:16.269Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:22:46.269Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:22:46.278Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:22:46.280Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:22:46.280Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:22:46.280Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:22:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:22:54.774Z||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-06-07T03:22:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:22:54.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:22:54.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:22:54.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:22:54.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:22:54.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:22:54.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:22:54.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:23:16.280Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:23:16.289Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:23:16.291Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:23:16.291Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:23:16.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:23:46.292Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:23:46.301Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:23:46.303Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:23:46.303Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:23:46.303Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:23:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:23:54.774Z||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-06-07T03:23:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:23:54.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:23:54.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:23:54.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:23:54.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:16.303Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:24:16.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:24:16.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:24:16.317Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:24:16.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:24:46.318Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:24:46.327Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:24:46.329Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:24:46.329Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:24:46.329Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:24:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:24:54.774Z||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-06-07T03:24:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:24:55.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:24:55.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T03:24:55.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "ves-openapi-manager", "timestamp": 1654572110496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572107521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572108285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572114771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572107820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572116060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572123475, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572123494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572123598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572124002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572124192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "cds", "timestamp": 1654572124535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-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-06-07T03:24:55.320Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 2022-06-07T03:24:55.320Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:24:55.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572124605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.329Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572124775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.329Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "policy-id", "timestamp": 1654572125608, "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-06-07T03:24:55.332Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 2022-06-07T03:24:55.332Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:24:55.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572126069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572127118, "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-06-07T03:24:55.342Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 2022-06-07T03:24:55.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:24:55.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "multicloud-k8s-id", "timestamp": 1654572128122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572128770, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572128920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572129849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572129924, "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-06-07T03:24:55.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 2022-06-07T03:24:55.352Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:24:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572130915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572132230, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vfw85f990a3293d0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572133233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572134236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/resourceInstances/vfw85f990a3293d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572135241, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572128586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572128738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572136677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572148269, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572148509, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "aai-ml", "timestamp": 1654572149515, "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-06-07T03:24:55.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 2022-06-07T03:24:55.367Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:24:55.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572150273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607031918/1.0/artifacts/service-Vfw20220607031918-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:24:55.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:24:55.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:24:55.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "clamp", "timestamp": 1654572151278, "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-06-07T03:24:55.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 2022-06-07T03:24:55.378Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:25:16.330Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:25:16.340Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:25:16.342Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:25:16.343Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:25:16.343Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:25:16.343Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-06-07T03:25:16.346Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T03:25:46.347Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a 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-06-07T03:25:46.355Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a and serviceModelVersionId: 01011742-4e10-4908-b260-b251911b7f8f 2022-06-07T03:25:46.356Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6908d0b4-0ed9-40c9-b73f-622a86f4ba90 2022-06-07T03:25:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:25:54.774Z||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-06-07T03:25:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:25:58.068Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6908d0b4-0ed9-40c9-b73f-622a86f4ba90/model-vers/model-ver/01011742-4e10-4908-b260-b251911b7f8f?depth=0 2022-06-07T03:25:58.179Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T03:25:58.705Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6908d0b4-0ed9-40c9-b73f-622a86f4ba90/model-vers/model-ver/01011742-4e10-4908-b260-b251911b7f8f?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-06-07T03:25:58.709Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6908d0b4-0ed9-40c9-b73f-622a86f4ba90/model-vers/model-ver/01011742-4e10-4908-b260-b251911b7f8f?depth=0|INFO|500||Invoke 2022-06-07T03:25:58.888Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6908d0b4-0ed9-40c9-b73f-622a86f4ba90/model-vers/model-ver/01011742-4e10-4908-b260-b251911b7f8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T03:25:59.046Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6908d0b4-0ed9-40c9-b73f-622a86f4ba90/model-vers/model-ver/01011742-4e10-4908-b260-b251911b7f8f?depth=0|INFO|500||InvokeReturn 2022-06-07T03:25:59.046Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6908d0b4-0ed9-40c9-b73f-622a86f4ba90/model-vers/model-ver/01011742-4e10-4908-b260-b251911b7f8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-03:25:58:897-11346], vertex-id=[159912], Content-Length=[0], Date=[Tue, 07 Jun 2022 03:25:58 GMT], Content-Type=[application/json]} 2022-06-07T03:25:59.047Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T03:25:59.049Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T03:25:59.050Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-06-07T03:25:59.055Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||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-06-07T03:25:59.063Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e3a65c7-ac20-47e1-99c4-c4f2b354c78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T03:25:59.064Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T03:25:59.065Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:25:59.075Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:25:59.076Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572359064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:25:59.167Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-07T03:25:59.168Z||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-06-07T03:25:59.168Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:25:59.181Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:25:59.181Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:25:59.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:25:59.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:25:59.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e3a65c7-ac20-47e1-99c4-c4f2b354c78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572359064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:25:59.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T03:26:00.092Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:26:00.092Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:26:00.093Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:26:10.335Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:26:10.336Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:26:10.336Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:26:10.336Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:26:19.873Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:26:19.873Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:26:19.874Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:26:19.874Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:26:29.408Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:26:29.409Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:26:29.411Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:26:29.411Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:26:38.945Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:26:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:26:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:26:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:26:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:26:54.773Z||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-06-07T03:26:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:27:04.309Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:27:04.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:27:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:27:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:27:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:27:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:27:54.773Z||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-06-07T03:27:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:28:04.310Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:28:04.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:28:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:28:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:28:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:28:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:28:54.773Z||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-06-07T03:28:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:29:04.308Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:29:04.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:29:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:29:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:29:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:29:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:29:54.774Z||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-06-07T03:29:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:30:04.309Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:30:04.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:30:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:30:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:30:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:30:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:30:54.773Z||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-06-07T03:30:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:31:04.310Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:31:04.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:31:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:31:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:31:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:31:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:31:54.774Z||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-06-07T03:31:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:32:04.309Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:32:04.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:32:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:32:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:32:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:32:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:32:54.773Z||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-06-07T03:32:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:33:04.326Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:33:04.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:33:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:33:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:33:54.773Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:33:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:33:54.773Z||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-06-07T03:33:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:04.315Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:04.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:54.771Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:34:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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-06-07T03:34:54.772Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:34:54.773Z||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-06-07T03:34:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:55.395Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:55.396Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.396Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcf6860d-5a41-488b-8194-7f3d112f3e64","serviceName":"Demo_pNF_IrZzKP06WVMba5GmXpG1","serviceVersion":"1.0","serviceUUID":"68e55b49-f773-4c22-9256-077a2352f35f","serviceDescription":"catalog service description","serviceInvariantUUID":"ba795ed5-7402-44bb-b52f-371ff45a558c","resources":[{"resourceInstanceName":"pNF 3fcac7ee-6a40 0","resourceName":"pNF 3fcac7ee-6a40","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"67380f8b-625a-4f61-b475-3c57de7c17bc","resourceInvariantUUID":"c6c54c74-2ebb-42d9-8f8a-f4b51da8ad89","resourceCustomizationUUID":"6f458108-b31d-484b-9e97-a9d7b0fc8904","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml","artifactChecksum":"ZjViZTRiY2UxNmM5YWI5MzE3ZDU0YTQyZDdjMjYzMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f308c795-ba9a-4bc4-9b09-8df9db75a702","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar","artifactChecksum":"ZjdjZDJiNDRhMzZhNTM0MzFmMTEzYjBjMmQxMmVkNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6421461-e822-45fd-938e-c5932e1a8db3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2117d3e9-6930-4b31-b4ad-6a8ea105b3c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE3NTYwYzMwMDlmOTJlZThlYmQ5Nzk1MjhhOTBkODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6714833-e690-40a0-bfd6-1fe33de63b23","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"437f3901-68df-4ce9-b9f6-069613a7b4c9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c60beb22-d927-4f45-9751-a9492b85f68f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml","artifactChecksum":"OGMzMzg5ZDA4ODUwNzE3OWFiN2YzMTRmNWUwOWVjZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3b4bf7c-d398-4d8f-a3ad-d7698614f847","artifactVersion":"1"},{"artifactName":"service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar","artifactChecksum":"OTg2ZWMxMGQxOWY4YjdiODMxZTg2MTNiODRkZDQyYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc3bf357-ba4d-41cb-bb47-faf5c2a4f9c4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T03:34:55.398Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:34:55.399Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:34:55.401Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:34:55.401Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:55.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "multicloud-k8s-id", "timestamp": 1654572867521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572866060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572867820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572877872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572877875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572870496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572878879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:34:55.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572879258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:34:55.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572879635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:34:55.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "policy-id", "timestamp": 1654572879881, "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-06-07T03:34:55.437Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcf6860d-5a41-488b-8194-7f3d112f3e64 2022-06-07T03:34:55.437Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:34:55.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572880441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654572880639, "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-06-07T03:34:55.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcf6860d-5a41-488b-8194-7f3d112f3e64 2022-06-07T03:34:55.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:34:55.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572873284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "ves-openapi-manager", "timestamp": 1654572881443, "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-06-07T03:34:55.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dcf6860d-5a41-488b-8194-7f3d112f3e64 2022-06-07T03:34:55.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:34:55.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572882030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:34:55.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "cds", "timestamp": 1654572883036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-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-06-07T03:34:55.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcf6860d-5a41-488b-8194-7f3d112f3e64 2022-06-07T03:34:55.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:34:55.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572878586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572878738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T03:34:55.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572887764, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572892850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:34:55.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "aai-ml", "timestamp": 1654572893854, "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-06-07T03:34:55.482Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcf6860d-5a41-488b-8194-7f3d112f3e64 2022-06-07T03:34:55.482Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:34:55.501Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:34:55.501Z||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-06-07T03:34:55.502Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:55.513Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:55.514Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:34:56.401Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:34:56.402Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:34:56.404Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:34:56.404Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:56.504Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:34:56.505Z||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-06-07T03:34:56.505Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:56.516Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:56.516Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:34:57.404Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:34:57.405Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:34:57.407Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:34:57.407Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:57.507Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:34:57.508Z||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-06-07T03:34:57.508Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:57.520Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:57.520Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:34:58.408Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:34:58.409Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:34:58.411Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:34:58.411Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:58.511Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:34:58.512Z||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-06-07T03:34:58.512Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:58.524Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:58.525Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:34:59.412Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:34:59.412Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:34:59.414Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:34:59.414Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:34:59.514Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:34:59.515Z||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-06-07T03:34:59.515Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:34:59.526Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:34:59.527Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:35:00.415Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:35:00.415Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:35:00.417Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:35:00.417Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:35:00.517Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:35:00.518Z||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-06-07T03:35:00.518Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:00.530Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:00.531Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:35:01.417Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:35:01.418Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:35:01.420Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:35:01.420Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:35:01.520Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:35:01.521Z||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-06-07T03:35:01.521Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:01.534Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:01.534Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:35:02.421Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:35:02.422Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:35:02.424Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:35:02.424Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:35:02.524Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T03:35:02.525Z||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-06-07T03:35:02.526Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:02.539Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:02.539Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:35:03.426Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "serviceName": "Demo_pNF_IrZzKP06WVMba5GmXpG1", "serviceVersion": "1.0", "serviceUUID": "68e55b49-f773-4c22-9256-077a2352f35f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ba795ed5-7402-44bb-b52f-371ff45a558c", "resources": [ { "resourceInstanceName": "pNF 3fcac7ee-6a40 0", "resourceCustomizationUUID": "6f458108-b31d-484b-9e97-a9d7b0fc8904", "resourceName": "pNF 3fcac7ee-6a40", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "67380f8b-625a-4f61-b475-3c57de7c17bc", "resourceInvariantUUID": "c6c54c74-2ebb-42d9-8f8a-f4b51da8ad89", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "artifactChecksum": "OTg2ZWMxMGQxOWY4YjdiODMxZTg2MTNiODRkZDQyYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc3bf357-ba4d-41cb-bb47-faf5c2a4f9c4" } ], "workloadContext": "Production" } 2022-06-07T03:35:03.426Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T03:35:03.426Z|1e3a65c7-ac20-47e1-99c4-c4f2b354c78a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68e55b49-f773-4c22-9256-077a2352f35f ASDC 2022-06-07T03:35:03.427Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:dcf6860d-5a41-488b-8194-7f3d112f3e64 ServiceName:Demo_pNF_IrZzKP06WVMba5GmXpG1 ServiceVersion:1.0 ServiceUUID:68e55b49-f773-4c22-9256-077a2352f35f ServiceInvariantUUID:ba795ed5-7402-44bb-b52f-371ff45a558c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar ArtifactUUID:cc3bf357-ba4d-41cb-bb47-faf5c2a4f9c4 ArtifactChecksum:OTg2ZWMxMGQxOWY4YjdiODMxZTg2MTNiODRkZDQyYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3fcac7ee-6a40 0 ResourceCustomizationUUID:6f458108-b31d-484b-9e97-a9d7b0fc8904 ResourceInvariantUUID:c6c54c74-2ebb-42d9-8f8a-f4b51da8ad89 ResourceName:pNF 3fcac7ee-6a40 ResourceType:PNF ResourceUUID:67380f8b-625a-4f61-b475-3c57de7c17bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T03:35:03.427Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68e55b49-f773-4c22-9256-077a2352f35f 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-06-07T03:35:03.454Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:35:03.455Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-07T03:35:03.455Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-07T03:35:03.455Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cc3bf357-ba4d-41cb-bb47-faf5c2a4f9c4 from URL: /sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:03.455Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-07T03:35:03.455Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:03.684Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-07T03:35:03.687Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar cc3bf357-ba4d-41cb-bb47-faf5c2a4f9c4 82660 2022-06-07T03:35:03.687Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar ASDC sendASDCNotification 2022-06-07T03:35:03.687Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:03.688Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:35:03.688Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:35:03.690Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:35:03.690Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572903687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:35:03.790Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:35:03.791Z||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-06-07T03:35:03.791Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:03.803Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:03.803Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:35:04.690Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:35:04.691Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-07T03:35:04.692Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cc3bf357-ba4d-41cb-bb47-faf5c2a4f9c4, URL: /sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar to file: /app/ASDC/1/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:04.692Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:04.692Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:04.692Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:04.790Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15798703619064298712/Definitions/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml 2022-06-07T03:35:05.596Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T03:35:05.596Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-07T03:35:05.596Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.597Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T03:35:05.597Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.597Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.597Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.597Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.597Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.598Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3fcac7ee-6a40 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-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.598Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.598Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-07T03:35:05.598Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.598Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.599Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Node template pNF 3fcac7ee-6a40 0 is matching search criteria 2022-06-07T03:35:05.599Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-07T03:35:05.599Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3fcac7ee-6a40 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:35:05.599Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.599Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.600Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Node template pNF 3fcac7ee-6a40 0 is matching search criteria 2022-06-07T03:35:05.600Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-07T03:35:05.600Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3fcac7ee-6a40 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:35:05.600Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.600Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.601Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.601Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.601Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.601Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.601Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.602Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.602Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.602Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.602Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_IrZzKP06WVMba5GmXpG1 Description:catalog service description Model UUID:68e55b49-f773-4c22-9256-077a2352f35f Model Version:NULL Model InvariantUuid:ba795ed5-7402-44bb-b52f-371ff45a558c 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-06-07T03:35:05.612Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 67380f8b-625a-4f61-b475-3c57de7c17bc 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-06-07T03:35:05.616Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||pNF 3fcac7ee-6a40 0 2022-06-07T03:35:05.617Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 67380f8b-625a-4f61-b475-3c57de7c17bc 2022-06-07T03:35:05.617Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 68e55b49-f773-4c22-9256-077a2352f35f 2022-06-07T03:35:05.617Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 68e55b49-f773-4c22-9256-077a2352f35f 2022-06-07T03:35:05.618Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3fcac7ee-6a40 0 67380f8b-625a-4f61-b475-3c57de7c17bc 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-06-07T03:35:05.623Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ef4d278, org.onap.sdc.toscaparser.api.parameters.Input@2a142880, org.onap.sdc.toscaparser.api.parameters.Input@426c79fe, org.onap.sdc.toscaparser.api.parameters.Input@72c2f8b1, org.onap.sdc.toscaparser.api.parameters.Input@1acd9383] 2022-06-07T03:35:05.623Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.623Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.623Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 68e55b49-f773-4c22-9256-077a2352f35f: pNF 3fcac7ee-6a40 2022-06-07T03:35:05.624Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Processing PNF resource: 67380f8b-625a-4f61-b475-3c57de7c17bc 2022-06-07T03:35:05.624Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:35:05.624Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IrZzKP06WVMba5GmXpG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:35:05.624Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Resource customization UUID: 6f458108-b31d-484b-9e97-a9d7b0fc8904 is the same as notified resource customizationUUID: 6f458108-b31d-484b-9e97-a9d7b0fc8904 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-06-07T03:35:05.717Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3fcac7ee-6a40 67380f8b-625a-4f61-b475-3c57de7c17bc 0 ASDC deployResourceStructure 2022-06-07T03:35:05.718Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar ASDC sendASDCNotification 2022-06-07T03:35:05.718Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar 2022-06-07T03:35:05.718Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:35:05.718Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:35:05.720Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:35:05.720Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572905717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:35:05.868Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 147 ms 2022-06-07T03:35:05.868Z||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-06-07T03:35:05.868Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:05.888Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:05.888Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:35:06.721Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcf6860d-5a41-488b-8194-7f3d112f3e64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:35:06.731Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcf6860d-5a41-488b-8194-7f3d112f3e64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:35:06.734Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:35:06.734Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T03:35:06.734Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:35:06.735Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-06-07T03:35:06.739Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T03:35:36.739Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:35:36.743Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcf6860d-5a41-488b-8194-7f3d112f3e64 and serviceModelVersionId: 68e55b49-f773-4c22-9256-077a2352f35f 2022-06-07T03:35:36.744Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba795ed5-7402-44bb-b52f-371ff45a558c 2022-06-07T03:35:36.744Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0 2022-06-07T03:35:36.749Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T03:35:36.792Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0|INFO|500||Invoke 2022-06-07T03:35:36.792Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcf6860d-5a41-488b-8194-7f3d112f3e64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc2661de-ce80-4d98-83ed-6833d95816a5], X-ECOMP-RequestID=[dcf6860d-5a41-488b-8194-7f3d112f3e64], X-TransactionId=[], X-ONAP-RequestID=[dcf6860d-5a41-488b-8194-7f3d112f3e64], Content-Type=[application/merge-patch+json]} 2022-06-07T03:35:36.817Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T03:35:37.189Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?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/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-03:35:36:824-81543], vertex-id=[188640], Content-Length=[0], Date=[Tue, 07 Jun 2022 03:35:36 GMT], Content-Type=[application/json]} 2022-06-07T03:35:37.189Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T03:35:37.190Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba795ed5-7402-44bb-b52f-371ff45a558c/model-vers/model-ver/68e55b49-f773-4c22-9256-077a2352f35f?depth=0|INFO|500||InvokeReturn 2022-06-07T03:35:37.190Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T03:35:37.190Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-06-07T03:35:37.195Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||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-06-07T03:35:37.196Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcf6860d-5a41-488b-8194-7f3d112f3e64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T03:35:37.196Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T03:35:37.196Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:35:37.198Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:35:37.198Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572937196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:35:37.298Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:35:37.299Z||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-06-07T03:35:37.299Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:37.315Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:37.315Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 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-06-07T03:35:54.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:35:54.772Z||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-06-07T03:35:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:54.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:35:54.774Z||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-06-07T03:35:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:35:54.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:35:54.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T03:35:54.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:35:54.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:04.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:36:54.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:36:54.772Z||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-06-07T03:36:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:36:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:36:54.773Z||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-06-07T03:36:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:36:55.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:36:55.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572896381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572899383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:36:55.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "clamp", "timestamp": 1654572900388, "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-06-07T03:36:55.308Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcf6860d-5a41-488b-8194-7f3d112f3e64 2022-06-07T03:36:55.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcf6860d-5a41-488b-8194-7f3d112f3e64 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-06-07T03:36:55.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/resourceInstances/pnf3fcac7ee6a400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:36:55.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:36:55.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572894771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572903687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:36:55.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572905717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrzzkp06wvmba5gmxpg1/1.0/artifacts/service-DemoPnfIrzzkp06wvmba5gmxpg1-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:36:55.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:36:55.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T03:36:55.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcf6860d-5a41-488b-8194-7f3d112f3e64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654572937196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:36:55.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:37:04.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:37:54.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:37:54.772Z||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-06-07T03:37:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:37:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:37:54.773Z||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-06-07T03:37:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:38:04.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:38:04.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:38:54.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:38:54.772Z||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-06-07T03:38:54.772Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:38:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:38:54.773Z||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-06-07T03:38:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:39:04.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:39:04.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:39:54.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:39:54.773Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:39:54.773Z||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-06-07T03:39:54.773Z||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-06-07T03:39:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:39:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:40:04.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:40:04.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:40:54.771Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:40:54.772Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T03:40:54.772Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:40:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:40:54.774Z||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-06-07T03:40:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:04.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:04.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:54.771Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:41:54.772Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T03:41:54.772Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:41:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:41:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:55.170Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:55.172Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.172Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.172Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.173Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.174Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.175Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.176Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.177Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.178Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.179Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.180Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573293284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "ves-openapi-manager", "timestamp": 1654573290496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.181Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573287820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.182Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573305062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573305063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573298586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:41:55.183Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.184Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.184Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573298738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:41:55.184Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.184Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.184Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "cds", "timestamp": 1654573306066, "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-06-07T03:41:55.196Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8ed02e2-dd72-4c67-ab40-3575b9d7099e 2022-06-07T03:41:55.197Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:41:55.203Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.203Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573306066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:41:55.203Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:41:55.203Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.203Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573306648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:41:55.204Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:41:55.204Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.204Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "policy-id", "timestamp": 1654573307069, "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-06-07T03:41:55.208Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8ed02e2-dd72-4c67-ab40-3575b9d7099e 2022-06-07T03:41:55.208Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:41:55.216Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T03:41:55.217Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.218Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.219Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.219Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573313450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:41:55.219Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:41:55.219Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.219Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573307521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:41:55.219Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:41:55.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:55.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T03:41:55.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8ed02e2-dd72-4c67-ab40-3575b9d7099e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"55725ccf-5040-48f4-b681-5f4875603218","serviceDescription":"service","serviceInvariantUUID":"877ea9b1-b5f9-4781-84f0-2da163851695","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a323ef7e-25fb-4dae-9525-2d337fe73b84","resourceInvariantUUID":"a8d46310-b978-418b-b19f-b51163207df9","resourceCustomizationUUID":"e6a38a58-48f9-4fbc-ae25-0e3d8cd45214","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":"N2JjYTQ5MTUzMDllYTg4MmI3YTU4ZjhhYWM4MWM2ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e43c6f8-081f-4ce8-ba58-f640dbdac460","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":"ODcxMGY0NTcwM2M3NmNmMGQ1Y2E3YjBjYjgxOGZhZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9b0b65e-65e4-46e7-a439-44823722478d","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":"a50c48dc-2884-46e6-abdc-348c9b4eb035","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":"6bea3bad-0447-4b8e-985f-3ff1e75599d3","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":"0af088d2-b70f-4e1f-87c6-25c4662b5866","artifactVersion":"2","generatedFromUUID":"a50c48dc-2884-46e6-abdc-348c9b4eb035"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGRjZTIxYTYxMTNmYzg4NGE5ZmZmYTUwNTEwOGEyMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31d84287-2767-421f-80ca-9a92d72692c9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjJmODIxNDk4NWU1NjlkODZhMjI1N2ExYzE5MGJjMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bd67e7f-0442-4cb0-8be9-2e7771a6f861","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T03:41:55.401Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:41:55.402Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:41:55.404Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:41:55.404Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:55.504Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:41:55.504Z||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-06-07T03:41:55.505Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:55.516Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:55.517Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:41:56.404Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:41:56.405Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:41:56.407Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:41:56.407Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:41:56.507Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:41:56.508Z||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-06-07T03:41:56.508Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:56.520Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:56.521Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:41:57.408Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:41:57.408Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:41:57.410Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:41:57.410Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T03:41:57.511Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:41:57.511Z||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-06-07T03:41:57.511Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:57.523Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:57.523Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:41:58.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:41:58.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:41:58.413Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:41:58.413Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:41:58.513Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:41:58.514Z||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-06-07T03:41:58.514Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:58.528Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:58.528Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:41:59.414Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:41:59.415Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:41:59.416Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:41:59.417Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T03:41:59.517Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:41:59.518Z||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-06-07T03:41:59.518Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:41:59.529Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:41:59.529Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:00.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:42:00.418Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:00.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:00.420Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:42:00.520Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:00.521Z||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-06-07T03:42:00.522Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:00.534Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:00.535Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:01.420Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:42:01.421Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:01.423Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:01.423Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:42:01.523Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:01.524Z||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-06-07T03:42:01.524Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:01.536Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:01.536Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:02.424Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "55725ccf-5040-48f4-b681-5f4875603218", "serviceDescription": "service", "serviceInvariantUUID": "877ea9b1-b5f9-4781-84f0-2da163851695", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e6a38a58-48f9-4fbc-ae25-0e3d8cd45214", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a323ef7e-25fb-4dae-9525-2d337fe73b84", "resourceInvariantUUID": "a8d46310-b978-418b-b19f-b51163207df9", "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": "ODcxMGY0NTcwM2M3NmNmMGQ1Y2E3YjBjYjgxOGZhZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9b0b65e-65e4-46e7-a439-44823722478d", "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": "a50c48dc-2884-46e6-abdc-348c9b4eb035", "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": "0af088d2-b70f-4e1f-87c6-25c4662b5866", "generatedFromUUID": "a50c48dc-2884-46e6-abdc-348c9b4eb035" }, "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": "0af088d2-b70f-4e1f-87c6-25c4662b5866", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjJmODIxNDk4NWU1NjlkODZhMjI1N2ExYzE5MGJjMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9bd67e7f-0442-4cb0-8be9-2e7771a6f861" } ], "workloadContext": "Production" } 2022-06-07T03:42:02.425Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T03:42:02.425Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 55725ccf-5040-48f4-b681-5f4875603218 ASDC 2022-06-07T03:42:02.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e8ed02e2-dd72-4c67-ab40-3575b9d7099e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:55725ccf-5040-48f4-b681-5f4875603218 ServiceInvariantUUID:877ea9b1-b5f9-4781-84f0-2da163851695 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:9bd67e7f-0442-4cb0-8be9-2e7771a6f861 ArtifactChecksum:ZjJmODIxNDk4NWU1NjlkODZhMjI1N2ExYzE5MGJjMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 ResourceInvariantUUID:a8d46310-b978-418b-b19f-b51163207df9 ResourceName:basic_vm ResourceType:VF ResourceUUID:a323ef7e-25fb-4dae-9525-2d337fe73b84 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:f9b0b65e-65e4-46e7-a439-44823722478d ArtifactChecksum:ODcxMGY0NTcwM2M3NmNmMGQ1Y2E3YjBjYjgxOGZhZDg= 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:a50c48dc-2884-46e6-abdc-348c9b4eb035 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:0af088d2-b70f-4e1f-87c6-25c4662b5866 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:0af088d2-b70f-4e1f-87c6-25c4662b5866 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T03:42:02.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55725ccf-5040-48f4-b681-5f4875603218 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-06-07T03:42:02.451Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:42:02.451Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T03:42:02.451Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T03:42:02.452Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9bd67e7f-0442-4cb0-8be9-2e7771a6f861 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T03:42:02.452Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T03:42:02.452Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T03:42:02.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T03:42:02.774Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9bd67e7f-0442-4cb0-8be9-2e7771a6f861 71075 2022-06-07T03:42:02.774Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-07T03:42:02.775Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T03:42:02.775Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:42:02.775Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:02.777Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:02.777Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573322774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:42:02.877Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:02.878Z||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-06-07T03:42:02.878Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:02.889Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:02.889Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:03.777Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:42:03.778Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T03:42:03.778Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9bd67e7f-0442-4cb0-8be9-2e7771a6f861, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:03.779Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-07T03:42:03.779Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:03.779Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:03.909Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5834192509873723367/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T03:42:04.879Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T03:42:04.879Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T03:42:04.879Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.879Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T03:42:04.879Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:04.880Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.881Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T03:42:04.882Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.883Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:42:04.883Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.883Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:04.883Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:42:04.883Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.883Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:04.884Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:42:04.884Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.884Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:04.884Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:42:04.884Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.885Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T03:42:04.885Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T03:42:04.885Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T03:42:04.885Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ecf22679-7939-4fb4-83a9-079b231df359 2022-06-07T03:42:04.885Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.886Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.886Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.886Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.886Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.886Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.887Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:04.887Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:04.887Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:55725ccf-5040-48f4-b681-5f4875603218 Model Version:NULL Model InvariantUuid:877ea9b1-b5f9-4781-84f0-2da163851695 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ba247afa-de02-4e64-bd3a-3e8a42d9b3de Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a8d46310-b978-418b-b19f-b51163207df9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:76cd3463-6121-44da-a336-70cedc66a09d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:43a9a619-4d9f-47ab-b7af-bc7d3bd8b87b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ecf22679-7939-4fb4-83a9-079b231df359 ModelInvariantUuid:4d4d19eb-b2c7-4729-9a7c-fd4cc067b114 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ac22bd92-55b9-4326-ad69-18112b282332 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fbb9adbc-c928-4b36-ae35-bd81b162f509 ModelInvariantUuid:bb1a3502-7d12-427f-a0aa-f3bacabd1799 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fbf38f57-fd07-4042-867e-f88e1b66425d 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-06-07T03:42:04.895Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a323ef7e-25fb-4dae-9525-2d337fe73b84 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-06-07T03:42:04.898Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-06-07T03:42:04.898Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a323ef7e-25fb-4dae-9525-2d337fe73b84 2022-06-07T03:42:04.898Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9b0b65e-65e4-46e7-a439-44823722478d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T03:42:04.898Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T03:42:04.898Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:04.981Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T03:42:04.981Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f9b0b65e-65e4-46e7-a439-44823722478d 787 2022-06-07T03:42:04.982Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:04.982Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:04.982Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:42:04.982Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:04.983Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:04.984Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573324982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:42:05.084Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:05.084Z||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-06-07T03:42:05.085Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:05.097Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:05.097Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:05.984Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "76cd3463-6121-44da-a336-70cedc66a09d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43a9a619-4d9f-47ab-b7af-bc7d3bd8b87b", "vfModuleModelCustomizationUUID": "6e93fa6c-6992-49ca-93d0-9aca9e4395aa", "isBase": true, "artifacts": [ "a50c48dc-2884-46e6-abdc-348c9b4eb035", "0af088d2-b70f-4e1f-87c6-25c4662b5866" ], "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-06-07T03:42:05.988Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43a9a619-4d9f-47ab-b7af-bc7d3bd8b87b VfModuleModelInvariantUUID:76cd3463-6121-44da-a336-70cedc66a09d VfModuleModelDescription:NULL Artifacts UUID List:{ a50c48dc-2884-46e6-abdc-348c9b4eb035 , 0af088d2-b70f-4e1f-87c6-25c4662b5866 } 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-06-07T03:42:05.991Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "76cd3463-6121-44da-a336-70cedc66a09d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43a9a619-4d9f-47ab-b7af-bc7d3bd8b87b", "vfModuleModelCustomizationUUID": "6e93fa6c-6992-49ca-93d0-9aca9e4395aa", "isBase": true, "artifacts": [ "a50c48dc-2884-46e6-abdc-348c9b4eb035", "0af088d2-b70f-4e1f-87c6-25c4662b5866" ], "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-06-07T03:42:05.991Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43a9a619-4d9f-47ab-b7af-bc7d3bd8b87b VfModuleModelInvariantUUID:76cd3463-6121-44da-a336-70cedc66a09d VfModuleModelDescription:NULL Artifacts UUID List:{ a50c48dc-2884-46e6-abdc-348c9b4eb035 , 0af088d2-b70f-4e1f-87c6-25c4662b5866 } 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-06-07T03:42:05.991Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a50c48dc-2884-46e6-abdc-348c9b4eb035 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T03:42:05.991Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T03:42:05.991Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:06.083Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T03:42:06.084Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a50c48dc-2884-46e6-abdc-348c9b4eb035 5033 2022-06-07T03:42:06.084Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:06.084Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:06.084Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:42:06.084Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:06.086Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:06.086Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573326084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:42:06.186Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:06.187Z||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-06-07T03:42:06.187Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:06.201Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:06.201Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:07.087Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0af088d2-b70f-4e1f-87c6-25c4662b5866 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T03:42:07.087Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T03:42:07.087Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:07.182Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T03:42:07.183Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0af088d2-b70f-4e1f-87c6-25c4662b5866 903 2022-06-07T03:42:07.183Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:07.183Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:07.183Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:42:07.183Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:07.185Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:07.185Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573327183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:42:07.285Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:07.286Z||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-06-07T03:42:07.286Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:07.300Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:07.301Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:42:08.185Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 55725ccf-5040-48f4-b681-5f4875603218 2022-06-07T03:42:08.186Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a323ef7e-25fb-4dae-9525-2d337fe73b84 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-06-07T03:42:08.200Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48c9f0e7, org.onap.sdc.toscaparser.api.parameters.Input@5cad92db, org.onap.sdc.toscaparser.api.parameters.Input@6bbc6540, org.onap.sdc.toscaparser.api.parameters.Input@7a527c3, org.onap.sdc.toscaparser.api.parameters.Input@6ca118] 2022-06-07T03:42:08.201Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.201Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.202Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-07T03:42:08.202Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 2022-06-07T03:42:08.202Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 matches Tosca VF Customization UUID: e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 2022-06-07T03:42:08.202Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 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-06-07T03:42:08.204Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.204Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.205Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e6a38a58-48f9-4fbc-ae25-0e3d8cd45214: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-07T03:42:08.205Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16cc865e 2022-06-07T03:42:08.205Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.205Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:42:08.205Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e93fa6c-6992-49ca-93d0-9aca9e4395aa 2022-06-07T03:42:08.205Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e93fa6c-6992-49ca-93d0-9aca9e4395aa 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-06-07T03:42:08.208Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.208Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:08.208Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:42:08.208Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.208Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:08.209Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:42:08.209Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.209Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T03:42:08.209Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T03:42:08.209Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T03:42:08.209Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ecf22679-7939-4fb4-83a9-079b231df359 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-06-07T03:42:08.211Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.212Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:08.212Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:42:08.212Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.212Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T03:42:08.212Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e6a38a58-48f9-4fbc-ae25-0e3d8cd45214 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-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 55725ccf-5040-48f4-b681-5f4875603218: basic_vm 2022-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.214Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:42:08.215Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:08.283Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a323ef7e-25fb-4dae-9525-2d337fe73b84 1 ASDC deployResourceStructure 2022-06-07T03:42:08.283Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:08.283Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:08.283Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:42:08.284Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:08.285Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:08.285Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573328283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:42:08.385Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:08.386Z||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-06-07T03:42:08.386Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:08.399Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:08.399Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:09.286Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:09.286Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:09.287Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:42:09.287Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:09.288Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:09.288Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573329286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:42:09.389Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:09.390Z||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-06-07T03:42:09.390Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:09.401Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:09.401Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:10.289Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:10.290Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:42:10.290Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:42:10.290Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:10.292Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:10.292Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573330289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T03:42:10.392Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:10.393Z||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-06-07T03:42:10.393Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:10.405Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:10.405Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:11.293Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-07T03:42:11.293Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T03:42:11.293Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:42:11.293Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:42:11.295Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:42:11.295Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573331292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:42:11.395Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:42:11.396Z||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-06-07T03:42:11.396Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:11.409Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:11.409Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:42:12.296Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:42:12.303Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:42:12.305Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:42:12.305Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:42:12.305Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:42:42.305Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:42:42.315Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:42:42.316Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:42:42.317Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:42:42.317Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:42:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:42:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:42:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:42:54.796Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:42:54.797Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:42:54.797Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573315047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:42:54.797Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:43:12.317Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:43:12.324Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:43:12.328Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:43:12.328Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:43:12.328Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:43:42.329Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:43:42.337Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:43:42.339Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:43:42.339Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:43:42.339Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:43:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:43:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:43:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:43:54.794Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:43:54.795Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:43:54.795Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:43:54.795Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:12.339Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:44:12.347Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:44:12.349Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:44:12.349Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:44:12.349Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:44:42.349Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:44:42.358Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:44:42.360Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:44:42.360Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:44:42.360Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:44:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:44:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:44:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:44:55.296Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:44:55.298Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.298Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573315458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.298Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.298Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.298Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573315540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.299Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.299Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.299Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "aai-ml", "timestamp": 1654573316050, "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-06-07T03:44:55.305Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8ed02e2-dd72-4c67-ab40-3575b9d7099e 2022-06-07T03:44:55.305Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:44:55.312Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.312Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:44:55.313Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.313Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.313Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "clamp", "timestamp": 1654573316461, "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-06-07T03:44:55.317Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8ed02e2-dd72-4c67-ab40-3575b9d7099e 2022-06-07T03:44:55.317Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:44:55.325Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.325Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.325Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573316864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.326Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573317922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.327Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573318939, "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-06-07T03:44:55.331Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8ed02e2-dd72-4c67-ab40-3575b9d7099e 2022-06-07T03:44:55.331Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:44:55.338Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.338Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T03:44:55.338Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.338Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.338Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.338Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "multicloud-k8s-id", "timestamp": 1654573319947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.339Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573314771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573316061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573322774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.340Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573323869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573324982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573326084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573326212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573327183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:44:55.341Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.342Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.342Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573327215, "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-06-07T03:44:55.345Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8ed02e2-dd72-4c67-ab40-3575b9d7099e 2022-06-07T03:44:55.345Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573328283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573329286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573330289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:44:55.351Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573331292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:44:55.352Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:45:12.361Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:45:12.422Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:45:12.424Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:45:12.424Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T03:45:12.424Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T03:45:12.424Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T03:45:12.424Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:45:12.424Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:45:12.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:45:12.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:45:12.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:45:12.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:45:12.425Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T03:45:12.429Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T03:45:42.429Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e 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-06-07T03:45:42.433Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8ed02e2-dd72-4c67-ab40-3575b9d7099e and serviceModelVersionId: 55725ccf-5040-48f4-b681-5f4875603218 2022-06-07T03:45:42.433Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 877ea9b1-b5f9-4781-84f0-2da163851695 2022-06-07T03:45:42.434Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/877ea9b1-b5f9-4781-84f0-2da163851695/model-vers/model-ver/55725ccf-5040-48f4-b681-5f4875603218?depth=0 2022-06-07T03:45:42.438Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T03:45:42.473Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877ea9b1-b5f9-4781-84f0-2da163851695/model-vers/model-ver/55725ccf-5040-48f4-b681-5f4875603218?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-06-07T03:45:42.473Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877ea9b1-b5f9-4781-84f0-2da163851695/model-vers/model-ver/55725ccf-5040-48f4-b681-5f4875603218?depth=0|INFO|500||Invoke 2022-06-07T03:45:42.494Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877ea9b1-b5f9-4781-84f0-2da163851695/model-vers/model-ver/55725ccf-5040-48f4-b681-5f4875603218?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T03:45:42.560Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877ea9b1-b5f9-4781-84f0-2da163851695/model-vers/model-ver/55725ccf-5040-48f4-b681-5f4875603218?depth=0|INFO|500||InvokeReturn 2022-06-07T03:45:42.561Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877ea9b1-b5f9-4781-84f0-2da163851695/model-vers/model-ver/55725ccf-5040-48f4-b681-5f4875603218?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-03:45:42:501-68569], vertex-id=[208992], Content-Length=[0], Date=[Tue, 07 Jun 2022 03:45:42 GMT], Content-Type=[application/json]} 2022-06-07T03:45:42.561Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T03:45:42.561Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T03:45:42.561Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||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-06-07T03:45:42.565Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T03:45:42.565Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8ed02e2-dd72-4c67-ab40-3575b9d7099e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T03:45:42.565Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T03:45:42.566Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:42.567Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:42.567Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573542565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:45:42.668Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T03:45:42.668Z||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-06-07T03:45:42.668Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:42.684Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:42.684Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T03:45:43.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:45:43.577Z||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-06-07T03:45:43.577Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:48.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:48.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T03:45:48.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"63d374ad-a81b-479a-a8c7-6ce54c433abb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0ea81796-0500-4df7-9f37-a53ee6aa9d9b","serviceDescription":"service","serviceInvariantUUID":"03d0fd3e-e467-40d2-8e72-de59925bcaf0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c195eb3-36e8-40e1-ba76-c4d34af269d9","resourceInvariantUUID":"df381d67-976b-4d59-9445-2d90bd4b2328","resourceCustomizationUUID":"b73f0531-e8d3-46ec-a635-c8a34e5f91dc","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":"ZWI2YzM4MTViZGViY2JkMjFiZDhjNDViM2Y4MGU4YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0987194-24c2-4150-8a6c-4015b1bf8e50","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":"297e2f5e-6ceb-4d36-b1b6-14c8fa6fbc38","artifactVersion":"2","generatedFromUUID":"5844510c-d2e9-4d1d-8f9f-c5c426264faf"},{"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":"5844510c-d2e9-4d1d-8f9f-c5c426264faf","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":"ODk1YmM3YmNlZDI2MjM0MzgyMTA2OTgxMTIwN2U2NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"94d37dad-3df7-40e8-9fb8-bbbb7be92ceb","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":"be52b48b-ae63-45b7-92e4-9ee8d60bb631","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":"6ed22ffb-97d1-44d2-a514-7763e4bcc760","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":"11043ba9-c332-479f-a3d3-8311afeb130a","artifactVersion":"2","generatedFromUUID":"be52b48b-ae63-45b7-92e4-9ee8d60bb631"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWViODkxYmU0MzAwODAxYmJkNTI4NjkyZDg1ZDVlOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92efc130-e1d1-4747-8975-175bb1e2eb07","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjkyZGUwNDE5NDE3MDQ1YjJlMjRlMTE0NzFjMGRiYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01996bcf-1f79-4335-968e-e732f8708855","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T03:45:48.991Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:48.992Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:48.993Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:48.993Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:49.093Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:49.094Z||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-06-07T03:45:49.094Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:49.110Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:49.110Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:49.994Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:49.995Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:49.996Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:49.996Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T03:45:50.097Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:50.097Z||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-06-07T03:45:50.097Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:50.112Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:50.112Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:50.997Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:50.998Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:50.999Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:50.999Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T03:45:51.100Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T03:45:51.100Z||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-06-07T03:45:51.101Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:51.113Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:51.113Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:52.000Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:52.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:52.003Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:52.003Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:45:52.103Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:52.104Z||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-06-07T03:45:52.104Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:52.116Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:52.116Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:53.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:53.004Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:53.006Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:53.006Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T03:45:53.106Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:53.107Z||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-06-07T03:45:53.107Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:53.118Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:53.118Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:54.006Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:54.007Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:54.009Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:54.009Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:54.109Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:54.110Z||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-06-07T03:45:54.110Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:54.123Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:54.124Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:45:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:45:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:55.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:55.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:55.012Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:55.012Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T03:45:55.112Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:55.113Z||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-06-07T03:45:55.113Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:55.125Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:55.125Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:55.134Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:55.135Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.135Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8ed02e2-dd72-4c67-ab40-3575b9d7099e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573542565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.136Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.137Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.138Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.139Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.140Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:55.141Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:45:56.013Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:56.013Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:56.015Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:56.015Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:45:56.115Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:56.116Z||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-06-07T03:45:56.116Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:56.127Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:56.127Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:57.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:45:57.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:57.018Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:57.018Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:45:57.118Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:57.119Z||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-06-07T03:45:57.119Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:57.131Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:57.132Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:45:58.020Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "0ea81796-0500-4df7-9f37-a53ee6aa9d9b", "serviceDescription": "service", "serviceInvariantUUID": "03d0fd3e-e467-40d2-8e72-de59925bcaf0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b73f0531-e8d3-46ec-a635-c8a34e5f91dc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7c195eb3-36e8-40e1-ba76-c4d34af269d9", "resourceInvariantUUID": "df381d67-976b-4d59-9445-2d90bd4b2328", "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": "297e2f5e-6ceb-4d36-b1b6-14c8fa6fbc38", "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": "5844510c-d2e9-4d1d-8f9f-c5c426264faf", "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": "ODk1YmM3YmNlZDI2MjM0MzgyMTA2OTgxMTIwN2U2NzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94d37dad-3df7-40e8-9fb8-bbbb7be92ceb", "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": "be52b48b-ae63-45b7-92e4-9ee8d60bb631", "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": "11043ba9-c332-479f-a3d3-8311afeb130a", "generatedFromUUID": "be52b48b-ae63-45b7-92e4-9ee8d60bb631" }, "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": "11043ba9-c332-479f-a3d3-8311afeb130a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjkyZGUwNDE5NDE3MDQ1YjJlMjRlMTE0NzFjMGRiYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01996bcf-1f79-4335-968e-e732f8708855" } ], "workloadContext": "Production" } 2022-06-07T03:45:58.020Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T03:45:58.020Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ea81796-0500-4df7-9f37-a53ee6aa9d9b ASDC 2022-06-07T03:45:58.021Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:63d374ad-a81b-479a-a8c7-6ce54c433abb ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:0ea81796-0500-4df7-9f37-a53ee6aa9d9b ServiceInvariantUUID:03d0fd3e-e467-40d2-8e72-de59925bcaf0 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:01996bcf-1f79-4335-968e-e732f8708855 ArtifactChecksum:MjkyZGUwNDE5NDE3MDQ1YjJlMjRlMTE0NzFjMGRiYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b73f0531-e8d3-46ec-a635-c8a34e5f91dc ResourceInvariantUUID:df381d67-976b-4d59-9445-2d90bd4b2328 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7c195eb3-36e8-40e1-ba76-c4d34af269d9 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:297e2f5e-6ceb-4d36-b1b6-14c8fa6fbc38 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:5844510c-d2e9-4d1d-8f9f-c5c426264faf 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:94d37dad-3df7-40e8-9fb8-bbbb7be92ceb ArtifactChecksum:ODk1YmM3YmNlZDI2MjM0MzgyMTA2OTgxMTIwN2U2NzA= 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:be52b48b-ae63-45b7-92e4-9ee8d60bb631 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:11043ba9-c332-479f-a3d3-8311afeb130a 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:11043ba9-c332-479f-a3d3-8311afeb130a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T03:45:58.021Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ea81796-0500-4df7-9f37-a53ee6aa9d9b 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-06-07T03:45:58.047Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:45:58.047Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:45:58.047Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:45:58.047Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01996bcf-1f79-4335-968e-e732f8708855 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T03:45:58.047Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:45:58.048Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T03:45:58.197Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:45:58.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 01996bcf-1f79-4335-968e-e732f8708855 68955 2022-06-07T03:45:58.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-07T03:45:58.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T03:45:58.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:45:58.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:45:58.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:45:58.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573558200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:45:58.302Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:45:58.303Z||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-06-07T03:45:58.303Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:45:58.316Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:45:58.316Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:45:59.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:45:59.203Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:45:59.204Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 01996bcf-1f79-4335-968e-e732f8708855, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:45:59.225Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-07T03:45:59.225Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:45:59.225Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:45:59.317Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1349691890155031941/Definitions/service-BasicCnf-template.yml 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T03:46:00.140Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.141Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T03:46:00.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=19d79e92-a14e-463c-ac2c-fa6bab2382c3 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.144Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.145Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:00.145Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:00.145Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:0ea81796-0500-4df7-9f37-a53ee6aa9d9b Model Version:NULL Model InvariantUuid:03d0fd3e-e467-40d2-8e72-de59925bcaf0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:79c80bb1-48aa-47f1-92f7-9d7f2b946d0b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df381d67-976b-4d59-9445-2d90bd4b2328 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b73f0531-e8d3-46ec-a635-c8a34e5f91dc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f1cc35b7-1ce6-478c-8c3d-e77756b81a92 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3ad2bcec-3a13-4edb-bf36-30d60f7351e2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:19d79e92-a14e-463c-ac2c-fa6bab2382c3 ModelInvariantUuid:f30f77a8-107e-4926-835b-b54274a2f5f9 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d6a0b39b-0544-43f6-8460-8f608d41a44d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:bf644e08-da43-4f90-b400-5d4b154eeaa6 ModelInvariantUuid:3bbde252-570e-44d8-9101-10f9edebf473 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e05a44c5-4e3d-45b5-98d3-b4ca1a2a1eba 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-06-07T03:46:00.151Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c195eb3-36e8-40e1-ba76-c4d34af269d9 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-06-07T03:46:00.153Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-06-07T03:46:00.153Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c195eb3-36e8-40e1-ba76-c4d34af269d9 2022-06-07T03:46:00.154Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 297e2f5e-6ceb-4d36-b1b6-14c8fa6fbc38 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T03:46:00.154Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:46:00.154Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T03:46:00.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:46:00.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 297e2f5e-6ceb-4d36-b1b6-14c8fa6fbc38 12 2022-06-07T03:46:00.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-07T03:46:00.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T03:46:00.202Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:46:00.203Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:00.204Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:00.204Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573560202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:46:00.304Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:00.305Z||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-06-07T03:46:00.305Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:00.319Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:00.319Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:01.205Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5844510c-d2e9-4d1d-8f9f-c5c426264faf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T03:46:01.205Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:46:01.206Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T03:46:01.261Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:46:01.261Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5844510c-d2e9-4d1d-8f9f-c5c426264faf 2688 2022-06-07T03:46:01.262Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-07T03:46:01.262Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T03:46:01.262Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:46:01.262Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:01.264Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:01.264Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573561262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T03:46:01.364Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:01.365Z||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-06-07T03:46:01.365Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:01.376Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:01.377Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:02.265Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 94d37dad-3df7-40e8-9fb8-bbbb7be92ceb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T03:46:02.265Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:46:02.265Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T03:46:02.479Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:46:02.479Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 94d37dad-3df7-40e8-9fb8-bbbb7be92ceb 828 2022-06-07T03:46:02.479Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-07T03:46:02.480Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T03:46:02.480Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:46:02.480Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:02.481Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:02.481Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573562479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:46:02.582Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:02.583Z||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-06-07T03:46:02.583Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:02.593Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:02.593Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:03.482Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f1cc35b7-1ce6-478c-8c3d-e77756b81a92", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ad2bcec-3a13-4edb-bf36-30d60f7351e2", "vfModuleModelCustomizationUUID": "7519e3e9-7d6b-45d0-82b1-28235b7710fe", "isBase": true, "artifacts": [ "be52b48b-ae63-45b7-92e4-9ee8d60bb631", "5844510c-d2e9-4d1d-8f9f-c5c426264faf", "11043ba9-c332-479f-a3d3-8311afeb130a" ], "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-06-07T03:46:03.485Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ad2bcec-3a13-4edb-bf36-30d60f7351e2 VfModuleModelInvariantUUID:f1cc35b7-1ce6-478c-8c3d-e77756b81a92 VfModuleModelDescription:NULL Artifacts UUID List:{ be52b48b-ae63-45b7-92e4-9ee8d60bb631 , 5844510c-d2e9-4d1d-8f9f-c5c426264faf , 11043ba9-c332-479f-a3d3-8311afeb130a } 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-06-07T03:46:03.486Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f1cc35b7-1ce6-478c-8c3d-e77756b81a92", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ad2bcec-3a13-4edb-bf36-30d60f7351e2", "vfModuleModelCustomizationUUID": "7519e3e9-7d6b-45d0-82b1-28235b7710fe", "isBase": true, "artifacts": [ "be52b48b-ae63-45b7-92e4-9ee8d60bb631", "5844510c-d2e9-4d1d-8f9f-c5c426264faf", "11043ba9-c332-479f-a3d3-8311afeb130a" ], "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-06-07T03:46:03.486Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ad2bcec-3a13-4edb-bf36-30d60f7351e2 VfModuleModelInvariantUUID:f1cc35b7-1ce6-478c-8c3d-e77756b81a92 VfModuleModelDescription:NULL Artifacts UUID List:{ be52b48b-ae63-45b7-92e4-9ee8d60bb631 , 5844510c-d2e9-4d1d-8f9f-c5c426264faf , 11043ba9-c332-479f-a3d3-8311afeb130a } 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-06-07T03:46:03.487Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be52b48b-ae63-45b7-92e4-9ee8d60bb631 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T03:46:03.487Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:46:03.487Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T03:46:03.685Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:46:03.686Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml be52b48b-ae63-45b7-92e4-9ee8d60bb631 1164 2022-06-07T03:46:03.686Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-07T03:46:03.686Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T03:46:03.686Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:46:03.686Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:03.688Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:03.688Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573563686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:46:03.788Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:03.789Z||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-06-07T03:46:03.789Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:03.801Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:03.801Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:04.688Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 11043ba9-c332-479f-a3d3-8311afeb130a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T03:46:04.689Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:46:04.689Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T03:46:04.866Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:46:04.866Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 11043ba9-c332-479f-a3d3-8311afeb130a 200 2022-06-07T03:46:04.867Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-07T03:46:04.867Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T03:46:04.867Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:46:04.867Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:04.869Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:04.869Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573564866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:46:04.969Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:04.969Z||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-06-07T03:46:04.970Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:04.982Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:04.982Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:46:05.869Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0ea81796-0500-4df7-9f37-a53ee6aa9d9b 2022-06-07T03:46:05.870Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7c195eb3-36e8-40e1-ba76-c4d34af269d9 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=? 2022-06-07T03:46:05.882Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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=? 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-06-07T03:46:05.889Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44745e90, org.onap.sdc.toscaparser.api.parameters.Input@46b0ac9e, org.onap.sdc.toscaparser.api.parameters.Input@186bcb2a, org.onap.sdc.toscaparser.api.parameters.Input@2475ce74, org.onap.sdc.toscaparser.api.parameters.Input@429394b4] 2022-06-07T03:46:05.890Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.890Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.890Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T03:46:05.890Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b73f0531-e8d3-46ec-a635-c8a34e5f91dc 2022-06-07T03:46:05.890Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b73f0531-e8d3-46ec-a635-c8a34e5f91dc matches Tosca VF Customization UUID: b73f0531-e8d3-46ec-a635-c8a34e5f91dc 2022-06-07T03:46:05.890Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b73f0531-e8d3-46ec-a635-c8a34e5f91dc 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-06-07T03:46:05.892Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.892Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.893Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b73f0531-e8d3-46ec-a635-c8a34e5f91dc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-07T03:46:05.893Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4dfccd51 2022-06-07T03:46:05.893Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.893Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:46:05.893Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7519e3e9-7d6b-45d0-82b1-28235b7710fe 2022-06-07T03:46:05.893Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7519e3e9-7d6b-45d0-82b1-28235b7710fe 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-06-07T03:46:05.895Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.895Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:05.895Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:46:05.895Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.896Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:05.896Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:46:05.896Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.896Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T03:46:05.896Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T03:46:05.896Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=19d79e92-a14e-463c-ac2c-fa6bab2382c3 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-06-07T03:46:05.898Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.898Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:05.898Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:46:05.898Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.898Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T03:46:05.899Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b73f0531-e8d3-46ec-a635-c8a34e5f91dc 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-06-07T03:46:05.900Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.900Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0ea81796-0500-4df7-9f37-a53ee6aa9d9b: basic_cnf 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.901Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.902Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.902Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:46:05.902Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:46:05.902Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T03:46:05.956Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7c195eb3-36e8-40e1-ba76-c4d34af269d9 1 ASDC deployResourceStructure 2022-06-07T03:46:05.957Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-07T03:46:05.957Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-07T03:46:05.957Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T03:46:05.957Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:05.958Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:05.958Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573565956, "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-06-07T03:46:06.059Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:06.059Z||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-06-07T03:46:06.059Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:06.071Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:06.071Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:46:06.959Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-07T03:46:06.960Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-07T03:46:06.960Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T03:46:06.960Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:06.961Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:06.961Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573566959, "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-06-07T03:46:07.062Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:07.062Z||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-06-07T03:46:07.062Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:07.082Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:07.082Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:07.962Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-07T03:46:07.963Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T03:46:07.963Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:46:07.963Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:07.965Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:07.965Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573567962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:46:08.065Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:08.066Z||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-06-07T03:46:08.066Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:08.093Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:08.093Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:08.966Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-07T03:46:08.966Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T03:46:08.966Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:46:08.966Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:08.968Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:08.968Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573568966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:46:09.068Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:09.069Z||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-06-07T03:46:09.069Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:09.084Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:09.084Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:46:09.969Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-07T03:46:09.970Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T03:46:09.970Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:46:09.970Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:09.971Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:09.971Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573569969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T03:46:10.072Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T03:46:10.072Z||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-06-07T03:46:10.072Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:10.083Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:10.084Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:46:10.972Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-07T03:46:10.973Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T03:46:10.973Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:46:10.973Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:46:10.975Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:46:10.975Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573570972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:46:11.075Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:46:11.076Z||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-06-07T03:46:11.076Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:11.088Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:11.088Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:46:11.976Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:46:11.984Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:46:11.986Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:46:11.986Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:46:11.986Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:46:41.986Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:46:41.995Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:46:41.997Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:46:41.997Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:46:41.997Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:46:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:46:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:46:54.774Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:46:54.795Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:46:54.795Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T03:46:54.795Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T03:46:54.796Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T03:47:11.998Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:47:12.008Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:47:12.010Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:47:12.010Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:47:12.010Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:47:42.010Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:47:42.018Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:47:42.019Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:47:42.019Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:47:42.019Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:47:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:47:54.774Z||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-06-07T03:47:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:47:54.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:47:54.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:47:54.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:47:54.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:12.020Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:48:12.031Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:48:12.033Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:48:12.033Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:48:12.033Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:48:42.033Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:48:42.046Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:48:42.047Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:48:42.048Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:48:42.048Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:48:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:48:54.775Z||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-06-07T03:48:54.775Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:48:55.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:48:55.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T03:48:55.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573543576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573548284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573547521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573547820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573558196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573558200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573558201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573558200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "ves-openapi-manager", "timestamp": 1654573550496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "cds", "timestamp": 1654573559206, "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-06-07T03:48:55.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63d374ad-a81b-479a-a8c7-6ce54c433abb 2022-06-07T03:48:55.316Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:48:55.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573559204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573559248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573560202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "policy-id", "timestamp": 1654573560205, "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-06-07T03:48:55.329Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63d374ad-a81b-479a-a8c7-6ce54c433abb 2022-06-07T03:48:55.329Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:48:55.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573560300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573561262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573561349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573562457, "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-06-07T03:48:55.339Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63d374ad-a81b-479a-a8c7-6ce54c433abb 2022-06-07T03:48:55.339Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:48:55.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573562479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "multicloud-k8s-id", "timestamp": 1654573563460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573563686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573556060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573564866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573565894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573565956, "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-06-07T03:48:55.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573566959, "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-06-07T03:48:55.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573567859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573567962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654573568862, "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-06-07T03:48:55.348Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63d374ad-a81b-479a-a8c7-6ce54c433abb 2022-06-07T03:48:55.349Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573568966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573569969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573570972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573568586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573568738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573578562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573585753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "aai-ml", "timestamp": 1654573586756, "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-06-07T03:48:55.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63d374ad-a81b-479a-a8c7-6ce54c433abb 2022-06-07T03:48:55.363Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:48:55.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573588495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:48:55.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573590506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:48:55.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:48:55.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-07T03:48:55.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "clamp", "timestamp": 1654573591509, "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-06-07T03:48:55.374Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63d374ad-a81b-479a-a8c7-6ce54c433abb 2022-06-07T03:48:55.374Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:49:12.048Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:49:12.057Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:49:12.059Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:49:12.060Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:49:12.063Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T03:49:42.063Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb 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-06-07T03:49:42.067Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63d374ad-a81b-479a-a8c7-6ce54c433abb and serviceModelVersionId: 0ea81796-0500-4df7-9f37-a53ee6aa9d9b 2022-06-07T03:49:42.067Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03d0fd3e-e467-40d2-8e72-de59925bcaf0 2022-06-07T03:49:42.069Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03d0fd3e-e467-40d2-8e72-de59925bcaf0/model-vers/model-ver/0ea81796-0500-4df7-9f37-a53ee6aa9d9b?depth=0 2022-06-07T03:49:42.073Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T03:49:42.107Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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/03d0fd3e-e467-40d2-8e72-de59925bcaf0/model-vers/model-ver/0ea81796-0500-4df7-9f37-a53ee6aa9d9b?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-06-07T03:49:42.108Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03d0fd3e-e467-40d2-8e72-de59925bcaf0/model-vers/model-ver/0ea81796-0500-4df7-9f37-a53ee6aa9d9b?depth=0|INFO|500||Invoke 2022-06-07T03:49:42.126Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03d0fd3e-e467-40d2-8e72-de59925bcaf0/model-vers/model-ver/0ea81796-0500-4df7-9f37-a53ee6aa9d9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T03:49:42.190Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03d0fd3e-e467-40d2-8e72-de59925bcaf0/model-vers/model-ver/0ea81796-0500-4df7-9f37-a53ee6aa9d9b?depth=0|INFO|500||InvokeReturn 2022-06-07T03:49:42.191Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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/03d0fd3e-e467-40d2-8e72-de59925bcaf0/model-vers/model-ver/0ea81796-0500-4df7-9f37-a53ee6aa9d9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-03:49:42:132-68006], vertex-id=[225496], Content-Length=[0], Date=[Tue, 07 Jun 2022 03:49:42 GMT], Content-Type=[application/json]} 2022-06-07T03:49:42.191Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T03:49:42.191Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T03:49:42.191Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:49:42.198Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:49:42.198Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63d374ad-a81b-479a-a8c7-6ce54c433abb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T03:49:42.198Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T03:49:42.198Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:49:42.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:49:42.200Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573782198, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:49:42.300Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:49:42.301Z||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-06-07T03:49:42.301Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:49:42.319Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:49:42.319Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T03:49:43.210Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:49:43.211Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:49:43.211Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:49:53.470Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:49:53.470Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:49:53.471Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:49:53.471Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:49:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:49:54.774Z||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-06-07T03:49:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:49:55.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:49:55.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T03:49:55.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "63d374ad-a81b-479a-a8c7-6ce54c433abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654573782198, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T03:49:55.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:50:03.004Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:50:03.005Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:03.006Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:50:03.006Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:50:12.541Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:50:12.541Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:12.542Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:50:12.542Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:50:22.073Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:50:22.074Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:22.074Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:50:22.075Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:50:31.606Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:50:31.607Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:31.607Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:50:31.607Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:50:41.142Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:50:41.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:41.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:50:41.143Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:50:50.676Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:50:54.771Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:50:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:50:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:50:54.773Z||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-06-07T03:50:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:51:04.307Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:51:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:51:54.771Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:51:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:51:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:51:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:51:54.773Z||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-06-07T03:51:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:52:04.314Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:52:04.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:52:54.771Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:52:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:52:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:52:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:52:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T03:52:54.773Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:53:04.311Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:53:04.311Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:53:54.771Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:53:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:53:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:53:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:53:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|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-06-07T03:53:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:54:04.310Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:54:04.312Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:54:54.771Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:54:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:54:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:54:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:54:54.773Z||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-06-07T03:54:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:04.309Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:04.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:54.771Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:55:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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-06-07T03:55:54.772Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:55:54.773Z||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-06-07T03:55:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:55.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:55.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574138738, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574138586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574133284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574151148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574151158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:55:55.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "cds", "timestamp": 1654574152154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T03:55:55.273Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 2022-06-07T03:55:55.273Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T03:55:55.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574154587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:55:55.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:55:55.399Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:55.399Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T03:55:55.399Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"054fe96a-6653-47e1-af02-f8270b3244b2","serviceDescription":"service","serviceInvariantUUID":"f1ab9704-db9b-457f-a652-887b9dd339ad","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be17ef10-ae5a-434c-b51d-dc7993e194b0","resourceInvariantUUID":"b598e6e1-54fd-4cb7-ace6-ebf6b25baa66","resourceCustomizationUUID":"42bbdd51-afec-4606-8808-b4fc6e333d4f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"53c7730e-8797-4294-8fa5-6c4bd5c0dd73","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YjRmM2MwZGI2MjZkOGY3MDdiZDI0YjkwZTQ5ZTIyOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8384ef99-6312-4f74-9094-e02bfa7c4457","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZmNmYTUxMWM3NDU0ZDlmZmFhMmIwNmE1YWFiZGM4MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfd2ccde-9ab7-4ecd-9460-b267b9a2152d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e2388011-6e37-49bb-ad80-c47729210f93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de75fc82-f353-459c-b473-d2b074a67102","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4bf03fd3-80da-464d-ae42-fffa910abffa","artifactVersion":"2","generatedFromUUID":"e2388011-6e37-49bb-ad80-c47729210f93"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzVhZGZhZDc0YTJkZDc0OGU0YzA4MmJhNzJjZDQ5MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cbc67e2-e722-4dcb-85b1-6c8db212f0e1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDJkMDM1OTFlMmJlNDA5NzYzNmRkOTgyNjJhZThjOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be8a666a-f224-49a5-a2a8-2d7ffa8db91f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T03:55:55.401Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:55:55.401Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:55:55.402Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:55:55.402Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:55.503Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T03:55:55.504Z||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-06-07T03:55:55.504Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:55.516Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:55.516Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:55:56.403Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:55:56.403Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:55:56.405Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:55:56.405Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:56.505Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:55:56.506Z||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-06-07T03:55:56.506Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:56.514Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:56.515Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:55:57.405Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:55:57.405Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:55:57.407Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:55:57.407Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:55:57.507Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:55:57.508Z||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-06-07T03:55:57.508Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:57.520Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:57.520Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:55:58.407Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:55:58.408Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:55:58.410Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:55:58.410Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T03:55:58.510Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:55:58.510Z||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-06-07T03:55:58.511Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:58.521Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:58.522Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:55:59.410Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:55:59.411Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:55:59.412Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:55:59.412Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:55:59.512Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:55:59.513Z||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-06-07T03:55:59.513Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:55:59.525Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:55:59.525Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:00.412Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:56:00.413Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:00.415Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:00.415Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T03:56:00.515Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:00.515Z||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-06-07T03:56:00.515Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:00.528Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:00.528Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:01.415Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:56:01.415Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:01.417Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:01.417Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:56:01.517Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:01.517Z||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-06-07T03:56:01.518Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:01.530Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:01.530Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:02.417Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:56:02.418Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:02.419Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:02.419Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:56:02.519Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:02.520Z||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-06-07T03:56:02.520Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:02.533Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:02.533Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:03.420Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "054fe96a-6653-47e1-af02-f8270b3244b2", "serviceDescription": "service", "serviceInvariantUUID": "f1ab9704-db9b-457f-a652-887b9dd339ad", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "42bbdd51-afec-4606-8808-b4fc6e333d4f", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "be17ef10-ae5a-434c-b51d-dc7993e194b0", "resourceInvariantUUID": "b598e6e1-54fd-4cb7-ace6-ebf6b25baa66", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ZmNmYTUxMWM3NDU0ZDlmZmFhMmIwNmE1YWFiZGM4MmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cfd2ccde-9ab7-4ecd-9460-b267b9a2152d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e2388011-6e37-49bb-ad80-c47729210f93", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4bf03fd3-80da-464d-ae42-fffa910abffa", "generatedFromUUID": "e2388011-6e37-49bb-ad80-c47729210f93" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4bf03fd3-80da-464d-ae42-fffa910abffa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NDJkMDM1OTFlMmJlNDA5NzYzNmRkOTgyNjJhZThjOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be8a666a-f224-49a5-a2a8-2d7ffa8db91f" } ], "workloadContext": "Production" } 2022-06-07T03:56:03.420Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T03:56:03.421Z|63d374ad-a81b-479a-a8c7-6ce54c433abb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 054fe96a-6653-47e1-af02-f8270b3244b2 ASDC 2022-06-07T03:56:03.421Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:054fe96a-6653-47e1-af02-f8270b3244b2 ServiceInvariantUUID:f1ab9704-db9b-457f-a652-887b9dd339ad ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:be8a666a-f224-49a5-a2a8-2d7ffa8db91f ArtifactChecksum:NDJkMDM1OTFlMmJlNDA5NzYzNmRkOTgyNjJhZThjOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:42bbdd51-afec-4606-8808-b4fc6e333d4f ResourceInvariantUUID:b598e6e1-54fd-4cb7-ace6-ebf6b25baa66 ResourceName:basicclamp ResourceType:VF ResourceUUID:be17ef10-ae5a-434c-b51d-dc7993e194b0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:cfd2ccde-9ab7-4ecd-9460-b267b9a2152d ArtifactChecksum:ZmNmYTUxMWM3NDU0ZDlmZmFhMmIwNmE1YWFiZGM4MmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:e2388011-6e37-49bb-ad80-c47729210f93 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:4bf03fd3-80da-464d-ae42-fffa910abffa ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:4bf03fd3-80da-464d-ae42-fffa910abffa ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T03:56:03.421Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 054fe96a-6653-47e1-af02-f8270b3244b2 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-06-07T03:56:03.447Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:56:03.447Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:56:03.448Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:56:03.448Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be8a666a-f224-49a5-a2a8-2d7ffa8db91f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-06-07T03:56:03.448Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:56:03.448Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-06-07T03:56:03.680Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:56:03.683Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar be8a666a-f224-49a5-a2a8-2d7ffa8db91f 73688 2022-06-07T03:56:03.684Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-06-07T03:56:03.684Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-06-07T03:56:03.684Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:56:03.684Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:03.685Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:03.686Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574163684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:56:03.786Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:03.787Z||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-06-07T03:56:03.787Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:03.799Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:03.799Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:04.686Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:56:04.687Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:56:04.687Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be8a666a-f224-49a5-a2a8-2d7ffa8db91f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:04.687Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-06-07T03:56:04.687Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:04.687Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:04.796Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7033824032538819663/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T03:56:05.608Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T03:56:05.608Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T03:56:05.608Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.608Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T03:56:05.608Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:05.609Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-07T03:56:05.610Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:56:05.611Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=38d0d5c8-cb53-4315-b92a-c534122a9b38 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.612Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.613Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:05.613Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:05.613Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:054fe96a-6653-47e1-af02-f8270b3244b2 Model Version:NULL Model InvariantUuid:f1ab9704-db9b-457f-a652-887b9dd339ad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:aa138891-10bc-4596-99b5-357039ac995b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b598e6e1-54fd-4cb7-ace6-ebf6b25baa66 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42bbdd51-afec-4606-8808-b4fc6e333d4f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89547742-a2f7-4143-a6eb-1577008535b7 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:bd062834-81cb-4d0c-9780-5f458bda365c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:38d0d5c8-cb53-4315-b92a-c534122a9b38 ModelInvariantUuid:94208985-ee0f-42df-8982-6cd31861d8e4 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:88a112bf-7d1c-447a-a73c-16fefd16f7b4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7f138b3b-e48a-4816-b6c7-d399ebbac2b1 ModelInvariantUuid:dd6cd787-4f75-44a9-83d9-5dfcff987d4c ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:f315d405-2f6d-4490-9e77-383a9307504f 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-06-07T03:56:05.620Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: be17ef10-ae5a-434c-b51d-dc7993e194b0 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-06-07T03:56:05.623Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||basicclamp 0 2022-06-07T03:56:05.623Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be17ef10-ae5a-434c-b51d-dc7993e194b0 2022-06-07T03:56:05.623Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cfd2ccde-9ab7-4ecd-9460-b267b9a2152d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-06-07T03:56:05.623Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:56:05.623Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-06-07T03:56:05.776Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:56:05.776Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json cfd2ccde-9ab7-4ecd-9460-b267b9a2152d 790 2022-06-07T03:56:05.777Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-06-07T03:56:05.777Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-06-07T03:56:05.777Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:56:05.777Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:05.778Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:05.778Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574165777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:56:05.879Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:05.879Z||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-06-07T03:56:05.879Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:05.891Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:05.891Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-07T03:56:06.779Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89547742-a2f7-4143-a6eb-1577008535b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd062834-81cb-4d0c-9780-5f458bda365c", "vfModuleModelCustomizationUUID": "269882c5-ffca-42a2-8caf-364ee110a8bc", "isBase": true, "artifacts": [ "e2388011-6e37-49bb-ad80-c47729210f93", "4bf03fd3-80da-464d-ae42-fffa910abffa" ], "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-06-07T03:56:06.781Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd062834-81cb-4d0c-9780-5f458bda365c VfModuleModelInvariantUUID:89547742-a2f7-4143-a6eb-1577008535b7 VfModuleModelDescription:NULL Artifacts UUID List:{ e2388011-6e37-49bb-ad80-c47729210f93 , 4bf03fd3-80da-464d-ae42-fffa910abffa } 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-06-07T03:56:06.782Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89547742-a2f7-4143-a6eb-1577008535b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd062834-81cb-4d0c-9780-5f458bda365c", "vfModuleModelCustomizationUUID": "269882c5-ffca-42a2-8caf-364ee110a8bc", "isBase": true, "artifacts": [ "e2388011-6e37-49bb-ad80-c47729210f93", "4bf03fd3-80da-464d-ae42-fffa910abffa" ], "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-06-07T03:56:06.783Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd062834-81cb-4d0c-9780-5f458bda365c VfModuleModelInvariantUUID:89547742-a2f7-4143-a6eb-1577008535b7 VfModuleModelDescription:NULL Artifacts UUID List:{ e2388011-6e37-49bb-ad80-c47729210f93 , 4bf03fd3-80da-464d-ae42-fffa910abffa } 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-06-07T03:56:06.783Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e2388011-6e37-49bb-ad80-c47729210f93 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-06-07T03:56:06.783Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:56:06.783Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-06-07T03:56:06.983Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:56:06.983Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e2388011-6e37-49bb-ad80-c47729210f93 5033 2022-06-07T03:56:06.983Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T03:56:06.983Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-06-07T03:56:06.983Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:56:06.983Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:06.985Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:06.985Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574166983, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:56:07.085Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:07.085Z||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-06-07T03:56:07.085Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:07.097Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:07.097Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:07.985Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4bf03fd3-80da-464d-ae42-fffa910abffa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-06-07T03:56:07.985Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:56:07.986Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-06-07T03:56:08.177Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:56:08.177Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4bf03fd3-80da-464d-ae42-fffa910abffa 909 2022-06-07T03:56:08.177Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T03:56:08.177Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-06-07T03:56:08.177Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:56:08.178Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:08.179Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:08.179Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574168177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:56:08.279Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:08.280Z||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-06-07T03:56:08.280Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:08.291Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:08.292Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:09.180Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 054fe96a-6653-47e1-af02-f8270b3244b2 2022-06-07T03:56:09.180Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 be17ef10-ae5a-434c-b51d-dc7993e194b0 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-06-07T03:56:09.191Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b372efa, org.onap.sdc.toscaparser.api.parameters.Input@2dc03a63, org.onap.sdc.toscaparser.api.parameters.Input@51ea0860, org.onap.sdc.toscaparser.api.parameters.Input@204010f6, org.onap.sdc.toscaparser.api.parameters.Input@62c2aafa] 2022-06-07T03:56:09.193Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.193Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.193Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T03:56:09.193Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 42bbdd51-afec-4606-8808-b4fc6e333d4f 2022-06-07T03:56:09.193Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42bbdd51-afec-4606-8808-b4fc6e333d4f matches Tosca VF Customization UUID: 42bbdd51-afec-4606-8808-b4fc6e333d4f 2022-06-07T03:56:09.193Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 42bbdd51-afec-4606-8808-b4fc6e333d4f 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-06-07T03:56:09.195Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.195Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.196Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 42bbdd51-afec-4606-8808-b4fc6e333d4f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-07T03:56:09.196Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fb251f8 2022-06-07T03:56:09.196Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.196Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T03:56:09.196Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 269882c5-ffca-42a2-8caf-364ee110a8bc 2022-06-07T03:56:09.196Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 269882c5-ffca-42a2-8caf-364ee110a8bc 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-06-07T03:56:09.198Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.198Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:09.198Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T03:56:09.199Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T03:56:09.200Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=38d0d5c8-cb53-4315-b92a-c534122a9b38 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-06-07T03:56:09.201Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.201Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:09.202Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T03:56:09.202Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.202Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-07T03:56:09.202Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=42bbdd51-afec-4606-8808-b4fc6e333d4f 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-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 054fe96a-6653-47e1-af02-f8270b3244b2: basicclamp 2022-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.204Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.205Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.205Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.205Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.205Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.205Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T03:56:09.205Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T03:56:09.206Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 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-06-07T03:56:09.274Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp be17ef10-ae5a-434c-b51d-dc7993e194b0 1 ASDC deployResourceStructure 2022-06-07T03:56:09.274Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-06-07T03:56:09.274Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-06-07T03:56:09.274Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:56:09.274Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:09.276Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:09.276Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574169274, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:56:09.376Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:09.377Z||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-06-07T03:56:09.377Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:09.387Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:09.387Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:10.277Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T03:56:10.277Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-06-07T03:56:10.277Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:56:10.277Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:10.279Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:10.279Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574170277, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:56:10.379Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:10.380Z||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-06-07T03:56:10.380Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:10.391Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:10.391Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:11.279Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T03:56:11.280Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-06-07T03:56:11.280Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:56:11.280Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:11.281Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:11.281Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574171279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T03:56:11.382Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T03:56:11.383Z||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-06-07T03:56:11.383Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:11.394Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:11.394Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:12.282Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-06-07T03:56:12.282Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-06-07T03:56:12.282Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T03:56:12.282Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:56:12.284Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:56:12.284Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574172282, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:56:12.384Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:56:12.385Z||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-06-07T03:56:12.385Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:12.398Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:12.398Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:56:13.284Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:56:13.292Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:56:13.293Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:56:13.293Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:56:13.293Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:56:43.293Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:56:43.300Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:56:43.301Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:56:43.301Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:56:43.301Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:56:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:56:54.774Z||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-06-07T03:56:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:56:54.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:56:54.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:56:54.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:56:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:57:13.301Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:57:13.310Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:57:13.312Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:57:13.312Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:57:13.312Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:57:43.312Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:57:43.319Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:57:43.321Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:57:43.321Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:57:43.321Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:57:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:57:54.774Z||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-06-07T03:57:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:57:54.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:57:54.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:57:54.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574147521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:57:54.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:13.322Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:58:13.330Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:58:13.332Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:58:13.332Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:58:13.332Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:58:43.332Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:58:43.341Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:58:43.342Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:58:43.342Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T03:58:43.342Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T03:58:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:58:54.774Z||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-06-07T03:58:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:58:54.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:58:54.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574147820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574155592, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574156448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574156860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574157649, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574157752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574157864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "ves-openapi-manager", "timestamp": 1654574150496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574158704, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "aai-ml", "timestamp": 1654574158755, "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-06-07T03:58:54.809Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 2022-06-07T03:58:54.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:58:54.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574158852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-06-07T03:58:54.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "policy-id", "timestamp": 1654574158867, "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-06-07T03:58:54.821Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 2022-06-07T03:58:54.821Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:58:54.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574159857, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574159981, "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-06-07T03:58:54.831Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 2022-06-07T03:58:54.831Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:58:54.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T03:58:54.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "clamp", "timestamp": 1654574160862, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "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-06-07T03:58:54.839Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 2022-06-07T03:58:54.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:58:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "multicloud-k8s-id", "timestamp": 1654574160984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574154771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574163684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574156060, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574164888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574165777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574166850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574166983, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574167853, "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-06-07T03:58:54.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 2022-06-07T03:58:54.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:58:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574168177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574169274, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574170277, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574171279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574172282, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574193284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574186060, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "ves-openapi-manager", "timestamp": 1654574190496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574187820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574187521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574204315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574204320, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574204323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574204325, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574205328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574205443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574206281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "policy-id", "timestamp": 1654574206330, "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-06-07T03:58:54.892Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 2022-06-07T03:58:54.892Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T03:58:54.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "cds", "timestamp": 1654574206428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-06-07T03:58:54.901Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 2022-06-07T03:58:54.901Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T03:58:54.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574206653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574207284, "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-06-07T03:58:54.910Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 2022-06-07T03:58:54.910Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T03:58:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:58:54.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574208055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574198586, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574198738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574209179, "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-06-07T03:58:54.920Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 2022-06-07T03:58:54.921Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T03:58:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574209756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "multicloud-k8s-id", "timestamp": 1654574210181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T03:58:54.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:58:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:58:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574213598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:58:54.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:59:13.342Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T03:59:13.349Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-06-07T03:59:13.351Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T03:59:13.355Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T03:59:43.355Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f 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-06-07T03:59:43.359Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f and serviceModelVersionId: 054fe96a-6653-47e1-af02-f8270b3244b2 2022-06-07T03:59:43.359Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1ab9704-db9b-457f-a652-887b9dd339ad 2022-06-07T03:59:43.360Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1ab9704-db9b-457f-a652-887b9dd339ad/model-vers/model-ver/054fe96a-6653-47e1-af02-f8270b3244b2?depth=0 2022-06-07T03:59:43.364Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T03:59:43.395Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|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/f1ab9704-db9b-457f-a652-887b9dd339ad/model-vers/model-ver/054fe96a-6653-47e1-af02-f8270b3244b2?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-06-07T03:59:43.395Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1ab9704-db9b-457f-a652-887b9dd339ad/model-vers/model-ver/054fe96a-6653-47e1-af02-f8270b3244b2?depth=0|INFO|500||Invoke 2022-06-07T03:59:43.412Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1ab9704-db9b-457f-a652-887b9dd339ad/model-vers/model-ver/054fe96a-6653-47e1-af02-f8270b3244b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-07T03:59:43.505Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1ab9704-db9b-457f-a652-887b9dd339ad/model-vers/model-ver/054fe96a-6653-47e1-af02-f8270b3244b2?depth=0|INFO|500||InvokeReturn 2022-06-07T03:59:43.505Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|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/f1ab9704-db9b-457f-a652-887b9dd339ad/model-vers/model-ver/054fe96a-6653-47e1-af02-f8270b3244b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-03:59:43:417-59747], vertex-id=[434408], Content-Length=[0], Date=[Tue, 07 Jun 2022 03:59:43 GMT], Content-Type=[application/json]} 2022-06-07T03:59:43.505Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T03:59:43.506Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T03:59:43.506Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|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-06-07T03:59:43.510Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|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-06-07T03:59:43.510Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-06-07T03:59:43.510Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T03:59:43.510Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:43.512Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:43.512Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574383510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-06-07T03:59:43.612Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:43.613Z||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-06-07T03:59:43.613Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:43.627Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:43.627Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T03:59:44.522Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:59:44.522Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|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-06-07T03:59:44.522Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:48.932Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:48.933Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T03:59:48.933Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"400e9136-d393-4c59-9406-29ac77b577c7","serviceDescription":"service","serviceInvariantUUID":"775a07dc-6e13-4327-b602-d55a9009c3b1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09677d6a-eaf4-4a5e-adb9-75e7cf93b70c","resourceInvariantUUID":"767e366f-d555-40db-b5e0-e4ae19b505a5","resourceCustomizationUUID":"9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NGViYzViMWZkMDFlNzhiMTc2ZWI0OWM5MDZhODU0Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f8f5465-73ad-430d-bde7-7562315411e0","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MDMxZTE4YmNkZDkxMjRiNGFlNGYwNGFmMGY0ODc2MDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f5d3086-bcc6-4e59-87af-a9fb73a6eb8d","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b9c9c80-3dc5-41d7-8710-0eb76a03bd20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d2f366b-6c12-4f21-9423-3fea8bb90453","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a53a743a-c5be-4233-9a29-7badfc27e37d","artifactVersion":"2","generatedFromUUID":"0921d10e-f39d-4aa9-b2bf-e91afde5df9e"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb3a07af-2e77-47be-9802-a351475ad986","artifactVersion":"2","generatedFromUUID":"9b9c9c80-3dc5-41d7-8710-0eb76a03bd20"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0921d10e-f39d-4aa9-b2bf-e91afde5df9e","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3f17ead-0425-47eb-ad8a-783c28f31236","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MmQ3NmJmN2FjNzNhYjZkNTU0OTY3ZDUwOWU2ZTZkODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5599f95-b00e-4c48-b241-9dfbb104c06a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTc1MzgzYzZjNTFhY2E4ZjJlZDRlNjc2Mzk3ODlkZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e0c0aa2-7b28-4aac-b7ff-25cd2079d7f8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T03:59:48.934Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:48.934Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:48.936Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:48.936Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:59:49.036Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:49.036Z||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-06-07T03:59:49.037Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:49.049Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:49.050Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:49.936Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:49.936Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:49.938Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:49.938Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T03:59:50.039Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:50.039Z||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-06-07T03:59:50.039Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:50.050Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:50.050Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:50.939Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:50.939Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:50.941Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:50.941Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T03:59:51.041Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:51.042Z||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-06-07T03:59:51.042Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:51.053Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:51.053Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:51.941Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:51.942Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:51.943Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:51.943Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T03:59:52.043Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:52.044Z||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-06-07T03:59:52.044Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:52.056Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:52.056Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:52.944Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:52.944Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:52.946Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:52.946Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T03:59:53.046Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:53.046Z||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-06-07T03:59:53.046Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:53.057Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:53.057Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:53.946Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:53.947Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:53.948Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:53.948Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T03:59:54.048Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:54.049Z||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-06-07T03:59:54.049Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:54.061Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:54.061Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T03:59:54.774Z||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-06-07T03:59:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:54.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:54.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:59:54.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574216603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:59:54.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:59:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:59:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "clamp", "timestamp": 1654574217607, "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-06-07T03:59:54.803Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 2022-06-07T03:59:54.803Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T03:59:54.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:59:54.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574217949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T03:59:54.810Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T03:59:54.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T03:59:54.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "aai-ml", "timestamp": 1654574218952, "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-06-07T03:59:54.813Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 2022-06-07T03:59:54.813Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T03:59:54.949Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:54.949Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:54.951Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:54.951Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T03:59:55.051Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:55.052Z||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-06-07T03:59:55.052Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:55.063Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:55.064Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:55.952Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:55.952Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:55.953Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:55.953Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T03:59:56.054Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T03:59:56.054Z||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-06-07T03:59:56.054Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:56.066Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:56.066Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:56.954Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:56.954Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:56.956Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:56.956Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T03:59:57.056Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:57.057Z||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-06-07T03:59:57.057Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:57.069Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:57.070Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:57.956Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T03:59:57.957Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:57.958Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:57.958Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T03:59:58.058Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:58.059Z||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-06-07T03:59:58.059Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:58.069Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:58.070Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T03:59:58.959Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "400e9136-d393-4c59-9406-29ac77b577c7", "serviceDescription": "service", "serviceInvariantUUID": "775a07dc-6e13-4327-b602-d55a9009c3b1", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "09677d6a-eaf4-4a5e-adb9-75e7cf93b70c", "resourceInvariantUUID": "767e366f-d555-40db-b5e0-e4ae19b505a5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MDMxZTE4YmNkZDkxMjRiNGFlNGYwNGFmMGY0ODc2MDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f5d3086-bcc6-4e59-87af-a9fb73a6eb8d", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9b9c9c80-3dc5-41d7-8710-0eb76a03bd20", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fb3a07af-2e77-47be-9802-a351475ad986", "generatedFromUUID": "9b9c9c80-3dc5-41d7-8710-0eb76a03bd20" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a53a743a-c5be-4233-9a29-7badfc27e37d", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fb3a07af-2e77-47be-9802-a351475ad986", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0921d10e-f39d-4aa9-b2bf-e91afde5df9e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MTc1MzgzYzZjNTFhY2E4ZjJlZDRlNjc2Mzk3ODlkZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e0c0aa2-7b28-4aac-b7ff-25cd2079d7f8" } ], "workloadContext": "Production" } 2022-06-07T03:59:58.959Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T03:59:58.959Z|ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 400e9136-d393-4c59-9406-29ac77b577c7 ASDC 2022-06-07T03:59:58.959Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:400e9136-d393-4c59-9406-29ac77b577c7 ServiceInvariantUUID:775a07dc-6e13-4327-b602-d55a9009c3b1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:5e0c0aa2-7b28-4aac-b7ff-25cd2079d7f8 ArtifactChecksum:MTc1MzgzYzZjNTFhY2E4ZjJlZDRlNjc2Mzk3ODlkZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 ResourceInvariantUUID:767e366f-d555-40db-b5e0-e4ae19b505a5 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:09677d6a-eaf4-4a5e-adb9-75e7cf93b70c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:3f5d3086-bcc6-4e59-87af-a9fb73a6eb8d ArtifactChecksum:MDMxZTE4YmNkZDkxMjRiNGFlNGYwNGFmMGY0ODc2MDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:9b9c9c80-3dc5-41d7-8710-0eb76a03bd20 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:fb3a07af-2e77-47be-9802-a351475ad986 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:a53a743a-c5be-4233-9a29-7badfc27e37d ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:fb3a07af-2e77-47be-9802-a351475ad986 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:0921d10e-f39d-4aa9-b2bf-e91afde5df9e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T03:59:58.960Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 400e9136-d393-4c59-9406-29ac77b577c7 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-06-07T03:59:58.983Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T03:59:58.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:59:58.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T03:59:58.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e0c0aa2-7b28-4aac-b7ff-25cd2079d7f8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T03:59:58.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T03:59:58.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T03:59:59.155Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T03:59:59.162Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5e0c0aa2-7b28-4aac-b7ff-25cd2079d7f8 158213 2022-06-07T03:59:59.162Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T03:59:59.163Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T03:59:59.163Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T03:59:59.163Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T03:59:59.164Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T03:59:59.164Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574399162, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T03:59:59.264Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T03:59:59.265Z||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-06-07T03:59:59.265Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T03:59:59.277Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T03:59:59.278Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:00.165Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T04:00:00.165Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:00:00.165Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5e0c0aa2-7b28-4aac-b7ff-25cd2079d7f8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:00.166Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-07T04:00:00.166Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:00.166Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:00.248Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14243473849300265625/Definitions/service-BasicCnfMacro-template.yml 2022-06-07T04:00:01.105Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|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-BasicCnfMacro-csar.csar 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.106Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T04:00:01.107Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T04:00:01.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:01.109Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.110Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=55a1f0c4-b302-4b34-85c2-379b9667eb63 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.111Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:01.112Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:01.112Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:400e9136-d393-4c59-9406-29ac77b577c7 Model Version:NULL Model InvariantUuid:775a07dc-6e13-4327-b602-d55a9009c3b1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ac57c0f5-adb3-43e9-80c3-03f356cf447e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:767e366f-d555-40db-b5e0-e4ae19b505a5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:779455b3-a728-444b-a843-1c6b4169d672 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:57052a71-5496-4f23-a4b5-6dc5223e806a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:3448459a-d3a3-4aa2-8550-363e7ceb3447 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:7c6c1a15-b274-4ef0-814f-0de3fc209ab9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55a1f0c4-b302-4b34-85c2-379b9667eb63 ModelInvariantUuid:4e8e7ca2-b211-459f-9ae0-86f53c359333 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ec383671-ede0-45a4-afe0-0b76e412582f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:3de1f382-efc3-4f5d-afda-ff9df38d1c69 ModelInvariantUuid:74860673-1491-4fcd-ba2a-67247cc72204 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:acccba6e-2645-40a1-9129-e035f7a8428d 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-06-07T04:00:01.120Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 09677d6a-eaf4-4a5e-adb9-75e7cf93b70c 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-06-07T04:00:01.123Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-06-07T04:00:01.123Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09677d6a-eaf4-4a5e-adb9-75e7cf93b70c 2022-06-07T04:00:01.123Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3f5d3086-bcc6-4e59-87af-a9fb73a6eb8d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T04:00:01.123Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:00:01.123Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T04:00:01.172Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:00:01.172Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3f5d3086-bcc6-4e59-87af-a9fb73a6eb8d 1565 2022-06-07T04:00:01.172Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-07T04:00:01.172Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T04:00:01.172Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:00:01.173Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:01.174Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:01.174Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574401172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:01.275Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T04:00:01.275Z||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-06-07T04:00:01.275Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:01.287Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:01.288Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:02.175Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "3448459a-d3a3-4aa2-8550-363e7ceb3447", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c6c1a15-b274-4ef0-814f-0de3fc209ab9", "vfModuleModelCustomizationUUID": "a44e6464-9376-4b2a-b3a1-a4d93c1e2e2f", "isBase": true, "artifacts": [ "9b9c9c80-3dc5-41d7-8710-0eb76a03bd20", "fb3a07af-2e77-47be-9802-a351475ad986" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "779455b3-a728-444b-a843-1c6b4169d672", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57052a71-5496-4f23-a4b5-6dc5223e806a", "vfModuleModelCustomizationUUID": "a67d879c-e7d3-4fdd-9e06-4c09d206954a", "isBase": false, "artifacts": [ "0921d10e-f39d-4aa9-b2bf-e91afde5df9e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T04:00:02.178Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c6c1a15-b274-4ef0-814f-0de3fc209ab9 VfModuleModelInvariantUUID:3448459a-d3a3-4aa2-8550-363e7ceb3447 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b9c9c80-3dc5-41d7-8710-0eb76a03bd20 , fb3a07af-2e77-47be-9802-a351475ad986 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:57052a71-5496-4f23-a4b5-6dc5223e806a VfModuleModelInvariantUUID:779455b3-a728-444b-a843-1c6b4169d672 VfModuleModelDescription:NULL Artifacts UUID List:{ 0921d10e-f39d-4aa9-b2bf-e91afde5df9e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-07T04:00:02.179Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "3448459a-d3a3-4aa2-8550-363e7ceb3447", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c6c1a15-b274-4ef0-814f-0de3fc209ab9", "vfModuleModelCustomizationUUID": "a44e6464-9376-4b2a-b3a1-a4d93c1e2e2f", "isBase": true, "artifacts": [ "9b9c9c80-3dc5-41d7-8710-0eb76a03bd20", "fb3a07af-2e77-47be-9802-a351475ad986" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "779455b3-a728-444b-a843-1c6b4169d672", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57052a71-5496-4f23-a4b5-6dc5223e806a", "vfModuleModelCustomizationUUID": "a67d879c-e7d3-4fdd-9e06-4c09d206954a", "isBase": false, "artifacts": [ "0921d10e-f39d-4aa9-b2bf-e91afde5df9e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-07T04:00:02.179Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c6c1a15-b274-4ef0-814f-0de3fc209ab9 VfModuleModelInvariantUUID:3448459a-d3a3-4aa2-8550-363e7ceb3447 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b9c9c80-3dc5-41d7-8710-0eb76a03bd20 , fb3a07af-2e77-47be-9802-a351475ad986 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:57052a71-5496-4f23-a4b5-6dc5223e806a VfModuleModelInvariantUUID:779455b3-a728-444b-a843-1c6b4169d672 VfModuleModelDescription:NULL Artifacts UUID List:{ 0921d10e-f39d-4aa9-b2bf-e91afde5df9e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-07T04:00:02.179Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b9c9c80-3dc5-41d7-8710-0eb76a03bd20 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T04:00:02.179Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:00:02.180Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T04:00:02.382Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:00:02.383Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9b9c9c80-3dc5-41d7-8710-0eb76a03bd20 914 2022-06-07T04:00:02.383Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-07T04:00:02.383Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T04:00:02.383Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:00:02.383Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:02.385Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:02.385Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574402383, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:02.485Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:02.486Z||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-06-07T04:00:02.486Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:02.497Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:02.497Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:03.385Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a53a743a-c5be-4233-9a29-7badfc27e37d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T04:00:03.386Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:00:03.386Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T04:00:03.579Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:00:03.580Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a53a743a-c5be-4233-9a29-7badfc27e37d 12 2022-06-07T04:00:03.580Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-07T04:00:03.580Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T04:00:03.580Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:00:03.580Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:03.582Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:03.582Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574403580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:03.682Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:03.683Z||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-06-07T04:00:03.683Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:03.696Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:03.696Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:04.583Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fb3a07af-2e77-47be-9802-a351475ad986 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T04:00:04.583Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:00:04.583Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T04:00:04.775Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:00:04.775Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fb3a07af-2e77-47be-9802-a351475ad986 96 2022-06-07T04:00:04.775Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-07T04:00:04.776Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T04:00:04.776Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:00:04.776Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:04.778Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:04.778Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574404775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:04.878Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:04.879Z||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-06-07T04:00:04.879Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:04.892Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:04.892Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:05.778Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0921d10e-f39d-4aa9-b2bf-e91afde5df9e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T04:00:05.779Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:00:05.779Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T04:00:05.983Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:00:05.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0921d10e-f39d-4aa9-b2bf-e91afde5df9e 20206 2022-06-07T04:00:05.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-07T04:00:05.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T04:00:05.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:00:05.984Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:05.986Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:05.986Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574405984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:06.086Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:06.087Z||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-06-07T04:00:06.087Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:06.101Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:06.101Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:06.989Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 400e9136-d393-4c59-9406-29ac77b577c7 2022-06-07T04:00:06.989Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 09677d6a-eaf4-4a5e-adb9-75e7cf93b70c 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 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-06-07T04:00:06.998Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53321cd0, org.onap.sdc.toscaparser.api.parameters.Input@676386f9, org.onap.sdc.toscaparser.api.parameters.Input@cb7175c, org.onap.sdc.toscaparser.api.parameters.Input@17620a88, org.onap.sdc.toscaparser.api.parameters.Input@54754028] 2022-06-07T04:00:06.999Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:06.999Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:06.999Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T04:00:06.999Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 2022-06-07T04:00:07.000Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 matches Tosca VF Customization UUID: 9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 2022-06-07T04:00:07.000Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 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-06-07T04:00:07.001Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.001Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.002Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-07T04:00:07.002Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c52c0ff 2022-06-07T04:00:07.002Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.002Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T04:00:07.002Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a67d879c-e7d3-4fdd-9e06-4c09d206954a 2022-06-07T04:00:07.002Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a67d879c-e7d3-4fdd-9e06-4c09d206954a 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-06-07T04:00:07.004Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.004Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:07.004Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:00:07.004Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.005Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:07.005Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:00:07.005Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.005Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T04:00:07.005Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9ae4d8fe-3a0a-4a6f-b4c3-806465517bb2 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-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 400e9136-d393-4c59-9406-29ac77b577c7: basic_cnf_macro 2022-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.007Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:00:07.008Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-06-07T04:00:07.036Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 09677d6a-eaf4-4a5e-adb9-75e7cf93b70c 2 ASDC deployResourceStructure 2022-06-07T04:00:07.037Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-07T04:00:07.037Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T04:00:07.037Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:00:07.037Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:07.038Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:07.039Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574407037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T04:00:07.139Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:07.139Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:07.139Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:07.151Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:07.151Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:08.039Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-07T04:00:08.039Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T04:00:08.040Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:00:08.040Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:08.042Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:08.043Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574408039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-07T04:00:08.143Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:08.143Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:08.144Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:08.154Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:08.154Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:09.043Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-07T04:00:09.043Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-07T04:00:09.043Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T04:00:09.044Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:09.045Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:09.045Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574409043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T04:00:09.145Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:09.146Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:09.146Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:09.158Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:09.158Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:10.046Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-07T04:00:10.046Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T04:00:10.046Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:00:10.046Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:10.049Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:10.049Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574410046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-07T04:00:10.149Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:10.150Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:10.150Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:10.161Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:10.161Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:11.050Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-07T04:00:11.050Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-07T04:00:11.050Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T04:00:11.050Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:11.052Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:11.052Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574411049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T04:00:11.153Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T04:00:11.153Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:11.154Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:11.165Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:11.166Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:00:12.053Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T04:00:12.053Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T04:00:12.053Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:00:12.054Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:12.055Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:12.056Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574412053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:00:12.155Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:12.156Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:12.156Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:12.168Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:12.168Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:13.056Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T04:00:13.065Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T04:00:13.066Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:13.067Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:13.068Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:13.068Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|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-06-07T04:00:13.071Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T04:00:43.071Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a 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-06-07T04:00:43.076Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a and serviceModelVersionId: 400e9136-d393-4c59-9406-29ac77b577c7 2022-06-07T04:00:43.076Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 775a07dc-6e13-4327-b602-d55a9009c3b1 2022-06-07T04:00:43.077Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0 2022-06-07T04:00:43.080Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T04:00:43.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0|INFO|500||Invoke 2022-06-07T04:00:43.108Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1cfb12b-089e-4783-826f-15416253e0a7], X-ECOMP-RequestID=[d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a], X-TransactionId=[], X-ONAP-RequestID=[d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a], Content-Type=[application/merge-patch+json]} 2022-06-07T04:00:43.124Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T04:00:43.216Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?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/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-04:00:43:130-31527], vertex-id=[221352], Content-Length=[0], Date=[Tue, 07 Jun 2022 04:00:43 GMT], Content-Type=[application/json]} 2022-06-07T04:00:43.216Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T04:00:43.217Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/775a07dc-6e13-4327-b602-d55a9009c3b1/model-vers/model-ver/400e9136-d393-4c59-9406-29ac77b577c7?depth=0|INFO|500||InvokeReturn 2022-06-07T04:00:43.217Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T04:00:43.217Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|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-06-07T04:00:43.220Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|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-06-07T04:00:43.220Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T04:00:43.220Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T04:00:43.221Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:43.222Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:43.222Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574443220, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T04:00:43.322Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:43.323Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:43.323Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:43.340Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:43.340Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T04:00:44.233Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T04:00:44.233Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"87aa701f-a83e-4f55-a479-9784ebe81d58","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7a761d33-58da-4fbc-8e31-f13d928db0af","serviceDescription":"service","serviceInvariantUUID":"3ec4f1ca-0287-4e7d-bc76-826d4500870e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"99b3c4e2-d8ea-4622-a0b9-8ca155b98d88","resourceInvariantUUID":"871e967b-d280-4af6-8156-e8517c5b2773","resourceCustomizationUUID":"68983c7e-4f84-437b-a7b8-cdc677e3a8b0","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":"MTc0MWUxZTgxOWNiMWQ1ZjBhODY1YjIxNTIwNGU5NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f157ae2-5564-4a37-bcdb-81e7348a70ac","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":"3d33f099-0634-4ff7-a138-80fd251510ee","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":"d94cdd75-165d-498f-896a-107c8045bc7f","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":"NmFlNzM4ZDY0NTJiMWVjZTlmM2Q4NjUyYTU0NjU5NmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3dc70b58-2d36-4c70-a3f1-874077bfa9bd","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":"b063d237-c28b-43f9-8b10-8744ee09d50f","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":"b0a81334-a763-45d7-a5df-7cf6da184535","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":"a4bbd680-5c9f-4a9c-90b9-bc8e1f242579","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":"ZTI0Mzg1Y2VkNmQxZjE5YzEzNjFhZmIyM2M4YjcwNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"677166fb-49f9-4400-83c9-b62fe994402f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDQ5ODcxYmM3MzRmNzE1YmQzMDU0YTMyZTY0MDQ2MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f5f057c-82c6-40aa-9b24-57a99ede700d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T04:00:44.233Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:44.234Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:44.235Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:44.235Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:44.335Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:44.336Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:44.336Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:44.349Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:44.349Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:45.236Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:45.236Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:45.238Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:45.238Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:45.338Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:45.338Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:45.339Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:45.352Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:45.352Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:00:46.238Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:46.239Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:46.240Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:46.240Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:46.340Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:46.341Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:46.341Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:46.353Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:46.353Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:47.241Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:47.241Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:47.242Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:47.242Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:47.342Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:47.343Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:47.343Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:47.356Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:47.356Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:48.243Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:48.243Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:48.245Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:48.245Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:48.344Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:48.345Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:48.345Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:48.357Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:48.358Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:00:49.245Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:49.246Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:49.247Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:49.248Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:49.347Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:49.348Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:49.348Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:49.360Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:49.360Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:50.248Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:50.248Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:50.250Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:50.250Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:50.350Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:50.350Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:50.350Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:50.362Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:50.362Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:51.251Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:51.251Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:51.252Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:51.252Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:51.352Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:51.353Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:51.353Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:51.365Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:51.365Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:52.253Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:00:52.253Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:52.255Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:52.255Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:52.354Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:52.355Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:52.355Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:52.367Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:52.367Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:00:53.255Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "7a761d33-58da-4fbc-8e31-f13d928db0af", "serviceDescription": "service", "serviceInvariantUUID": "3ec4f1ca-0287-4e7d-bc76-826d4500870e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "68983c7e-4f84-437b-a7b8-cdc677e3a8b0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "99b3c4e2-d8ea-4622-a0b9-8ca155b98d88", "resourceInvariantUUID": "871e967b-d280-4af6-8156-e8517c5b2773", "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": "MDQ5ODcxYmM3MzRmNzE1YmQzMDU0YTMyZTY0MDQ2MjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f5f057c-82c6-40aa-9b24-57a99ede700d" } ], "workloadContext": "Production" } 2022-06-07T04:00:53.255Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T04:00:53.255Z|d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a761d33-58da-4fbc-8e31-f13d928db0af ASDC 2022-06-07T04:00:53.256Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:87aa701f-a83e-4f55-a479-9784ebe81d58 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:7a761d33-58da-4fbc-8e31-f13d928db0af ServiceInvariantUUID:3ec4f1ca-0287-4e7d-bc76-826d4500870e 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:7f5f057c-82c6-40aa-9b24-57a99ede700d ArtifactChecksum:MDQ5ODcxYmM3MzRmNzE1YmQzMDU0YTMyZTY0MDQ2MjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:68983c7e-4f84-437b-a7b8-cdc677e3a8b0 ResourceInvariantUUID:871e967b-d280-4af6-8156-e8517c5b2773 ResourceName:test-pnf ResourceType:PNF ResourceUUID:99b3c4e2-d8ea-4622-a0b9-8ca155b98d88 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T04:00:53.256Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a761d33-58da-4fbc-8e31-f13d928db0af 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-06-07T04:00:53.271Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T04:00:53.272Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:00:53.272Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:00:53.272Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f5f057c-82c6-40aa-9b24-57a99ede700d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T04:00:53.272Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:00:53.272Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:53.462Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:00:53.467Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7f5f057c-82c6-40aa-9b24-57a99ede700d 105667 2022-06-07T04:00:53.467Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:53.467Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:53.467Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:00:53.467Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:53.468Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:53.469Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574453467, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:53.568Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:00:53.569Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:53.569Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:53.582Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:53.582Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:00:54.469Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T04:00:54.469Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:00:54.470Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7f5f057c-82c6-40aa-9b24-57a99ede700d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T04:00:54.470Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-07T04:00:54.470Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T04:00:54.470Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T04:00:54.549Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16713439100169078430/Definitions/service-TestPnfMacro-template.yml 2022-06-07T04:00:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:00:54.773Z||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-06-07T04:00:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:54.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:54.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574327820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574328284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574330496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "multicloud-k8s-id", "timestamp": 1654574327521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574336060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574344873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574344876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:54.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574344871, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574345891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574345875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574346070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "cds", "timestamp": 1654574346111, "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-06-07T04:00:54.811Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87aa701f-a83e-4f55-a479-9784ebe81d58 2022-06-07T04:00:54.811Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:00:54.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "ves-openapi-manager", "timestamp": 1654574346893, "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-06-07T04:00:54.821Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 87aa701f-a83e-4f55-a479-9784ebe81d58 2022-06-07T04:00:54.821Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:00:54.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "policy-id", "timestamp": 1654574346877, "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-06-07T04:00:54.830Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87aa701f-a83e-4f55-a479-9784ebe81d58 2022-06-07T04:00:54.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:00:54.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574347740, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:00:54.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574348744, "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-06-07T04:00:54.839Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87aa701f-a83e-4f55-a479-9784ebe81d58 2022-06-07T04:00:54.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:00:54.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574348586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574348738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574358665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574362622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574363651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574364636, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "aai-ml", "timestamp": 1654574364654, "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-06-07T04:00:54.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87aa701f-a83e-4f55-a479-9784ebe81d58 2022-06-07T04:00:54.853Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:00:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "clamp", "timestamp": 1654574365640, "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-06-07T04:00:54.877Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87aa701f-a83e-4f55-a479-9784ebe81d58 2022-06-07T04:00:54.877Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:00:54.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed91e71b-0cdd-407c-a8d8-0d150fd2bd6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574383510, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-06-07T04:00:54.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T04:00:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T04:00:54.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T04:00:55.146Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T04:00:55.146Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T04:00:55.146Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T04:00:55.146Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T04:00:55.147Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.148Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.149Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.149Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.149Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:7a761d33-58da-4fbc-8e31-f13d928db0af Model Version:NULL Model InvariantUuid:3ec4f1ca-0287-4e7d-bc76-826d4500870e 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-06-07T04:00:55.158Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 99b3c4e2-d8ea-4622-a0b9-8ca155b98d88 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-06-07T04:00:55.160Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-06-07T04:00:55.160Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 99b3c4e2-d8ea-4622-a0b9-8ca155b98d88 2022-06-07T04:00:55.160Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7a761d33-58da-4fbc-8e31-f13d928db0af 2022-06-07T04:00:55.160Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7a761d33-58da-4fbc-8e31-f13d928db0af 2022-06-07T04:00:55.160Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 99b3c4e2-d8ea-4622-a0b9-8ca155b98d88 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-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7589d581, org.onap.sdc.toscaparser.api.parameters.Input@2709431, org.onap.sdc.toscaparser.api.parameters.Input@1e15b5fe, org.onap.sdc.toscaparser.api.parameters.Input@2524d864, org.onap.sdc.toscaparser.api.parameters.Input@1eba249c] 2022-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7a761d33-58da-4fbc-8e31-f13d928db0af: test-pnf 2022-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Processing PNF resource: 99b3c4e2-d8ea-4622-a0b9-8ca155b98d88 2022-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.165Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||Resource customization UUID: 68983c7e-4f84-437b-a7b8-cdc677e3a8b0 is the same as notified resource customizationUUID: 68983c7e-4f84-437b-a7b8-cdc677e3a8b0 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-06-07T04:00:55.191Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 99b3c4e2-d8ea-4622-a0b9-8ca155b98d88 0 ASDC deployResourceStructure 2022-06-07T04:00:55.191Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.191Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:55.192Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:00:55.192Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:00:55.193Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:00:55.193Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574455191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:00:55.293Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:00:55.293Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:00:55.294Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:00:55.305Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:00:55.305Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:00:56.194Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87aa701f-a83e-4f55-a479-9784ebe81d58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T04:00:56.203Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87aa701f-a83e-4f55-a479-9784ebe81d58 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:00:56.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:00:56.209Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T04:01:26.209Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87aa701f-a83e-4f55-a479-9784ebe81d58 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-06-07T04:01:26.213Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87aa701f-a83e-4f55-a479-9784ebe81d58 and serviceModelVersionId: 7a761d33-58da-4fbc-8e31-f13d928db0af 2022-06-07T04:01:26.213Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ec4f1ca-0287-4e7d-bc76-826d4500870e 2022-06-07T04:01:26.214Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0 2022-06-07T04:01:26.218Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T04:01:26.248Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0|INFO|500||Invoke 2022-06-07T04:01:26.248Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87aa701f-a83e-4f55-a479-9784ebe81d58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3df7081f-d603-45ce-b126-caa278e7256e], X-ECOMP-RequestID=[87aa701f-a83e-4f55-a479-9784ebe81d58], X-TransactionId=[], X-ONAP-RequestID=[87aa701f-a83e-4f55-a479-9784ebe81d58], Content-Type=[application/merge-patch+json]} 2022-06-07T04:01:26.264Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T04:01:26.560Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?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/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-04:01:26:269-57506], vertex-id=[246000], Content-Length=[0], Date=[Tue, 07 Jun 2022 04:01:26 GMT], Content-Type=[application/json]} 2022-06-07T04:01:26.561Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T04:01:26.561Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ec4f1ca-0287-4e7d-bc76-826d4500870e/model-vers/model-ver/7a761d33-58da-4fbc-8e31-f13d928db0af?depth=0|INFO|500||InvokeReturn 2022-06-07T04:01:26.562Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T04:01:26.562Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:01:26.567Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:01:26.567Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87aa701f-a83e-4f55-a479-9784ebe81d58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T04:01:26.567Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T04:01:26.568Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:26.569Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:26.569Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574486567, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T04:01:26.669Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:26.670Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:26.670Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:26.685Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:26.686Z||pool-119-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-06-07T04:01:27.577Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:01:27.578Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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-06-07T04:01:27.578Z|87aa701f-a83e-4f55-a479-9784ebe81d58|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:28.199Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:28.200Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T04:01:28.200Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c8a6952-08f9-4d0d-91c6-3c06352fb8c1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d073bb74-9c60-4554-b997-fd8e6a9cc1c0","serviceDescription":"service","serviceInvariantUUID":"3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a22c09ba-9d43-40ba-a3be-eabae3e0f673","resourceInvariantUUID":"0fa23e52-ff3a-44d0-9859-dba3e8945442","resourceCustomizationUUID":"87358fbd-a245-4ff1-bc8b-89ccb34bafbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDk2MTc2MjFhOTNiYjVmOTVmOWEwNzIwYWVkOWIxNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1da91503-4c70-433e-80f6-68e578f96386","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NjQ5ZTNlNzFiNmIxMTc1YzcwMjE0ZGIzMDVjYzAwMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f2e275e-8e4c-4707-a34a-c483270ebe65","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4723302f-3823-43f3-bcf9-879af932e9c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1c36ed4-488e-45eb-ae7b-40b4e8e4dcd3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0542d4d0-73eb-4fff-b078-af5598208b79","artifactVersion":"2","generatedFromUUID":"4723302f-3823-43f3-bcf9-879af932e9c3"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Y2RhNDY2NGZkNzY2M2EyZGUwYzc0MjIzYzhjNmVhMmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e5db1a72-4c1a-477a-b97c-3260c84e31fe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MmJmNDE5YWQ2N2FmNWE2ZTdlMmU5NjQwOTBhZDRlZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e91eb6a8-9e86-4ec6-b9a4-49d20dbc3ec4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzQyZmQwMWY0NzBkZTZhMjM1YTIzY2IwYTc4NWE2NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1880c65-7b55-4065-8462-6097e88ce878","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T04:01:28.201Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:28.201Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:28.202Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:28.203Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:01:28.302Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:28.303Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:28.303Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:28.316Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:28.316Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:29.203Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:29.203Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:29.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:29.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T04:01:29.305Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:29.305Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:29.305Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:29.318Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:29.319Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:30.205Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:30.206Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:30.207Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:30.207Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T04:01:30.307Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:30.308Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:30.308Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:30.322Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:30.322Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:31.208Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:31.208Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:31.210Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:31.210Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:01:31.310Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:31.310Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:31.311Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:31.322Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:31.323Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:32.210Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:32.211Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:32.212Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:32.212Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T04:01:32.312Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:32.313Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:32.313Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:32.325Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:32.326Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:33.213Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:33.213Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:33.215Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:33.215Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:01:33.315Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:33.316Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:33.316Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:33.329Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:33.329Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:34.215Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:34.216Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:34.217Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:34.217Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:01:34.317Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:34.318Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:34.318Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:34.329Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:34.329Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:35.218Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T04:01:35.218Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:35.220Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:35.220Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:01:35.320Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:35.321Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:35.321Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:35.334Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:35.334Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:36.221Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d073bb74-9c60-4554-b997-fd8e6a9cc1c0", "serviceDescription": "service", "serviceInvariantUUID": "3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "87358fbd-a245-4ff1-bc8b-89ccb34bafbd", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a22c09ba-9d43-40ba-a3be-eabae3e0f673", "resourceInvariantUUID": "0fa23e52-ff3a-44d0-9859-dba3e8945442", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NjQ5ZTNlNzFiNmIxMTc1YzcwMjE0ZGIzMDVjYzAwMWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f2e275e-8e4c-4707-a34a-c483270ebe65", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4723302f-3823-43f3-bcf9-879af932e9c3", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0542d4d0-73eb-4fff-b078-af5598208b79", "generatedFromUUID": "4723302f-3823-43f3-bcf9-879af932e9c3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0542d4d0-73eb-4fff-b078-af5598208b79", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzQyZmQwMWY0NzBkZTZhMjM1YTIzY2IwYTc4NWE2NWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1880c65-7b55-4065-8462-6097e88ce878" } ], "workloadContext": "Production" } 2022-06-07T04:01:36.221Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T04:01:36.221Z|87aa701f-a83e-4f55-a479-9784ebe81d58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d073bb74-9c60-4554-b997-fd8e6a9cc1c0 ASDC 2022-06-07T04:01:36.221Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d073bb74-9c60-4554-b997-fd8e6a9cc1c0 ServiceInvariantUUID:3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:d1880c65-7b55-4065-8462-6097e88ce878 ArtifactChecksum:MzQyZmQwMWY0NzBkZTZhMjM1YTIzY2IwYTc4NWE2NWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:87358fbd-a245-4ff1-bc8b-89ccb34bafbd ResourceInvariantUUID:0fa23e52-ff3a-44d0-9859-dba3e8945442 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a22c09ba-9d43-40ba-a3be-eabae3e0f673 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:7f2e275e-8e4c-4707-a34a-c483270ebe65 ArtifactChecksum:NjQ5ZTNlNzFiNmIxMTc1YzcwMjE0ZGIzMDVjYzAwMWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:4723302f-3823-43f3-bcf9-879af932e9c3 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:0542d4d0-73eb-4fff-b078-af5598208b79 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:0542d4d0-73eb-4fff-b078-af5598208b79 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T04:01:36.222Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d073bb74-9c60-4554-b997-fd8e6a9cc1c0 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-06-07T04:01:36.245Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T04:01:36.246Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:01:36.246Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:01:36.246Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1880c65-7b55-4065-8462-6097e88ce878 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T04:01:36.246Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:01:36.246Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T04:01:36.479Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:01:36.482Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d1880c65-7b55-4065-8462-6097e88ce878 78831 2022-06-07T04:01:36.482Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-07T04:01:36.483Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T04:01:36.483Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:01:36.483Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:36.484Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:36.484Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574496482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:01:36.584Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:36.585Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:36.585Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:36.597Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:36.597Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:37.485Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T04:01:37.486Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T04:01:37.486Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d1880c65-7b55-4065-8462-6097e88ce878, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:37.486Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-07T04:01:37.486Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:37.487Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:37.568Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18079584357235450986/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-07T04:01:38.447Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T04:01:38.447Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T04:01:38.447Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.448Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T04:01:38.449Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.450Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:38.451Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8e773ef5-1852-440f-ba3a-756e54ad0a6a 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.452Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.453Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:38.453Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:38.453Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d073bb74-9c60-4554-b997-fd8e6a9cc1c0 Model Version:NULL Model InvariantUuid:3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:22252351-45ef-4fca-ba9c-d8ccddc9ddca Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0fa23e52-ff3a-44d0-9859-dba3e8945442 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:87358fbd-a245-4ff1-bc8b-89ccb34bafbd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e2d4d58d-3e37-49a0-a471-fd43b4487b77 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:4b57ad0f-f17d-46a6-8863-4e028bee7e76 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8e773ef5-1852-440f-ba3a-756e54ad0a6a ModelInvariantUuid:b0f23dd0-03c3-44b9-977b-7504169ff56b ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:cba40432-7ec8-4259-bee1-4a3a8462a500 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:260e008b-f0fa-418b-9d1b-2104c9e68afd ModelInvariantUuid:37598674-eb56-47cf-9235-0c7b68e51a0e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f54522a0-61fd-46f3-bcae-f6ff2c311d55 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-06-07T04:01:38.462Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a22c09ba-9d43-40ba-a3be-eabae3e0f673 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-06-07T04:01:38.466Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-06-07T04:01:38.466Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a22c09ba-9d43-40ba-a3be-eabae3e0f673 2022-06-07T04:01:38.466Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f2e275e-8e4c-4707-a34a-c483270ebe65 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T04:01:38.466Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:01:38.466Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T04:01:38.577Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:01:38.578Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7f2e275e-8e4c-4707-a34a-c483270ebe65 792 2022-06-07T04:01:38.578Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-07T04:01:38.578Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T04:01:38.578Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:01:38.579Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:38.581Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:38.581Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574498578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T04:01:38.681Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:38.681Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:38.682Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:38.693Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:38.694Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:01:39.581Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e2d4d58d-3e37-49a0-a471-fd43b4487b77", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b57ad0f-f17d-46a6-8863-4e028bee7e76", "vfModuleModelCustomizationUUID": "9ebc7cff-ed04-40fb-8618-f637b6178739", "isBase": true, "artifacts": [ "4723302f-3823-43f3-bcf9-879af932e9c3", "0542d4d0-73eb-4fff-b078-af5598208b79" ], "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-06-07T04:01:39.584Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b57ad0f-f17d-46a6-8863-4e028bee7e76 VfModuleModelInvariantUUID:e2d4d58d-3e37-49a0-a471-fd43b4487b77 VfModuleModelDescription:NULL Artifacts UUID List:{ 4723302f-3823-43f3-bcf9-879af932e9c3 , 0542d4d0-73eb-4fff-b078-af5598208b79 } 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-06-07T04:01:39.586Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e2d4d58d-3e37-49a0-a471-fd43b4487b77", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b57ad0f-f17d-46a6-8863-4e028bee7e76", "vfModuleModelCustomizationUUID": "9ebc7cff-ed04-40fb-8618-f637b6178739", "isBase": true, "artifacts": [ "4723302f-3823-43f3-bcf9-879af932e9c3", "0542d4d0-73eb-4fff-b078-af5598208b79" ], "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-06-07T04:01:39.586Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b57ad0f-f17d-46a6-8863-4e028bee7e76 VfModuleModelInvariantUUID:e2d4d58d-3e37-49a0-a471-fd43b4487b77 VfModuleModelDescription:NULL Artifacts UUID List:{ 4723302f-3823-43f3-bcf9-879af932e9c3 , 0542d4d0-73eb-4fff-b078-af5598208b79 } 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-06-07T04:01:39.586Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4723302f-3823-43f3-bcf9-879af932e9c3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T04:01:39.586Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:01:39.586Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T04:01:39.632Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:01:39.633Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4723302f-3823-43f3-bcf9-879af932e9c3 5033 2022-06-07T04:01:39.633Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T04:01:39.633Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T04:01:39.633Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:01:39.634Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:39.635Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:39.636Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574499633, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T04:01:39.735Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:39.736Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:39.736Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:39.748Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:39.749Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:40.636Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0542d4d0-73eb-4fff-b078-af5598208b79 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T04:01:40.636Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T04:01:40.637Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T04:01:40.677Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T04:01:40.678Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0542d4d0-73eb-4fff-b078-af5598208b79 903 2022-06-07T04:01:40.678Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T04:01:40.678Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T04:01:40.678Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T04:01:40.678Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:40.680Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:40.680Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574500678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:01:40.780Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:40.781Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:40.781Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:40.794Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:40.794Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:01:41.680Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d073bb74-9c60-4554-b997-fd8e6a9cc1c0 2022-06-07T04:01:41.681Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a22c09ba-9d43-40ba-a3be-eabae3e0f673 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-06-07T04:01:41.690Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6219d1f, org.onap.sdc.toscaparser.api.parameters.Input@115c17c6, org.onap.sdc.toscaparser.api.parameters.Input@6659e79b, org.onap.sdc.toscaparser.api.parameters.Input@5faa5336, org.onap.sdc.toscaparser.api.parameters.Input@55e9f4b9] 2022-06-07T04:01:41.692Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.692Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.692Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T04:01:41.692Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 87358fbd-a245-4ff1-bc8b-89ccb34bafbd 2022-06-07T04:01:41.692Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87358fbd-a245-4ff1-bc8b-89ccb34bafbd matches Tosca VF Customization UUID: 87358fbd-a245-4ff1-bc8b-89ccb34bafbd 2022-06-07T04:01:41.692Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 87358fbd-a245-4ff1-bc8b-89ccb34bafbd 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-06-07T04:01:41.694Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.694Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.695Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 87358fbd-a245-4ff1-bc8b-89ccb34bafbd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-07T04:01:41.695Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@88b4ad 2022-06-07T04:01:41.696Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.696Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T04:01:41.696Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ebc7cff-ed04-40fb-8618-f637b6178739 2022-06-07T04:01:41.696Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ebc7cff-ed04-40fb-8618-f637b6178739 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-06-07T04:01:41.698Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.698Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:41.698Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:01:41.698Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T04:01:41.699Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8e773ef5-1852-440f-ba3a-756e54ad0a6a 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-06-07T04:01:41.701Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.702Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:41.702Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T04:01:41.702Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.702Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T04:01:41.702Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=87358fbd-a245-4ff1-bc8b-89ccb34bafbd 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-06-07T04:01:41.703Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d073bb74-9c60-4554-b997-fd8e6a9cc1c0: basic_vm_macro 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.704Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.705Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T04:01:41.705Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T04:01:41.705Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T04:01:41.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a22c09ba-9d43-40ba-a3be-eabae3e0f673 1 ASDC deployResourceStructure 2022-06-07T04:01:41.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-07T04:01:41.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T04:01:41.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:01:41.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:41.777Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:41.777Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574501775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T04:01:41.877Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:41.877Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:41.877Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:41.890Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:41.891Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:42.777Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-07T04:01:42.778Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T04:01:42.778Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:01:42.778Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:42.781Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:42.781Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574502777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T04:01:42.880Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:42.880Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:42.880Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:42.892Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:42.892Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:43.781Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-07T04:01:43.781Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T04:01:43.781Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:01:43.782Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:43.783Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:43.783Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574503781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T04:01:43.883Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:01:43.884Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:43.884Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:43.897Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:43.897Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T04:01:44.783Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-07T04:01:44.784Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T04:01:44.784Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T04:01:44.784Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:01:44.786Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:01:44.786Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574504783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:01:44.885Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T04:01:44.886Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:01:44.886Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:44.898Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:44.898Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-06-07T04:01:45.786Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T04:01:45.813Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T04:01:45.814Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T04:01:45.814Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T04:01:45.815Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T04:01:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:01:54.773Z||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-06-07T04:01:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:01:54.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:01:54.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:01:54.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T04:01:54.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:15.815Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T04:02:15.823Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T04:02:15.824Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T04:02:15.824Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T04:02:15.824Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T04:02:45.824Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T04:02:45.831Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T04:02:45.833Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T04:02:45.833Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T04:02:45.833Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T04:02:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:02:54.773Z||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-06-07T04:02:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:02:54.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:02:54.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574399162, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574401172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574402383, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574403580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574404775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574405984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574407037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574408039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574409043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574410046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574411049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574412053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574396060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574403284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574413629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574413636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "cds", "timestamp": 1654574414910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T04:02:54.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 2022-06-07T04:02:54.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:02:54.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574407521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574407820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574408586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574408738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574416444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654574416620, "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-06-07T04:02:54.824Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 2022-06-07T04:02:54.824Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:02:54.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574416845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574417763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574417843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574417848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "ves-openapi-manager", "timestamp": 1654574410496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "policy-id", "timestamp": 1654574418850, "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-06-07T04:02:54.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 2022-06-07T04:02:54.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:02:54.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574419154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574420174, "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-06-07T04:02:54.842Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 2022-06-07T04:02:54.842Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:02:54.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "multicloud-k8s-id", "timestamp": 1654574421176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574421632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574424646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "clamp", "timestamp": 1654574425649, "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-06-07T04:02:54.849Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 2022-06-07T04:02:54.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:02:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574426053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:02:54.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "aai-ml", "timestamp": 1654574427056, "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-06-07T04:02:54.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 2022-06-07T04:02:54.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:02:54.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7e2dd3d-ffd4-4b21-9f9d-bf263c88d37a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574443220, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574384522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:02:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574453467, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:02:54.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:15.833Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-07T04:03:15.841Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T04:03:15.843Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:03:15.847Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T04:03:45.847Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 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-06-07T04:03:45.851Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 and serviceModelVersionId: d073bb74-9c60-4554-b997-fd8e6a9cc1c0 2022-06-07T04:03:45.852Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04 2022-06-07T04:03:45.852Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0 2022-06-07T04:03:45.856Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T04:03:45.882Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0|INFO|500||Invoke 2022-06-07T04:03:45.882Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c8a6952-08f9-4d0d-91c6-3c06352fb8c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[834948c4-7e89-4bd0-8722-ab80bad9aedb], X-ECOMP-RequestID=[1c8a6952-08f9-4d0d-91c6-3c06352fb8c1], X-TransactionId=[], X-ONAP-RequestID=[1c8a6952-08f9-4d0d-91c6-3c06352fb8c1], Content-Type=[application/merge-patch+json]} 2022-06-07T04:03:45.897Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T04:03:46.157Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?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/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-04:03:45:903-19496], vertex-id=[258096], Content-Length=[0], Date=[Tue, 07 Jun 2022 04:03:45 GMT], Content-Type=[application/json]} 2022-06-07T04:03:46.158Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T04:03:46.158Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c6ee403-7a2e-4cc9-8d9c-56bc2a4f9c04/model-vers/model-ver/d073bb74-9c60-4554-b997-fd8e6a9cc1c0?depth=0|INFO|500||InvokeReturn 2022-06-07T04:03:46.158Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T04:03:46.158Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:03:46.163Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:03:46.163Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c8a6952-08f9-4d0d-91c6-3c06352fb8c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T04:03:46.163Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T04:03:46.164Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T04:03:46.165Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T04:03:46.165Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574626163, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T04:03:46.265Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T04:03:46.266Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-07T04:03:46.266Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:03:46.281Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:03:46.282Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T04:03:47.174Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:03:47.175Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:03:47.175Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:03:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:03:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|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-06-07T04:03:54.774Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:03:54.795Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:03:54.795Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.795Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574455191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "87aa701f-a83e-4f55-a479-9784ebe81d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574486567, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.796Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.797Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574487577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574496482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574498578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574499633, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574500678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574501775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.798Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574502777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574503781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574504783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T04:03:54.799Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:03:57.434Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:03:57.435Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:03:57.435Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:03:57.435Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:06.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:04:06.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:04:06.967Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:04:06.967Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:16.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:04:16.503Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:04:16.504Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:04:16.504Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:26.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:04:26.036Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:04:26.037Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:04:26.037Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:35.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:04:35.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:04:35.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:04:35.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:45.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:04:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:04:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:04:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:54.773Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:04:54.773Z||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-06-07T04:04:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:04:55.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:04:55.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T04:04:55.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c8a6952-08f9-4d0d-91c6-3c06352fb8c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654574626163, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T04:04:55.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T04:05:04.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:05:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:05:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:05:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:05:54.774Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:05:54.777Z||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-06-07T04:05:54.777Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:06:04.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:06:04.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:06:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:06:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:06:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:06:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:06:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:06:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:07:04.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:07:04.317Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:07:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:07:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:07:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:07:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:07:54.773Z||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-06-07T04:07:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:08:04.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:08:04.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:08:54.771Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:08:54.772Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T04:08:54.772Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:08:54.774Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:08:54.774Z||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-06-07T04:08:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:09:04.311Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:09:04.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:09:54.771Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:09:54.772Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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-06-07T04:09:54.772Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:09:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:09:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|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-06-07T04:09:54.774Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:10:04.322Z|dcf6860d-5a41-488b-8194-7f3d112f3e64|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:10:04.322Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:10:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:10:54.773Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:10:54.774Z||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-06-07T04:10:54.774Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:10:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:10:54.774Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:11:04.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:11:04.315Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:11:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:11:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:11:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:11:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:11:54.773Z||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-06-07T04:11:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:12:04.313Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:12:04.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:12:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:12:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:12:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:12:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:12:54.774Z||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-06-07T04:12:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:13:04.312Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:13:04.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:13:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:13:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:13:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:13:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:13:54.773Z||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-06-07T04:13:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:14:04.314Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:14:04.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:14:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:14:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:14:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:14:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:14:54.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:14:54.775Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:15:04.329Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:15:04.330Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:15:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:15:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:15:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:15:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:15:54.773Z||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-06-07T04:15:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:16:04.311Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:16:04.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:16:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:16:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:16:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:16:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:16:54.773Z||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-06-07T04:16:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:17:04.312Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:17:04.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:17:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:17:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:17:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:17:54.773Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:17:54.773Z||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-06-07T04:17:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:18:04.311Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:18:04.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:18:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:18:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:18:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:18:54.773Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:18:54.773Z||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-06-07T04:18:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:19:04.313Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:19:04.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:19:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:19:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:19:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:19:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:19:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:19:54.774Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:20:04.312Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:20:04.312Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:20:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:20:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:20:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:20:54.773Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:20:54.773Z||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-06-07T04:20:54.774Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:21:04.312Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:21:04.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:21:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:21:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:21:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:21:54.773Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:21:54.773Z||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-06-07T04:21:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:22:04.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:22:04.312Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:22:54.771Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:22:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:22:54.772Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:22:54.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:22:54.773Z||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-06-07T04:22:54.773Z||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 WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:23:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:23:04.318Z|e8ed02e2-dd72-4c67-ab40-3575b9d7099e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T04:23:54.771Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:23:54.772Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T04:23:54.772Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WBiVyHIKOm9Kc9MA) ... 2022-06-07T04:23:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T04:23:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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-06-07T04:23:54.773Z|1c8a6952-08f9-4d0d-91c6-3c06352fb8c1|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 WBiVyHIKOm9Kc9MA) ...