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-12-30T03:41:52.598Z||main|||||INFO|500||The following profiles are active: basic 2022-12-30T03:42:03.766Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-30T03:42:03.767Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-30T03:42:03.904Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-30T03:42:08.198Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-30T03:42:08.568Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-30T03:42:09.041Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-30T03:42:09.076Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-30T03:42:09.198Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-30T03:42:09.428Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-30T03:42:10.022Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-30T03:42:12.069Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-30T03:42:14.542Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-30T03:42:14.602Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-30T03:42:15.204Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-30T03:42:15.444Z||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-12-30T03:42:16.723Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-30T03:42:17.820Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-30T03:42:17.845Z||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$$1cee29c1.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-12-30T03:42:17.850Z||main|||||WARN|500||The sdc end point is not alive 2022-12-30T03:42:20.993Z||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-12-30T03:42:23.797Z||main|||||WARN|500||--- 2022-12-30T03:42:23.797Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-30T03:42:23.798Z||main|||||WARN|500||--- 2022-12-30T03:42:24.238Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-30T03:42:28.989Z||main|||||INFO|500||Started Application in 39.603 seconds (JVM running for 41.528) 2022-12-30T03:42:29.004Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-30T03:42:29.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-30T03:42:29.018Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-30T03:42:29.041Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-30T03:42:29.087Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f010b6fd-b364-47a4-979e-e80e315d43bb url= /sdc/v1/artifactTypes 2022-12-30T03:42:29.087Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-30T03:42:29.343Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-30T03:42:29.388Z||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-12-30T03:42:29.410Z||scheduling-1|||||DEBUG|500||create keys 2022-12-30T03:42:29.452Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-30T03:42:29.508Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:42:29.526Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c9836a05-5792-4f9b-8077-25d0345b8db2 url= /sdc/v1/registerForDistribution 2022-12-30T03:42:29.624Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c9836a05-5792-4f9b-8077-25d0345b8db2 url= /sdc/v1/registerForDistribution 2022-12-30T03:42:29.624Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-30T03:42:29.653Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-30T03:42:29.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:42:29.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:42:29.676Z||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-12-30T03:42:29.676Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:42:29.676Z||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-12-30T03:42:29.677Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:42:40.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:42:40.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:43:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:43:29.634Z||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-12-30T03:43:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:43:29.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:43:29.649Z||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-12-30T03:43:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:43:39.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:43:39.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:44:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:44:29.634Z||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-12-30T03:44:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:44:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:44:29.649Z||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-12-30T03:44:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:44:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:44:39.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:45:29.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:45:29.638Z||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-12-30T03:45:29.638Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:45:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:45:29.648Z||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-12-30T03:45:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:45:39.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:45:39.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:46:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:46:29.634Z||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-12-30T03:46:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:46:29.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:46:29.655Z||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-12-30T03:46:29.656Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:46:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:46:39.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:47:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:47:29.634Z||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-12-30T03:47:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:47:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:47:29.648Z||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-12-30T03:47:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:47:39.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:47:39.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:48:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:48:29.634Z||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-12-30T03:48:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:48:29.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:48:29.651Z||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-12-30T03:48:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:48:39.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:48:39.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:49:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:49:29.634Z||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-12-30T03:49:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:49:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:49:29.650Z||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-12-30T03:49:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:49:39.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:49:39.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:50:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:50:29.635Z||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-12-30T03:50:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:50:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:50:29.648Z||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-12-30T03:50:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:50:39.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:50:39.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:51:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:51:29.634Z||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-12-30T03:51:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:51:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:51:29.648Z||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-12-30T03:51:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:51:39.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:51:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:52:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:52:29.636Z||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-12-30T03:52:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:52:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:52:29.648Z||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-12-30T03:52:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:52:39.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:52:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:52:44.231Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-30T03:53:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:53:29.634Z||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-12-30T03:53:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:53:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:53:29.648Z||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-12-30T03:53:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:53:39.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:53:39.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:54:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:54:29.634Z||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-12-30T03:54:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:54:29.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:54:29.650Z||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-12-30T03:54:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:54:39.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:54:39.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:55:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:55:29.634Z||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-12-30T03:55:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:55:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:55:29.648Z||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-12-30T03:55:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:55:39.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:55:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:56:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:56:29.634Z||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-12-30T03:56:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:56:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:56:29.648Z||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-12-30T03:56:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:56:39.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:56:39.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:57:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:57:29.634Z||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-12-30T03:57:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:57:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:57:29.649Z||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-12-30T03:57:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:57:39.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:57:39.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:58:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:58:29.634Z||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-12-30T03:58:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:58:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:58:29.648Z||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-12-30T03:58:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:58:39.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:58:39.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:59:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:59:29.634Z||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-12-30T03:59:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:59:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T03:59:29.652Z||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-12-30T03:59:29.652Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T03:59:39.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T03:59:39.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:00:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:00:29.635Z||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-12-30T04:00:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:00:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:00:29.648Z||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-12-30T04:00:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:00:39.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:00:39.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:01:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:01:29.634Z||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-12-30T04:01:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:01:29.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:01:29.649Z||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-12-30T04:01:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:01:39.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:01:39.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:02:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:02:29.634Z||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-12-30T04:02:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:02:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:02:29.649Z||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-12-30T04:02:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:02:39.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:02:39.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:03:29.637Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:03:29.638Z||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-12-30T04:03:29.638Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:03:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:03:29.648Z||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-12-30T04:03:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:03:39.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:03:39.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:04:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:04:29.634Z||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-12-30T04:04:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:04:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:04:29.648Z||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-12-30T04:04:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:04:39.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:04:39.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:05:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:05:29.634Z||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-12-30T04:05:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:05:29.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:05:29.648Z||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-12-30T04:05:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:05:39.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:05:39.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:06:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:06:29.634Z||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-12-30T04:06:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:06:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:06:29.649Z||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-12-30T04:06:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:06:39.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:06:39.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:07:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:07:29.634Z||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-12-30T04:07:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:07:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:07:29.648Z||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-12-30T04:07:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:07:39.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:07:39.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:08:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:08:29.635Z||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-12-30T04:08:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:08:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:08:29.651Z||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-12-30T04:08:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:08:39.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:08:39.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:09:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:09:29.635Z||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-12-30T04:09:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:09:29.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:09:29.649Z||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-12-30T04:09:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:09:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:09:39.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:10:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:10:29.634Z||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-12-30T04:10:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:10:29.649Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:10:29.650Z||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-12-30T04:10:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:10:39.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:10:39.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:11:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:11:29.634Z||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-12-30T04:11:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:11:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:11:29.648Z||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-12-30T04:11:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:11:39.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:11:39.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:12:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:12:29.634Z||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-12-30T04:12:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:12:29.649Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:12:29.649Z||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-12-30T04:12:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:12:39.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:12:39.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:13:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:13:29.634Z||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-12-30T04:13:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:13:29.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:13:29.650Z||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-12-30T04:13:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:13:39.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:13:39.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:14:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:14:29.634Z||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-12-30T04:14:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:14:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:14:29.648Z||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-12-30T04:14:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:14:39.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:14:39.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:15:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:15:29.634Z||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-12-30T04:15:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:15:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:15:29.648Z||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-12-30T04:15:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:15:39.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:15:39.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:16:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:16:29.634Z||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-12-30T04:16:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:16:29.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:16:29.648Z||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-12-30T04:16:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:16:39.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:16:39.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:17:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:17:29.635Z||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-12-30T04:17:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:17:29.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:17:29.651Z||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-12-30T04:17:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:17:39.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:17:39.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:18:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:18:29.634Z||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-12-30T04:18:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:18:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:18:29.649Z||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-12-30T04:18:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:18:39.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:18:39.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:19:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:19:29.634Z||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-12-30T04:19:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:19:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:19:29.649Z||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-12-30T04:19:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:19:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:19:39.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:20:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:20:29.634Z||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-12-30T04:20:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:20:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:20:29.650Z||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-12-30T04:20:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:20:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:20:39.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:21:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:21:29.634Z||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-12-30T04:21:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:21:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:21:29.648Z||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-12-30T04:21:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:21:39.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:21:39.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:22:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:22:29.635Z||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-12-30T04:22:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:22:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:22:29.648Z||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-12-30T04:22:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:22:39.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:22:39.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:23:29.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:23:29.634Z||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-12-30T04:23:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:23:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:23:29.648Z||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-12-30T04:23:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:23:39.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:23:39.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:24:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:24:29.634Z||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-12-30T04:24:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:24:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:24:29.649Z||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-12-30T04:24:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:24:39.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:24:39.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:25:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:25:29.634Z||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-12-30T04:25:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:25:29.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:25:29.650Z||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-12-30T04:25:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:25:39.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:25:39.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:26:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:26:29.634Z||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-12-30T04:26:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:26:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:26:29.648Z||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-12-30T04:26:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:26:39.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:26:39.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:27:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:27:29.635Z||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-12-30T04:27:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:27:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:27:29.648Z||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-12-30T04:27:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:27:39.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:27:39.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:28:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:28:29.634Z||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-12-30T04:28:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:28:29.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:28:29.649Z||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-12-30T04:28:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:28:39.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:28:39.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:29:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:29:29.634Z||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-12-30T04:29:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:29:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:29:29.648Z||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-12-30T04:29:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:29:39.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:29:39.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:30:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:30:29.634Z||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-12-30T04:30:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:30:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:30:29.648Z||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-12-30T04:30:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:30:39.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:30:39.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:31:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:31:29.634Z||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-12-30T04:31:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:31:29.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:31:29.649Z||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-12-30T04:31:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:31:39.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:31:39.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:32:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:32:29.634Z||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-12-30T04:32:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:32:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:32:29.648Z||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-12-30T04:32:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:32:39.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:32:39.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:33:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:33:29.634Z||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-12-30T04:33:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:33:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:33:29.648Z||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-12-30T04:33:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:33:39.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:33:39.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:34:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:34:29.634Z||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-12-30T04:34:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:34:29.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:34:29.649Z||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-12-30T04:34:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:34:39.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:34:39.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:35:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:35:29.634Z||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-12-30T04:35:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:35:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:35:29.649Z||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-12-30T04:35:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:35:39.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:35:39.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:36:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:36:29.634Z||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-12-30T04:36:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:36:29.649Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:36:29.650Z||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-12-30T04:36:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:36:39.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:36:39.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:37:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:37:29.636Z||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-12-30T04:37:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:37:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:37:29.648Z||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-12-30T04:37:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:37:39.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:37:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:38:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:38:29.634Z||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-12-30T04:38:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:38:29.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:38:29.649Z||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-12-30T04:38:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:38:39.210Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:38:39.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:39:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:39:29.634Z||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-12-30T04:39:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:39:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:39:29.648Z||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-12-30T04:39:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:39:39.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:39:39.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:40:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:40:29.634Z||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-12-30T04:40:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:40:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:40:29.648Z||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-12-30T04:40:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:40:39.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:40:39.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:41:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:41:29.634Z||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-12-30T04:41:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:41:29.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:41:29.649Z||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-12-30T04:41:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:41:39.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:41:39.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:42:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:42:29.634Z||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-12-30T04:42:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:42:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:42:29.648Z||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-12-30T04:42:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:42:39.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:42:39.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:43:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:43:29.634Z||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-12-30T04:43:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:43:29.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:43:29.649Z||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-12-30T04:43:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:43:39.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:43:39.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:44:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:44:29.635Z||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-12-30T04:44:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:44:29.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:44:29.648Z||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-12-30T04:44:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:44:39.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:44:39.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:45:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:45:29.634Z||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-12-30T04:45:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:45:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:45:29.648Z||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-12-30T04:45:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:45:39.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:45:39.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:46:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:46:29.635Z||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-12-30T04:46:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:46:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:46:29.650Z||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-12-30T04:46:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:46:39.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:46:39.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:47:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:47:29.634Z||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-12-30T04:47:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:47:29.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:47:29.649Z||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-12-30T04:47:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:47:39.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:47:39.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:48:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:48:29.634Z||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-12-30T04:48:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:48:29.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:48:29.650Z||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-12-30T04:48:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:48:39.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:48:39.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:49:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:49:29.634Z||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-12-30T04:49:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:49:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:49:29.648Z||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-12-30T04:49:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:49:39.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:49:39.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:50:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:50:29.634Z||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-12-30T04:50:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:50:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:50:29.648Z||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-12-30T04:50:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:50:39.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:50:39.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:29.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:51:29.634Z||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-12-30T04:51:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:51:29.649Z||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-12-30T04:51:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:30.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:30.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:30.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"46f426aa-97f4-466a-ab36-ecdeecf488db","serviceName":"vFW 2022-12-30 04-49-43","serviceVersion":"1.0","serviceUUID":"e1914087-4036-4d85-9c43-7fb46bead318","serviceDescription":"catalog service description","serviceInvariantUUID":"6add5dbb-45dc-4ce2-9351-0b16af19c8e5","resources":[{"resourceInstanceName":"vFW ecf54d67-5c1a 0","resourceName":"vFW ecf54d67-5c1a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90132a7d-1114-4a32-a08e-16264ba46527","resourceInvariantUUID":"d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe","resourceCustomizationUUID":"47c17c38-9a94-4fe7-9e64-be367579caed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRmOTQ3MmY5MmY1OGEwODcxNWQyODFkMDIyMjdkMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37005e62-fff1-40cb-b457-fe00774242f5","artifactVersion":"1"},{"artifactName":"vfwecf54d675c1a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json","artifactChecksum":"ZTA1M2EyMTQ5MTM3YTg1NjJmY2VjYjk5Y2JhZjRhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1612c2ff-65f6-4e4e-9b88-4beabcb764b7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9177fd93-ed4b-4074-bbff-ea0117305d78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2NkNmEzZTViYzM1MTI0MTVmODViN2FhNWU3ZDJjZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b2d391f-a3e0-40fa-9805-27fec0ade0c3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d91c5f36-97ce-4a93-8a4d-95b283f7cd0d","artifactVersion":"2","generatedFromUUID":"9177fd93-ed4b-4074-bbff-ea0117305d78"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221230044943-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml","artifactChecksum":"ZWRmY2NiNTBhNjU0NWM0OGJlOTU4ZmY3MmIwOWE1NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"434e19bc-bcc3-403d-bb8c-e556b0686195","artifactVersion":"1"},{"artifactName":"service-Vfw20221230044943-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar","artifactChecksum":"Y2MxZTBkM2FlOGZmYmE5MTdjMGJkNjUyNjdkODE3NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c512d726-9122-47b5-b034-4da3b2762436","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T04:51:30.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.326Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:30.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:30.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "ves-openapi-manager", "timestamp": 1672375832598, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOTIFIED" } 2022-12-30T04:51:30.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375839901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:51:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-30T04:51:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375848016, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.353Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.354Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-30T04:51:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "cds", "timestamp": 1672375849044, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-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-12-30T04:51:30.453Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-12-30T04:51:30.457Z||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-12-30T04:51:30.458Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:30.472Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:30.479Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-30T04:51:30.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db 2022-12-30T04:51:30.592Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db 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-12-30T04:51:30.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375844645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:51:30.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375852469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375853539, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:30.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375854622, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:30.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375848585, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:51:30.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375855762, "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-12-30T04:51:30.641Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db 2022-12-30T04:51:30.641Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db 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-12-30T04:51:30.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375849314, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375856497, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "multicloud-k8s-id", "timestamp": 1672375856768, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375857218, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375862882, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375863887, "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-12-30T04:51:30.658Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db 2022-12-30T04:51:30.658Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db 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-12-30T04:51:30.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375872550, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:51:30.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:51:30.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:51:30.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "aai-ml", "timestamp": 1672375873557, "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-12-30T04:51:30.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46f426aa-97f4-466a-ab36-ecdeecf488db 2022-12-30T04:51:30.674Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f426aa-97f4-466a-ab36-ecdeecf488db 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-12-30T04:51:31.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:31.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:31.368Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:31.369Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOTIFIED" } 2022-12-30T04:51:31.469Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:31.470Z||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-12-30T04:51:31.470Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:31.481Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:31.482Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:32.369Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:32.370Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:32.372Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:32.372Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-30T04:51:32.473Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T04:51:32.475Z||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-12-30T04:51:32.475Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:32.486Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:32.487Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:33.377Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:33.378Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:33.381Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:33.381Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:33.481Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:33.482Z||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-12-30T04:51:33.483Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:33.495Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:33.495Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:34.383Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:34.383Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:34.386Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:34.386Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-30T04:51:34.486Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:34.487Z||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-12-30T04:51:34.487Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:34.505Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:34.505Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:35.387Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:35.388Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:35.390Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:35.390Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:51:35.490Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:35.492Z||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-12-30T04:51:35.492Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:35.509Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:35.510Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:36.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:51:36.392Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:36.394Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:36.395Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:51:36.495Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:36.496Z||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-12-30T04:51:36.496Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:36.508Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:36.509Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:37.397Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "serviceName": "vFW 2022-12-30 04-49-43", "serviceVersion": "1.0", "serviceUUID": "e1914087-4036-4d85-9c43-7fb46bead318", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6add5dbb-45dc-4ce2-9351-0b16af19c8e5", "resources": [ { "resourceInstanceName": "vFW ecf54d67-5c1a 0", "resourceCustomizationUUID": "47c17c38-9a94-4fe7-9e64-be367579caed", "resourceName": "vFW ecf54d67-5c1a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "90132a7d-1114-4a32-a08e-16264ba46527", "resourceInvariantUUID": "d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwecf54d675c1a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "artifactChecksum": "ZTA1M2EyMTQ5MTM3YTg1NjJmY2VjYjk5Y2JhZjRhZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1612c2ff-65f6-4e4e-9b88-4beabcb764b7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9177fd93-ed4b-4074-bbff-ea0117305d78", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d91c5f36-97ce-4a93-8a4d-95b283f7cd0d", "generatedFromUUID": "9177fd93-ed4b-4074-bbff-ea0117305d78" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d91c5f36-97ce-4a93-8a4d-95b283f7cd0d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221230044943-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "artifactChecksum": "Y2MxZTBkM2FlOGZmYmE5MTdjMGJkNjUyNjdkODE3NGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c512d726-9122-47b5-b034-4da3b2762436" } ], "workloadContext": "Production" } 2022-12-30T04:51:37.398Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T04:51:37.398Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1914087-4036-4d85-9c43-7fb46bead318 ASDC 2022-12-30T04:51:37.510Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:46f426aa-97f4-466a-ab36-ecdeecf488db ServiceName:vFW 2022-12-30 04-49-43 ServiceVersion:1.0 ServiceUUID:e1914087-4036-4d85-9c43-7fb46bead318 ServiceInvariantUUID:6add5dbb-45dc-4ce2-9351-0b16af19c8e5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221230044943-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar ArtifactUUID:c512d726-9122-47b5-b034-4da3b2762436 ArtifactChecksum:Y2MxZTBkM2FlOGZmYmE5MTdjMGJkNjUyNjdkODE3NGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ecf54d67-5c1a 0 ResourceCustomizationUUID:47c17c38-9a94-4fe7-9e64-be367579caed ResourceInvariantUUID:d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe ResourceName:vFW ecf54d67-5c1a ResourceType:VF ResourceUUID:90132a7d-1114-4a32-a08e-16264ba46527 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwecf54d675c1a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json ArtifactUUID:1612c2ff-65f6-4e4e-9b88-4beabcb764b7 ArtifactChecksum:ZTA1M2EyMTQ5MTM3YTg1NjJmY2VjYjk5Y2JhZjRhZmY= 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/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml ArtifactUUID:9177fd93-ed4b-4074-bbff-ea0117305d78 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/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env ArtifactUUID:d91c5f36-97ce-4a93-8a4d-95b283f7cd0d 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/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env ArtifactUUID:d91c5f36-97ce-4a93-8a4d-95b283f7cd0d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-30T04:51:37.511Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1914087-4036-4d85-9c43-7fb46bead318 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-12-30T04:51:37.575Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T04:51:37.576Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-30T04:51:37.578Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-30T04:51:37.578Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c512d726-9122-47b5-b034-4da3b2762436 from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:37.578Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T04:51:37.580Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:37.688Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T04:51:37.706Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar c512d726-9122-47b5-b034-4da3b2762436 100716 2022-12-30T04:51:37.708Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar ASDC sendASDCNotification 2022-12-30T04:51:37.708Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:37.710Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:51:37.710Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:37.712Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:37.712Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375897707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:37.813Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:37.814Z||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-12-30T04:51:37.814Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:37.825Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:37.825Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:38.713Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T04:51:38.714Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-30T04:51:38.715Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c512d726-9122-47b5-b034-4da3b2762436, URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar to file: /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:38.715Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221230044943-csar.csar 2022-12-30T04:51:38.809Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:38.809Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:39.572Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4706629464153527563/Definitions/service-Vfw20221230044943-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-12-30T04:51:42.621Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.626Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ecf54d67-5c1a 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:42.627Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-30T04:51:42.633Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.635Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.638Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:42.639Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-30T04:51:42.640Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:42.642Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-30T04:51:42.643Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T04:51:42.643Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.643Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.646Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.646Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:42.646Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-30T04:51:42.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.649Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T04:51:42.650Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:42.651Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.652Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-30T04:51:42.653Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.654Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55e69105-91d4-4910-86d4-b21059be8e28 2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.655Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-30T04:51:42.656Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=229d17fe-8cea-47ea-894e-47d9fff79509 2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:42.657Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:42.658Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb12d39a-718c-43f7-8887-44ba20f0b2eb 2022-12-30T04:51:42.659Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.660Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:42.661Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:42.661Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-30 04-49-43 Description:catalog service description Model UUID:e1914087-4036-4d85-9c43-7fb46bead318 Model Version:NULL Model InvariantUuid:6add5dbb-45dc-4ce2-9351-0b16af19c8e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ecf54d67-5c1a Model UUID:f624dd5e-56b3-4a42-b139-b9af6d6ab1a9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d3ca2f27-fa8e-4eb2-a8ab-4baf002200fe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:47c17c38-9a94-4fe7-9e64-be367579caed NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1809c974-17ea-4989-bc9e-7796c5715de8 ModelName:VfwEcf54d675c1a..base_vfw..module-0 ModelUuid:cfb775e8-f1b0-4b11-b771-288600c8c03c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55e69105-91d4-4910-86d4-b21059be8e28 ModelInvariantUuid:21a10167-d1bd-4e57-92cb-b36ed609ef81 ModelName:vFW ecf54d67-5c1a-nodes.vfwCvfc ModelUuid:92951506-ecec-4ba9-af13-a3a746158e66 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3a8b51ae-3045-4769-8737-4a17e0990c37 ModelInvariantUuid:a809e4ca-6de3-41a7-a6aa-bb0319df4a4e ModelName:VfwEcf54d675c1a.compute.nodes.heat.vfw ModelUuid:4d42abf2-72d0-4aa6-927e-2d4ca1da3f38 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:229d17fe-8cea-47ea-894e-47d9fff79509 ModelInvariantUuid:ea7689b7-fb2e-455f-bb5c-68955390721f ModelName:vFW ecf54d67-5c1a-nodes.vsnCvfc ModelUuid:577f71b2-020e-4368-947f-4338851b6c69 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:49f8975f-aa8d-4638-9455-b4855690545c ModelInvariantUuid:e8267483-c828-4d1c-9660-4f801a1d8a6d ModelName:VfwEcf54d675c1a.compute.nodes.heat.vsn ModelUuid:d1783c33-5144-4e29-ac9d-6ceefb78cf44 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:eb12d39a-718c-43f7-8887-44ba20f0b2eb ModelInvariantUuid:d18bf67a-a799-4838-b3e6-9117c52ec0c1 ModelName:vFW ecf54d67-5c1a-nodes.vpgCvfc ModelUuid:a0ff969c-cb23-4944-8b96-167e992dd9fd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c797ba05-4732-4d37-83b8-2b1120e99c6f ModelInvariantUuid:dd797ad5-6c11-4a9e-9426-bd7f3d9d96a5 ModelName:VfwEcf54d675c1a.compute.nodes.heat.vpg ModelUuid:ae7b766c-5019-4200-9ea1-3b1e9d772ce8 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-12-30T04:51:42.671Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 90132a7d-1114-4a32-a08e-16264ba46527 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-12-30T04:51:42.767Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||vFW ecf54d67-5c1a 0 2022-12-30T04:51:42.773Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90132a7d-1114-4a32-a08e-16264ba46527 2022-12-30T04:51:42.773Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1612c2ff-65f6-4e4e-9b88-4beabcb764b7 from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json 2022-12-30T04:51:42.774Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T04:51:42.774Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json 2022-12-30T04:51:42.871Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T04:51:42.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json 1612c2ff-65f6-4e4e-9b88-4beabcb764b7 785 2022-12-30T04:51:42.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json ASDC sendASDCNotification 2022-12-30T04:51:42.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json 2022-12-30T04:51:42.873Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:51:42.873Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:42.876Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:42.876Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375902872, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:42.976Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:42.977Z||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-12-30T04:51:42.977Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:42.987Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:42.987Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:43.879Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEcf54d675c1a..base_vfw..module-0", "vfModuleModelInvariantUUID": "1809c974-17ea-4989-bc9e-7796c5715de8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfb775e8-f1b0-4b11-b771-288600c8c03c", "vfModuleModelCustomizationUUID": "2fb2c771-c7fc-4b06-a200-6f6afdfde02e", "isBase": true, "artifacts": [ "9177fd93-ed4b-4074-bbff-ea0117305d78", "d91c5f36-97ce-4a93-8a4d-95b283f7cd0d" ], "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-12-30T04:51:43.894Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEcf54d675c1a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfb775e8-f1b0-4b11-b771-288600c8c03c VfModuleModelInvariantUUID:1809c974-17ea-4989-bc9e-7796c5715de8 VfModuleModelDescription:NULL Artifacts UUID List:{ 9177fd93-ed4b-4074-bbff-ea0117305d78 , d91c5f36-97ce-4a93-8a4d-95b283f7cd0d } 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-12-30T04:51:43.897Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEcf54d675c1a..base_vfw..module-0", "vfModuleModelInvariantUUID": "1809c974-17ea-4989-bc9e-7796c5715de8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfb775e8-f1b0-4b11-b771-288600c8c03c", "vfModuleModelCustomizationUUID": "2fb2c771-c7fc-4b06-a200-6f6afdfde02e", "isBase": true, "artifacts": [ "9177fd93-ed4b-4074-bbff-ea0117305d78", "d91c5f36-97ce-4a93-8a4d-95b283f7cd0d" ], "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-12-30T04:51:43.897Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEcf54d675c1a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfb775e8-f1b0-4b11-b771-288600c8c03c VfModuleModelInvariantUUID:1809c974-17ea-4989-bc9e-7796c5715de8 VfModuleModelDescription:NULL Artifacts UUID List:{ 9177fd93-ed4b-4074-bbff-ea0117305d78 , d91c5f36-97ce-4a93-8a4d-95b283f7cd0d } 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-12-30T04:51:43.897Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9177fd93-ed4b-4074-bbff-ea0117305d78 from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml 2022-12-30T04:51:43.898Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T04:51:43.898Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml 2022-12-30T04:51:43.946Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml 9177fd93-ed4b-4074-bbff-ea0117305d78 20368 2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml 2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:51:43.947Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:43.949Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:43.949Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375903947, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:44.049Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:44.051Z||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-12-30T04:51:44.051Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:44.065Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:44.066Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-30T04:51:44.950Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d91c5f36-97ce-4a93-8a4d-95b283f7cd0d from URL: /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env 2022-12-30T04:51:44.950Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T04:51:44.950Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env 2022-12-30T04:51:45.018Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T04:51:45.019Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env d91c5f36-97ce-4a93-8a4d-95b283f7cd0d 2098 2022-12-30T04:51:45.019Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-30T04:51:45.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env 2022-12-30T04:51:45.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:51:45.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:45.023Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:45.023Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375905019, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-30T04:51:45.123Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:45.124Z||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-12-30T04:51:45.125Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:45.138Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:45.139Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:46.024Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e1914087-4036-4d85-9c43-7fb46bead318 2022-12-30T04:51:46.024Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ecf54d67-5c1a 0 90132a7d-1114-4a32-a08e-16264ba46527 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-12-30T04:51:46.064Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29ca0d54, org.onap.sdc.toscaparser.api.parameters.Input@4b7a3e5c, org.onap.sdc.toscaparser.api.parameters.Input@46c434c7, org.onap.sdc.toscaparser.api.parameters.Input@7b8d3c44, org.onap.sdc.toscaparser.api.parameters.Input@2543ecc] 2022-12-30T04:51:46.073Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.073Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.073Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-30T04:51:46.074Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 47c17c38-9a94-4fe7-9e64-be367579caed 2022-12-30T04:51:46.074Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47c17c38-9a94-4fe7-9e64-be367579caed matches Tosca VF Customization UUID: 47c17c38-9a94-4fe7-9e64-be367579caed 2022-12-30T04:51:46.074Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 47c17c38-9a94-4fe7-9e64-be367579caed 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-12-30T04:51:46.082Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.082Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.083Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 47c17c38-9a94-4fe7-9e64-be367579caed: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67fb33f0 2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T04:51:46.084Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fb2c771-c7fc-4b06-a200-6f6afdfde02e 2022-12-30T04:51:46.086Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fb2c771-c7fc-4b06-a200-6f6afdfde02e 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-12-30T04:51:46.097Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.098Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:46.098Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:46.099Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.099Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:46.099Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:46.100Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-30T04:51:46.101Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:46.102Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-30T04:51:46.103Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.103Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55e69105-91d4-4910-86d4-b21059be8e28 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-12-30T04:51:46.112Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.112Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:46.113Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:46.113Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.113Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.114Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:46.115Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-30T04:51:46.116Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.117Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=229d17fe-8cea-47ea-894e-47d9fff79509 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-12-30T04:51:46.119Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.120Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:46.120Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is not matching search criteria 2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-30T04:51:46.123Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-30T04:51:46.124Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.124Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:46.124Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-30T04:51:46.125Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-30T04:51:46.126Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-30T04:51:46.126Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-30T04:51:46.126Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb12d39a-718c-43f7-8887-44ba20f0b2eb 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-12-30T04:51:46.129Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.130Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Node template vFW ecf54d67-5c1a 0 is matching search criteria 2022-12-30T04:51:46.131Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ecf54d67-5c1a 0] matching following query criteria: sdcType=VF, customizationUUID=47c17c38-9a94-4fe7-9e64-be367579caed 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-12-30T04:51:46.133Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.134Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.134Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e1914087-4036-4d85-9c43-7fb46bead318: vFW ecf54d67-5c1a 2022-12-30T04:51:46.134Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.135Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.137Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:51:46.137Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-30 04-49-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:51:46.137Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-12-30 04-49-43 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-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ecf54d67-5c1a 90132a7d-1114-4a32-a08e-16264ba46527 1 ASDC deployResourceStructure 2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json ASDC sendASDCNotification 2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json 2022-12-30T04:51:46.446Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:51:46.447Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:46.448Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:46.448Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375906446, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T04:51:46.549Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:46.550Z||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-12-30T04:51:46.550Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:46.560Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:46.561Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml 2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:51:47.450Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:47.452Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:47.452Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375907450, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-30T04:51:47.552Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:47.553Z||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-12-30T04:51:47.554Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:47.598Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:47.598Z||pool-15-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:48.453Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-30T04:51:48.454Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env 2022-12-30T04:51:48.454Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:51:48.454Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:48.456Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:48.456Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375908453, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-30T04:51:48.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:51:48.557Z||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-12-30T04:51:48.557Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:48.578Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:48.579Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:49.458Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar ASDC sendASDCNotification 2022-12-30T04:51:49.458Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar 2022-12-30T04:51:49.458Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:51:49.459Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:51:49.461Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:51:49.461Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375909457, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:51:49.561Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T04:51:49.562Z||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-12-30T04:51:49.562Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:51:49.575Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:51:49.575Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:51:50.463Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f426aa-97f4-466a-ab36-ecdeecf488db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T04:51:50.484Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f426aa-97f4-466a-ab36-ecdeecf488db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T04:51:50.490Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T04:51:50.490Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T04:51:50.490Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T04:51:50.491Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T04:51:50.491Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:51:50.491Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:51:50.492Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:51:50.492Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:51:50.492Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:51:50.493Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-12-30T04:51:50.500Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T04:52:20.501Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46f426aa-97f4-466a-ab36-ecdeecf488db 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-12-30T04:52:20.512Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46f426aa-97f4-466a-ab36-ecdeecf488db and serviceModelVersionId: e1914087-4036-4d85-9c43-7fb46bead318 2022-12-30T04:52:20.513Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6add5dbb-45dc-4ce2-9351-0b16af19c8e5 2022-12-30T04:52:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:52:29.648Z||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-12-30T04:52:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:29.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:52:29.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:52:29.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:52:35.400Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0 2022-12-30T04:52:35.505Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T04:52:36.015Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?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-12-30T04:52:36.020Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0|INFO|500||Invoke 2022-12-30T04:52:36.136Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T04:52:36.399Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0|INFO|500||InvokeReturn 2022-12-30T04:52:36.399Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6add5dbb-45dc-4ce2-9351-0b16af19c8e5/model-vers/model-ver/e1914087-4036-4d85-9c43-7fb46bead318?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 04:52:34 GMT], content-length=[0], vertex-id=[208984], x-aai-txid=[0-aai-resources-221230-04:52:34:520-73303], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T04:52:36.400Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-30T04:52:36.416Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T04:52:36.416Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-12-30T04:52:36.428Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||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-12-30T04:52:36.429Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46f426aa-97f4-466a-ab36-ecdeecf488db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T04:52:36.430Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T04:52:36.430Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:36.432Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:36.432Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375956429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T04:52:36.532Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:36.533Z||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-12-30T04:52:36.534Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:36.544Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:36.545Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-30T04:52:37.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:52:37.449Z||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-12-30T04:52:37.449Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:38.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:38.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T04:52:38.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3038ab92-b085-475c-b471-77cc212d54bc","serviceName":"basic_onboard_HGuCJR","serviceVersion":"1.0","serviceUUID":"6b04a23b-6d06-4115-9d22-ddb9335caa1b","serviceDescription":"service","serviceInvariantUUID":"84c285b3-7ae2-42cd-b5eb-d6b202c7a18e","resources":[{"resourceInstanceName":"basic_onboard_HGuCJR 0","resourceName":"basic_onboard_HGuCJR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0dbda3c-c289-4e71-a611-2f764e0ef44f","resourceInvariantUUID":"d0570d66-7eef-4128-be51-c947717e78d5","resourceCustomizationUUID":"e2d99b3b-9d22-4682-bc6f-59b529850270","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml","artifactChecksum":"MDIyOTZiZWM0MzkyZTZiNTFmN2E5ZjBmZDgxOTNiMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"919c9ab4-244a-4c41-837b-61ef8d9127d1","artifactVersion":"1"},{"artifactName":"basic_onboard_hgucjr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json","artifactChecksum":"ZmJlMmVlMTU0NjFmYWU0MjA4MzIyYTdmNGJmNTNlNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5396ac14-a98e-4383-9215-4cf686b371b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48de683f-423b-4b32-b79e-4be37982bba0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"548df2b9-6499-4568-9e9c-2e52054af938","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a30b7a8c-18a6-4a39-8508-15abd6da6709","artifactVersion":"2","generatedFromUUID":"48de683f-423b-4b32-b79e-4be37982bba0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHgucjr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml","artifactChecksum":"ZTE2YTY3YjdiYzgyZjQyNzcyZmRkY2YwMDk0OGFlMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85d017d6-b4ef-4dd7-958a-bfbf91479c71","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHgucjr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar","artifactChecksum":"N2Q5YjU4YTNlYjI1ZDViMjY4MzBhNTVjNDE5YWYyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be103285-18da-46fd-be66-bf3a5cb4d159","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T04:52:38.082Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:38.082Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:38.084Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:38.084Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:52:38.184Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:38.185Z||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-12-30T04:52:38.185Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:38.204Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:38.204Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:39.085Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:39.086Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:39.088Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:39.088Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOTIFIED" } 2022-12-30T04:52:39.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T04:52:39.189Z||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-12-30T04:52:39.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:39.203Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:39.203Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-30T04:52:40.089Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:40.090Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:40.093Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:40.093Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-30T04:52:40.193Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:40.194Z||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-12-30T04:52:40.194Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:40.205Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:40.206Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:41.094Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:41.096Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:41.098Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:41.098Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:52:41.199Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:41.200Z||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-12-30T04:52:41.201Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:41.212Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:41.212Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:42.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:42.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:42.102Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:42.102Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-30T04:52:42.202Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:42.204Z||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-12-30T04:52:42.204Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:42.216Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:42.216Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:43.103Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:43.104Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:43.106Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:43.106Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:52:43.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:43.207Z||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-12-30T04:52:43.208Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:43.263Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:43.264Z||pool-24-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:44.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T04:52:44.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:44.109Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:44.109Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:52:44.211Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T04:52:44.212Z||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-12-30T04:52:44.212Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:44.224Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:44.225Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:45.111Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "serviceName": "basic_onboard_HGuCJR", "serviceVersion": "1.0", "serviceUUID": "6b04a23b-6d06-4115-9d22-ddb9335caa1b", "serviceDescription": "service", "serviceInvariantUUID": "84c285b3-7ae2-42cd-b5eb-d6b202c7a18e", "resources": [ { "resourceInstanceName": "basic_onboard_HGuCJR 0", "resourceCustomizationUUID": "e2d99b3b-9d22-4682-bc6f-59b529850270", "resourceName": "basic_onboard_HGuCJR", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c0dbda3c-c289-4e71-a611-2f764e0ef44f", "resourceInvariantUUID": "d0570d66-7eef-4128-be51-c947717e78d5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hgucjr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "artifactChecksum": "ZmJlMmVlMTU0NjFmYWU0MjA4MzIyYTdmNGJmNTNlNjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5396ac14-a98e-4383-9215-4cf686b371b2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48de683f-423b-4b32-b79e-4be37982bba0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a30b7a8c-18a6-4a39-8508-15abd6da6709", "generatedFromUUID": "48de683f-423b-4b32-b79e-4be37982bba0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a30b7a8c-18a6-4a39-8508-15abd6da6709", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHgucjr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "artifactChecksum": "N2Q5YjU4YTNlYjI1ZDViMjY4MzBhNTVjNDE5YWYyYjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be103285-18da-46fd-be66-bf3a5cb4d159" } ], "workloadContext": "Production" } 2022-12-30T04:52:45.112Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T04:52:45.112Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b04a23b-6d06-4115-9d22-ddb9335caa1b ASDC 2022-12-30T04:52:45.112Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3038ab92-b085-475c-b471-77cc212d54bc ServiceName:basic_onboard_HGuCJR ServiceVersion:1.0 ServiceUUID:6b04a23b-6d06-4115-9d22-ddb9335caa1b ServiceInvariantUUID:84c285b3-7ae2-42cd-b5eb-d6b202c7a18e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHgucjr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar ArtifactUUID:be103285-18da-46fd-be66-bf3a5cb4d159 ArtifactChecksum:N2Q5YjU4YTNlYjI1ZDViMjY4MzBhNTVjNDE5YWYyYjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_HGuCJR 0 ResourceCustomizationUUID:e2d99b3b-9d22-4682-bc6f-59b529850270 ResourceInvariantUUID:d0570d66-7eef-4128-be51-c947717e78d5 ResourceName:basic_onboard_HGuCJR ResourceType:VF ResourceUUID:c0dbda3c-c289-4e71-a611-2f764e0ef44f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hgucjr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json ArtifactUUID:5396ac14-a98e-4383-9215-4cf686b371b2 ArtifactChecksum:ZmJlMmVlMTU0NjFmYWU0MjA4MzIyYTdmNGJmNTNlNjY= 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/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml ArtifactUUID:48de683f-423b-4b32-b79e-4be37982bba0 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/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env ArtifactUUID:a30b7a8c-18a6-4a39-8508-15abd6da6709 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/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env ArtifactUUID:a30b7a8c-18a6-4a39-8508-15abd6da6709 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-30T04:52:45.112Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b04a23b-6d06-4115-9d22-ddb9335caa1b 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-12-30T04:52:45.146Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T04:52:45.147Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-30T04:52:45.147Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-30T04:52:45.148Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be103285-18da-46fd-be66-bf3a5cb4d159 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:45.148Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-30T04:52:45.148Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:45.215Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-30T04:52:45.219Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar be103285-18da-46fd-be66-bf3a5cb4d159 75315 2022-12-30T04:52:45.220Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar ASDC sendASDCNotification 2022-12-30T04:52:45.220Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:45.220Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:52:45.221Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:45.223Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:45.223Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375965220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:52:45.323Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:45.324Z||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-12-30T04:52:45.324Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:45.341Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:45.341Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-30T04:52:46.223Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T04:52:46.227Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-30T04:52:46.227Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be103285-18da-46fd-be66-bf3a5cb4d159, URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar to file: /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:46.227Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:46.228Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:46.228Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:46.364Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11185694384090441554/Definitions/service-BasicOnboardHgucjr-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.519Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HGuCJR 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-30T04:52:47.520Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T04:52:47.521Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.522Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is not matching search criteria 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-30T04:52:47.523Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:52:47.524Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.525Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is not matching search criteria 2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=42275cbf-93c8-4575-9856-3d9c4ae5802c 2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.526Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:47.527Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_HGuCJR Description:service Model UUID:6b04a23b-6d06-4115-9d22-ddb9335caa1b Model Version:NULL Model InvariantUuid:84c285b3-7ae2-42cd-b5eb-d6b202c7a18e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_HGuCJR Model UUID:1e806720-1a53-4ca3-b87a-6a4c210ccc8a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d0570d66-7eef-4128-be51-c947717e78d5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e2d99b3b-9d22-4682-bc6f-59b529850270 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb80d230-903a-4285-8a81-18bce3617c89 ModelName:BasicOnboardHgucjr..base_ubuntu18..module-0 ModelUuid:f16a8526-7813-473d-8200-7219847f5604 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:42275cbf-93c8-4575-9856-3d9c4ae5802c ModelInvariantUuid:d6113772-8ddd-4852-a752-efe1091013d1 ModelName:basic_onboard_HGuCJR-nodes.ubuntu18Cvfc ModelUuid:f3d39ad7-011e-4c25-bf1c-e26d0be2b174 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8d594c05-f5dc-4b99-8632-6c43b7cb2717 ModelInvariantUuid:46ae04af-ddcf-470a-8f88-b1dbe85bd120 ModelName:BasicOnboardHgucjr.compute.nodes.heat.ubuntu18 ModelUuid:e9f6ea73-7420-421a-bf58-93750219d981 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-12-30T04:52:47.537Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c0dbda3c-c289-4e71-a611-2f764e0ef44f 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-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||basic_onboard_HGuCJR 0 2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0dbda3c-c289-4e71-a611-2f764e0ef44f 2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5396ac14-a98e-4383-9215-4cf686b371b2 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json 2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-30T04:52:47.541Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json 2022-12-30T04:52:47.588Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-30T04:52:47.588Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json 5396ac14-a98e-4383-9215-4cf686b371b2 798 2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json ASDC sendASDCNotification 2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json 2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:52:47.589Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:47.591Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:47.591Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375967589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T04:52:47.692Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T04:52:47.693Z||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-12-30T04:52:47.693Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:47.703Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:47.704Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:48.593Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHgucjr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "eb80d230-903a-4285-8a81-18bce3617c89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f16a8526-7813-473d-8200-7219847f5604", "vfModuleModelCustomizationUUID": "6a52dd60-65a2-4281-aaf5-b76e173bbea2", "isBase": true, "artifacts": [ "48de683f-423b-4b32-b79e-4be37982bba0", "a30b7a8c-18a6-4a39-8508-15abd6da6709" ], "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-12-30T04:52:48.597Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHgucjr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f16a8526-7813-473d-8200-7219847f5604 VfModuleModelInvariantUUID:eb80d230-903a-4285-8a81-18bce3617c89 VfModuleModelDescription:NULL Artifacts UUID List:{ 48de683f-423b-4b32-b79e-4be37982bba0 , a30b7a8c-18a6-4a39-8508-15abd6da6709 } 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-12-30T04:52:48.600Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHgucjr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "eb80d230-903a-4285-8a81-18bce3617c89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f16a8526-7813-473d-8200-7219847f5604", "vfModuleModelCustomizationUUID": "6a52dd60-65a2-4281-aaf5-b76e173bbea2", "isBase": true, "artifacts": [ "48de683f-423b-4b32-b79e-4be37982bba0", "a30b7a8c-18a6-4a39-8508-15abd6da6709" ], "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-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHgucjr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f16a8526-7813-473d-8200-7219847f5604 VfModuleModelInvariantUUID:eb80d230-903a-4285-8a81-18bce3617c89 VfModuleModelDescription:NULL Artifacts UUID List:{ 48de683f-423b-4b32-b79e-4be37982bba0 , a30b7a8c-18a6-4a39-8508-15abd6da6709 } 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-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48de683f-423b-4b32-b79e-4be37982bba0 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml 2022-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-30T04:52:48.601Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml 2022-12-30T04:52:48.645Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-30T04:52:48.646Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml 48de683f-423b-4b32-b79e-4be37982bba0 5033 2022-12-30T04:52:48.646Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-30T04:52:48.646Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml 2022-12-30T04:52:48.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:52:48.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:48.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:48.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375968646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T04:52:48.749Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:48.750Z||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-12-30T04:52:48.750Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:48.762Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:48.763Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-30T04:52:49.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a30b7a8c-18a6-4a39-8508-15abd6da6709 from URL: /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env 2022-12-30T04:52:49.650Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-30T04:52:49.650Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env 2022-12-30T04:52:49.701Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env a30b7a8c-18a6-4a39-8508-15abd6da6709 909 2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env 2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T04:52:49.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:49.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:49.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375969702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-30T04:52:49.804Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:49.805Z||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-12-30T04:52:49.806Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:49.825Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:49.825Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:50.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6b04a23b-6d06-4115-9d22-ddb9335caa1b 2022-12-30T04:52:50.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HGuCJR 0 c0dbda3c-c289-4e71-a611-2f764e0ef44f 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-12-30T04:52:50.721Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aaa0e52, org.onap.sdc.toscaparser.api.parameters.Input@7f421368, org.onap.sdc.toscaparser.api.parameters.Input@6b45d4d0, org.onap.sdc.toscaparser.api.parameters.Input@12cf5257, org.onap.sdc.toscaparser.api.parameters.Input@80d16c2] 2022-12-30T04:52:50.722Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.722Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e2d99b3b-9d22-4682-bc6f-59b529850270 2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2d99b3b-9d22-4682-bc6f-59b529850270 matches Tosca VF Customization UUID: e2d99b3b-9d22-4682-bc6f-59b529850270 2022-12-30T04:52:50.723Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e2d99b3b-9d22-4682-bc6f-59b529850270 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-12-30T04:52:50.725Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.725Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e2d99b3b-9d22-4682-bc6f-59b529850270: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a289575 2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T04:52:50.726Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a52dd60-65a2-4281-aaf5-b76e173bbea2 2022-12-30T04:52:50.727Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a52dd60-65a2-4281-aaf5-b76e173bbea2 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-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:52:50.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is not matching search criteria 2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-30T04:52:50.730Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-30T04:52:50.731Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=42275cbf-93c8-4575-9856-3d9c4ae5802c 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-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T04:52:50.733Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.734Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_HGuCJR 0 is matching search criteria 2022-12-30T04:52:50.734Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_HGuCJR 0] matching following query criteria: sdcType=VF, customizationUUID=e2d99b3b-9d22-4682-bc6f-59b529850270 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-12-30T04:52:50.735Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.735Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6b04a23b-6d06-4115-9d22-ddb9335caa1b: basic_onboard_HGuCJR 2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.736Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T04:52:50.737Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_HGuCJR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T04:52:50.738Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_HGuCJR 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-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HGuCJR c0dbda3c-c289-4e71-a611-2f764e0ef44f 1 ASDC deployResourceStructure 2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json ASDC sendASDCNotification 2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json 2022-12-30T04:52:50.823Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:52:50.824Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:50.825Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:50.825Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375970823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T04:52:50.926Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T04:52:50.927Z||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-12-30T04:52:50.927Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:50.940Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:50.940Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml 2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:52:51.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:51.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:51.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375971827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-30T04:52:51.930Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:51.931Z||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-12-30T04:52:51.931Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:51.942Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:51.942Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-30T04:52:52.830Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-30T04:52:52.831Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env 2022-12-30T04:52:52.831Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:52:52.831Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:52.833Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:52.833Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375972830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-30T04:52:52.933Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:52:52.934Z||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-12-30T04:52:52.934Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:52.945Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:52.946Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:53.834Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar ASDC sendASDCNotification 2022-12-30T04:52:53.834Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar 2022-12-30T04:52:53.834Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T04:52:53.835Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:52:53.836Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:52:53.836Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375973834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:52:53.937Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T04:52:53.937Z||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-12-30T04:52:53.937Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:52:53.950Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:52:53.950Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T04:52:54.837Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T04:52:54.849Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T04:52:54.851Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T04:52:54.851Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T04:52:54.851Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T04:53:24.860Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T04:53:24.870Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T04:53:24.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T04:53:24.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T04:53:24.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T04:53:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:53:29.648Z||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-12-30T04:53:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:53:29.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:53:29.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "NOTIFIED" } 2022-12-30T04:53:29.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-30T04:53:29.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375889633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375897707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375902872, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375903947, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375905019, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375906446, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/vfwecf54d675c1a0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375907450, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375908453, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/resourceInstances/vfwecf54d675c1a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375909457, "artifactURL": "/sdc/v1/catalog/services/Vfw20221230044943/1.0/artifacts/service-Vfw20221230044943-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "ves-openapi-manager", "timestamp": 1672375912598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375909314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375908585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:53:29.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375914901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375922081, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375922148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375922706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "cds", "timestamp": 1672375923715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-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-12-30T04:53:29.747Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc 2022-12-30T04:53:29.748Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc 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-12-30T04:53:29.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375924503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672375925511, "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-12-30T04:53:29.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc 2022-12-30T04:53:29.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc 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-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOTIFIED" } 2022-12-30T04:53:29.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375930310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:53:29.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "aai-ml", "timestamp": 1672375931316, "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-12-30T04:53:29.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc 2022-12-30T04:53:29.780Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc 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-12-30T04:53:29.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375924644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375932412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375933500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375934557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-30T04:53:29.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375935585, "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-12-30T04:53:29.795Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3038ab92-b085-475c-b471-77cc212d54bc 2022-12-30T04:53:29.795Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3038ab92-b085-475c-b471-77cc212d54bc 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-12-30T04:53:29.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:53:29.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "multicloud-k8s-id", "timestamp": 1672375936589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T04:53:29.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:53:54.872Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T04:53:54.890Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T04:53:54.893Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T04:53:54.893Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T04:53:54.893Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T04:53:54.894Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T04:53:54.894Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:53:54.894Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T04:53:54.895Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-12-30T04:53:54.901Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T04:54:24.902Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3038ab92-b085-475c-b471-77cc212d54bc 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-12-30T04:54:24.909Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3038ab92-b085-475c-b471-77cc212d54bc and serviceModelVersionId: 6b04a23b-6d06-4115-9d22-ddb9335caa1b 2022-12-30T04:54:24.909Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84c285b3-7ae2-42cd-b5eb-d6b202c7a18e 2022-12-30T04:54:24.910Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0 2022-12-30T04:54:24.914Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T04:54:24.968Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?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-12-30T04:54:24.970Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0|INFO|500||Invoke 2022-12-30T04:54:25.006Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T04:54:25.135Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0|INFO|500||InvokeReturn 2022-12-30T04:54:25.137Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c285b3-7ae2-42cd-b5eb-d6b202c7a18e/model-vers/model-ver/6b04a23b-6d06-4115-9d22-ddb9335caa1b?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 04:54:23 GMT], content-length=[0], vertex-id=[180464], x-aai-txid=[2-aai-resources-221230-04:54:23:378-35193], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T04:54:25.138Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-12-30T04:54:25.138Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T04:54:25.138Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-12-30T04:54:25.143Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-12-30T04:54:25.143Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3038ab92-b085-475c-b471-77cc212d54bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T04:54:25.143Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T04:54:25.144Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-30T04:54:25.146Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T04:54:25.146Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376065143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T04:54:25.246Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T04:54:25.247Z||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-12-30T04:54:25.247Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:54:25.268Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:54:25.269Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-12-30T04:54:26.171Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:54:26.171Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T04:54:26.172Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:54:29.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:54:29.650Z||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-12-30T04:54:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:54:29.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:54:29.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "46f426aa-97f4-466a-ab36-ecdeecf488db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375956429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T04:54:29.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:54:29.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "NOTIFIED" } 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375957448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "NOTIFIED" } 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375965220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375967589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375968646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375969702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375970823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/basic_onboard_hgucjr0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T04:54:29.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375971827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375972830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/resourceInstances/basic_onboard_hgucjr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672375973834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgucjr/1.0/artifacts/service-BasicOnboardHgucjr-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T04:54:29.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:54:35.725Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:54:35.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:54:35.727Z||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-12-30T04:54:35.727Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:54:45.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:55:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:55:29.637Z||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-12-30T04:55:29.637Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:55:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:55:29.648Z||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-12-30T04:55:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:55:30.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:55:30.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-12-30T04:55:30.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3038ab92-b085-475c-b471-77cc212d54bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376065143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T04:55:30.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T04:55:39.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:56:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:56:29.634Z||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-12-30T04:56:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:56:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:56:29.649Z||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-12-30T04:56:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:56:39.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:56:39.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:57:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:57:29.634Z||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-12-30T04:57:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:57:29.651Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:57:29.654Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T04:57:29.654Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:57:39.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:57:39.196Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:58:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:58:29.634Z||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-12-30T04:58:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:58:29.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:58:29.649Z||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-12-30T04:58:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:58:39.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:58:39.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:59:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:59:29.634Z||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-12-30T04:59:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:59:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T04:59:29.648Z||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-12-30T04:59:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T04:59:39.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T04:59:39.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:00:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:00:29.634Z||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-12-30T05:00:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:00:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:00:29.648Z||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-12-30T05:00:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:00:39.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:00:39.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:01:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:01:29.634Z||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-12-30T05:01:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:01:29.647Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:01:29.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|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-12-30T05:01:29.648Z|46f426aa-97f4-466a-ab36-ecdeecf488db|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:01:39.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:01:39.203Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:02:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:02:29.634Z||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-12-30T05:02:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:02:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:02:29.648Z||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-12-30T05:02:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:02:39.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:02:39.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:03:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:03:29.634Z||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-12-30T05:03:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:03:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:03:29.650Z||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-12-30T05:03:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:03:39.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:03:39.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:04:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:04:29.634Z||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-12-30T05:04:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:04:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:04:29.653Z||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-12-30T05:04:29.653Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:04:39.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:04:39.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:05:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:05:29.636Z||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-12-30T05:05:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:05:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:05:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:05:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:05:39.208Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:05:39.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:29.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:06:29.634Z||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-12-30T05:06:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:06:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:06:29.648Z||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-12-30T05:06:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:06:30.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a3dd40b-1059-427b-b288-e60dcb282e7c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"17e594a5-0cd3-4afa-9ebe-06ea22989d65","serviceDescription":"service","serviceInvariantUUID":"87bcb231-1039-4c85-b1ae-49df0240397a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1e624f66-0cb3-43bc-8432-09ca92726235","resourceInvariantUUID":"a3076ada-3e1c-4675-aae5-ef8a30ced335","resourceCustomizationUUID":"81bd80a5-aa25-4589-ac2a-eb43f14c250e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDkzMjk4OGM5YjRjN2Y0Y2Q0ZTdhM2RmYTg5NTZhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3f5f386-ab58-4573-831c-006c2c40f7fa","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGFiYjQ1NmFhOTFkZWI4OGI1YzBjMzI2YWZjYTg4N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c336893-c126-4826-9970-8e5d6178641b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:06:30.317Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:06:30.318Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:06:30.321Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:06:30.321Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376789633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:30.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "multicloud-k8s-id", "timestamp": 1672376744644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "ves-openapi-manager", "timestamp": 1672376752598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376749314, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "aai-ml", "timestamp": 1672376748586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "ves-openapi-manager", "timestamp": 1672376752598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "multicloud-k8s-id", "timestamp": 1672376744644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:06:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376749314, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:06:30.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "aai-ml", "timestamp": 1672376748586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:06:30.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "cds", "timestamp": 1672376754901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:06:30.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376756631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:06:30.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "aai-ml", "timestamp": 1672376756737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:06:30.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "cds", "timestamp": 1672376754901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:06:30.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "cds", "timestamp": 1672376757670, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:06:30.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376758371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:06:30.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "cds", "timestamp": 1672376758678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-30T05:06:30.385Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a3dd40b-1059-427b-b288-e60dcb282e7c 2022-12-30T05:06:30.385Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a3dd40b-1059-427b-b288-e60dcb282e7c 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-12-30T05:06:30.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376759376, "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-12-30T05:06:30.399Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a3dd40b-1059-427b-b288-e60dcb282e7c 2022-12-30T05:06:30.399Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a3dd40b-1059-427b-b288-e60dcb282e7c 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-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "aai-ml", "timestamp": 1672376761478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:06:30.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:06:30.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "aai-ml", "timestamp": 1672376762483, "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-12-30T05:06:30.412Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a3dd40b-1059-427b-b288-e60dcb282e7c 2022-12-30T05:06:30.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a3dd40b-1059-427b-b288-e60dcb282e7c 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-12-30T05:06:30.421Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:06:30.422Z||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-12-30T05:06:30.422Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:06:30.433Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:30.433Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:06:31.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:06:31.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:06:31.329Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:06:31.329Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376789633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:06:31.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:06:31.431Z||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-12-30T05:06:31.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:06:31.444Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:31.444Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:06:32.330Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "17e594a5-0cd3-4afa-9ebe-06ea22989d65", "serviceDescription": "service", "serviceInvariantUUID": "87bcb231-1039-4c85-b1ae-49df0240397a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "81bd80a5-aa25-4589-ac2a-eb43f14c250e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1e624f66-0cb3-43bc-8432-09ca92726235", "resourceInvariantUUID": "a3076ada-3e1c-4675-aae5-ef8a30ced335", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "ZGFiYjQ1NmFhOTFkZWI4OGI1YzBjMzI2YWZjYTg4N2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c336893-c126-4826-9970-8e5d6178641b" } ], "workloadContext": "Production" } 2022-12-30T05:06:32.332Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:06:32.332Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 17e594a5-0cd3-4afa-9ebe-06ea22989d65 ASDC 2022-12-30T05:06:32.333Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5a3dd40b-1059-427b-b288-e60dcb282e7c ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:17e594a5-0cd3-4afa-9ebe-06ea22989d65 ServiceInvariantUUID:87bcb231-1039-4c85-b1ae-49df0240397a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:0c336893-c126-4826-9970-8e5d6178641b ArtifactChecksum:ZGFiYjQ1NmFhOTFkZWI4OGI1YzBjMzI2YWZjYTg4N2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:81bd80a5-aa25-4589-ac2a-eb43f14c250e ResourceInvariantUUID:a3076ada-3e1c-4675-aae5-ef8a30ced335 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1e624f66-0cb3-43bc-8432-09ca92726235 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-30T05:06:32.333Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17e594a5-0cd3-4afa-9ebe-06ea22989d65 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-12-30T05:06:32.382Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c336893-c126-4826-9970-8e5d6178641b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-30T05:06:32.383Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-30T05:06:32.384Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-30T05:06:32.458Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-30T05:06:32.464Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0c336893-c126-4826-9970-8e5d6178641b 57654 2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:06:32.465Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:06:32.467Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:06:32.467Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376792465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:06:32.568Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:06:32.569Z||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-12-30T05:06:32.570Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:06:32.582Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:32.583Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:06:33.468Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:06:33.469Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:06:33.469Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0c336893-c126-4826-9970-8e5d6178641b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:33.469Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-30T05:06:33.470Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:33.470Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:33.692Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10262350242803252091/Definitions/service-BasicNetwork-template.yml 2022-12-30T05:06:34.198Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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-BasicNetwork-csar.csar 2022-12-30T05:06:34.199Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.200Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.201Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.202Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.203Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.204Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.204Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.204Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:17e594a5-0cd3-4afa-9ebe-06ea22989d65 Model Version:NULL Model InvariantUuid:87bcb231-1039-4c85-b1ae-49df0240397a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a3076ada-3e1c-4675-aae5-ef8a30ced335 Model UUID:7648ba7a-2c31-455f-960c-9db8ed1e0f23 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:81bd80a5-aa25-4589-ac2a-eb43f14c250e Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-30T05:06:34.214Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 1e624f66-0cb3-43bc-8432-09ca92726235 2022-12-30T05:06:34.214Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||No resources found for Service: 17e594a5-0cd3-4afa-9ebe-06ea22989d65 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-12-30T05:06:34.222Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500|| 2022-12-30T05:06:34.222Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 17e594a5-0cd3-4afa-9ebe-06ea22989d65 2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 17e594a5-0cd3-4afa-9ebe-06ea22989d65 2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-30T05:06:34.223Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-30T05:06:34.229Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52d47e22, org.onap.sdc.toscaparser.api.parameters.Input@6f6d7c7, org.onap.sdc.toscaparser.api.parameters.Input@1ba64e3c, org.onap.sdc.toscaparser.api.parameters.Input@12368f70, org.onap.sdc.toscaparser.api.parameters.Input@6362d67a] 2022-12-30T05:06:34.231Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.231Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 17e594a5-0cd3-4afa-9ebe-06ea22989d65: Generic NeutronNet 2022-12-30T05:06:34.232Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.233Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.233Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.233Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-12-30T05:06:34.281Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:06:34.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:06:34.283Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-30T05:06:34.342Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-30T05:06:34.342Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-30T05:06:34.343Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-30T05:06:34.343Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:06:34.343Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:06:34.346Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:06:34.346Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376794342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:06:34.446Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:06:34.447Z||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-12-30T05:06:34.448Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:06:34.461Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:06:34.462Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:06:35.347Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:06:35.362Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:06:35.364Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:06:35.364Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:06:35.364Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:06:35.365Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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-12-30T05:06:35.370Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:07:05.370Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c 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-12-30T05:07:05.377Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a3dd40b-1059-427b-b288-e60dcb282e7c and serviceModelVersionId: 17e594a5-0cd3-4afa-9ebe-06ea22989d65 2022-12-30T05:07:05.377Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87bcb231-1039-4c85-b1ae-49df0240397a 2022-12-30T05:07:05.379Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0 2022-12-30T05:07:05.384Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:07:05.464Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|INFO|500||Invoke 2022-12-30T05:07:05.464Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a3dd40b-1059-427b-b288-e60dcb282e7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ba6b81c-7387-4cd3-aaee-fade2ac05966], X-ECOMP-RequestID=[5a3dd40b-1059-427b-b288-e60dcb282e7c], X-TransactionId=[], X-ONAP-RequestID=[5a3dd40b-1059-427b-b288-e60dcb282e7c], Content-Type=[application/merge-patch+json]} 2022-12-30T05:07:05.495Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:07:05.604Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?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/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:07:03 GMT], content-length=[0], vertex-id=[180296], x-aai-txid=[0-aai-resources-221230-05:07:03:807-56145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:07:05.605Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:07:05.606Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87bcb231-1039-4c85-b1ae-49df0240397a/model-vers/model-ver/17e594a5-0cd3-4afa-9ebe-06ea22989d65?depth=0|INFO|500||InvokeReturn 2022-12-30T05:07:05.606Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:07:05.606Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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-12-30T05:07:05.611Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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-12-30T05:07:05.612Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a3dd40b-1059-427b-b288-e60dcb282e7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:07:05.612Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:07:05.612Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:05.614Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:05.614Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376825612, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:07:05.715Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:07:05.716Z||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-12-30T05:07:05.716Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:05.732Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:05.732Z||pool-39-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-12-30T05:07:29.633Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:07:29.636Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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-12-30T05:07:29.637Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:07:29.649Z||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-12-30T05:07:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:29.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:29.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:07:29.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376789633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:29.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:07:30.267Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:30.276Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-30T05:07:30.277Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"137c4bef-ba48-48a4-ac3c-397a86f4135a","serviceName":"Demo_pNF_4eltbjRrUbwDlUu68Ym7","serviceVersion":"1.0","serviceUUID":"bb57a21e-00dd-413a-9f97-8cc099c7de14","serviceDescription":"catalog service description","serviceInvariantUUID":"f7fbe915-22c1-4898-9cca-be22df27a324","resources":[{"resourceInstanceName":"pNF d495681f-106f 0","resourceName":"pNF d495681f-106f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87c6fb7d-9ad2-4297-bb2b-957359698cfe","resourceInvariantUUID":"f29b09f2-a8e9-43ec-88e7-637e21bdb94d","resourceCustomizationUUID":"fc869b7e-3a95-4746-8ad9-ef371594c38a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml","artifactChecksum":"YjJjYmI2NzBhNWQyOWE4YzdjMGE2NGU0ZjRlYTIzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66433c74-fc52-46bb-8bfa-9038e1d97af0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar","artifactChecksum":"NGEzNmI1MGYyNjA4NTBjOGNlYThhNTMwM2Q5YzMzY2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf8e5aa3-13cd-4169-ae6b-32c915605792","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e867109-991c-4451-8a0a-9cde8ac06de3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml","artifactChecksum":"YTgxZGZhYmNhNTNmYTA3YjJlY2EwYWQ0ZjgxNjE4ZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"204c5adc-5b25-4dd5-8b17-2fc1e2b156db","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0ff44d8-1ec8-4255-b1e7-42ac01869e3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab8c67a8-fd62-4ab2-a73b-bb2dd50eb528","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4eltbjrrubwdluu68ym7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml","artifactChecksum":"Yzg2ZGIyMzE4MTlhZmY3MTNiZThiNDM0NTg1ZmM2ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d8e5fcf-2095-4876-9267-7e81713bc39d","artifactVersion":"1"},{"artifactName":"service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar","artifactChecksum":"MmNiOWZhMDA1M2E5M2ViZDdhMDkzM2UzMTQ0MTM3ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e33797-336c-4b83-850f-a64b307af55a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:07:30.279Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:30.279Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:30.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:30.282Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:30.383Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:07:30.384Z||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-12-30T05:07:30.384Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:30.395Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:30.396Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:31.283Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:31.283Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:31.286Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:31.286Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:31.386Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:07:31.387Z||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-12-30T05:07:31.387Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:31.405Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:31.406Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:07:32.289Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:32.290Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:32.292Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:32.292Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:32.392Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:07:32.393Z||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-12-30T05:07:32.393Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:32.406Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:32.406Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:33.293Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:33.294Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:33.297Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:33.297Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:33.397Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:07:33.398Z||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-12-30T05:07:33.398Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:33.417Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:33.417Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:34.297Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:34.299Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:34.304Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:34.304Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:34.401Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-30T05:07:34.402Z||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-12-30T05:07:34.402Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:34.421Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:34.422Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:35.304Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:35.305Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:35.307Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:35.307Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:35.407Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:07:35.409Z||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-12-30T05:07:35.410Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:35.422Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:35.423Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:36.308Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:36.309Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:36.311Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:36.312Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:07:36.412Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:07:36.412Z||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-12-30T05:07:36.413Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:36.429Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:36.429Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:07:37.312Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:07:37.314Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:37.316Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:37.316Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:07:37.416Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:07:37.417Z||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-12-30T05:07:37.417Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:37.428Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:37.429Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:38.317Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "serviceName": "Demo_pNF_4eltbjRrUbwDlUu68Ym7", "serviceVersion": "1.0", "serviceUUID": "bb57a21e-00dd-413a-9f97-8cc099c7de14", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f7fbe915-22c1-4898-9cca-be22df27a324", "resources": [ { "resourceInstanceName": "pNF d495681f-106f 0", "resourceCustomizationUUID": "fc869b7e-3a95-4746-8ad9-ef371594c38a", "resourceName": "pNF d495681f-106f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "87c6fb7d-9ad2-4297-bb2b-957359698cfe", "resourceInvariantUUID": "f29b09f2-a8e9-43ec-88e7-637e21bdb94d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "artifactChecksum": "MmNiOWZhMDA1M2E5M2ViZDdhMDkzM2UzMTQ0MTM3ODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e33797-336c-4b83-850f-a64b307af55a" } ], "workloadContext": "Production" } 2022-12-30T05:07:38.318Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:07:38.318Z|5a3dd40b-1059-427b-b288-e60dcb282e7c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb57a21e-00dd-413a-9f97-8cc099c7de14 ASDC 2022-12-30T05:07:38.319Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:137c4bef-ba48-48a4-ac3c-397a86f4135a ServiceName:Demo_pNF_4eltbjRrUbwDlUu68Ym7 ServiceVersion:1.0 ServiceUUID:bb57a21e-00dd-413a-9f97-8cc099c7de14 ServiceInvariantUUID:f7fbe915-22c1-4898-9cca-be22df27a324 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar ArtifactUUID:f5e33797-336c-4b83-850f-a64b307af55a ArtifactChecksum:MmNiOWZhMDA1M2E5M2ViZDdhMDkzM2UzMTQ0MTM3ODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d495681f-106f 0 ResourceCustomizationUUID:fc869b7e-3a95-4746-8ad9-ef371594c38a ResourceInvariantUUID:f29b09f2-a8e9-43ec-88e7-637e21bdb94d ResourceName:pNF d495681f-106f ResourceType:PNF ResourceUUID:87c6fb7d-9ad2-4297-bb2b-957359698cfe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-30T05:07:38.319Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb57a21e-00dd-413a-9f97-8cc099c7de14 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-12-30T05:07:38.348Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f5e33797-336c-4b83-850f-a64b307af55a from URL: /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-30T05:07:38.349Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:38.469Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-30T05:07:38.473Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar f5e33797-336c-4b83-850f-a64b307af55a 87774 2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar ASDC sendASDCNotification 2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:07:38.474Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:38.476Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:38.476Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376858474, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:07:38.576Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:07:38.577Z||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-12-30T05:07:38.577Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:38.599Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:38.600Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:07:39.476Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:07:39.477Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:07:39.478Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f5e33797-336c-4b83-850f-a64b307af55a, URL: /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar to file: /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:39.478Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:39.479Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:39.479Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:39.590Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11930843948947064656/Definitions/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml 2022-12-30T05:07:40.410Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:07:40.411Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-30T05:07:40.411Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d495681f-106f 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-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.412Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|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-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|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-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.413Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|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-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.414Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-30T05:07:40.414Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.414Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.415Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Node template pNF d495681f-106f 0 is matching search criteria 2022-12-30T05:07:40.415Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-30T05:07:40.415Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d495681f-106f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:07:40.416Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.416Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.416Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Node template pNF d495681f-106f 0 is matching search criteria 2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d495681f-106f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.417Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.418Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.418Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.418Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.419Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.420Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.420Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_4eltbjRrUbwDlUu68Ym7 Description:catalog service description Model UUID:bb57a21e-00dd-413a-9f97-8cc099c7de14 Model Version:NULL Model InvariantUuid:f7fbe915-22c1-4898-9cca-be22df27a324 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-12-30T05:07:40.427Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 87c6fb7d-9ad2-4297-bb2b-957359698cfe 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-12-30T05:07:40.431Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||pNF d495681f-106f 0 2022-12-30T05:07:40.431Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 87c6fb7d-9ad2-4297-bb2b-957359698cfe 2022-12-30T05:07:40.432Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bb57a21e-00dd-413a-9f97-8cc099c7de14 2022-12-30T05:07:40.432Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bb57a21e-00dd-413a-9f97-8cc099c7de14 2022-12-30T05:07:40.432Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d495681f-106f 0 87c6fb7d-9ad2-4297-bb2b-957359698cfe 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-12-30T05:07:40.437Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78844677, org.onap.sdc.toscaparser.api.parameters.Input@46aa31f0, org.onap.sdc.toscaparser.api.parameters.Input@210c0082, org.onap.sdc.toscaparser.api.parameters.Input@d2cbffd, org.onap.sdc.toscaparser.api.parameters.Input@57c1e7d1] 2022-12-30T05:07:40.437Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.438Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.438Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bb57a21e-00dd-413a-9f97-8cc099c7de14: pNF d495681f-106f 2022-12-30T05:07:40.438Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 87c6fb7d-9ad2-4297-bb2b-957359698cfe 2022-12-30T05:07:40.439Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:07:40.439Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_4eltbjRrUbwDlUu68Ym7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:07:40.439Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||Resource customization UUID: fc869b7e-3a95-4746-8ad9-ef371594c38a is the same as notified resource customizationUUID: fc869b7e-3a95-4746-8ad9-ef371594c38a 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-12-30T05:07:40.500Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d495681f-106f 87c6fb7d-9ad2-4297-bb2b-957359698cfe 0 ASDC deployResourceStructure 2022-12-30T05:07:40.501Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar ASDC sendASDCNotification 2022-12-30T05:07:40.501Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar 2022-12-30T05:07:40.501Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:07:40.502Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:07:40.504Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:07:40.504Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376860501, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:07:40.604Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:07:40.605Z||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-12-30T05:07:40.605Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:07:40.618Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:07:40.618Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:07:41.505Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:07:41.518Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:07:41.521Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:07:41.522Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:07:41.522Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:08:11.523Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:08:11.533Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:08:11.534Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:08:11.535Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:08:11.535Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:08:29.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:08:29.652Z||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-12-30T05:08:29.652Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:08:29.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:08:29.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376789633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:08:29.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376792465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376794342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "multicloud-k8s-id", "timestamp": 1672376784644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376784901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376792598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376800746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376801419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "cds", "timestamp": 1672376801753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-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-12-30T05:08:29.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 137c4bef-ba48-48a4-ac3c-397a86f4135a 2022-12-30T05:08:29.735Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137c4bef-ba48-48a4-ac3c-397a86f4135a 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-12-30T05:08:29.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376802650, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:08:29.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "ves-openapi-manager", "timestamp": 1672376803655, "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-12-30T05:08:29.760Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 137c4bef-ba48-48a4-ac3c-397a86f4135a 2022-12-30T05:08:29.760Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137c4bef-ba48-48a4-ac3c-397a86f4135a 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-12-30T05:08:29.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376808585, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376809314, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376817377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376818152, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376820199, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:08:29.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376821206, "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-12-30T05:08:29.792Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 137c4bef-ba48-48a4-ac3c-397a86f4135a 2022-12-30T05:08:29.792Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137c4bef-ba48-48a4-ac3c-397a86f4135a 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-12-30T05:08:29.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376822576, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:08:29.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "aai-ml", "timestamp": 1672376823581, "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-12-30T05:08:29.807Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 137c4bef-ba48-48a4-ac3c-397a86f4135a 2022-12-30T05:08:29.807Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 137c4bef-ba48-48a4-ac3c-397a86f4135a 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-12-30T05:08:29.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a3dd40b-1059-427b-b288-e60dcb282e7c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376825612, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:08:29.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:08:29.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:08:29.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:08:41.535Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:08:41.549Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:08:41.554Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:08:41.554Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:08:41.554Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:08:41.554Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:08:41.554Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:08:41.555Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:08:41.555Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:08:41.555Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:08:41.555Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:08:41.555Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|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-12-30T05:08:41.561Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:09:11.561Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a 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-12-30T05:09:11.569Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 137c4bef-ba48-48a4-ac3c-397a86f4135a and serviceModelVersionId: bb57a21e-00dd-413a-9f97-8cc099c7de14 2022-12-30T05:09:11.569Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7fbe915-22c1-4898-9cca-be22df27a324 2022-12-30T05:09:11.570Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0 2022-12-30T05:09:11.574Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:09:11.622Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0|INFO|500||Invoke 2022-12-30T05:09:11.622Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[137c4bef-ba48-48a4-ac3c-397a86f4135a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc41ba45-992b-40d0-a270-bee4272419c7], X-ECOMP-RequestID=[137c4bef-ba48-48a4-ac3c-397a86f4135a], X-TransactionId=[], X-ONAP-RequestID=[137c4bef-ba48-48a4-ac3c-397a86f4135a], Content-Type=[application/merge-patch+json]} 2022-12-30T05:09:11.640Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:09:11.760Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?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/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:09:09 GMT], content-length=[0], vertex-id=[229568], x-aai-txid=[2-aai-resources-221230-05:09:09:943-1668], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:09:11.761Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:09:11.761Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7fbe915-22c1-4898-9cca-be22df27a324/model-vers/model-ver/bb57a21e-00dd-413a-9f97-8cc099c7de14?depth=0|INFO|500||InvokeReturn 2022-12-30T05:09:11.762Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:09:11.762Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|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-12-30T05:09:11.767Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|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-12-30T05:09:11.768Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 137c4bef-ba48-48a4-ac3c-397a86f4135a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:09:11.768Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:09:11.769Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:11.771Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:11.771Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376951768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:09:11.871Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:11.872Z||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-12-30T05:09:11.873Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:11.896Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:11.897Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 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-12-30T05:09:12.793Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-30T05:09:12.793Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc4db1f0-82a7-48fd-8247-72e08aab81e5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f1c33c83-aba8-4025-8bdd-19e9b6712274","serviceDescription":"service","serviceInvariantUUID":"70081968-a3aa-44c9-b3da-3de5d804de9b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dd97f8f-b869-4d20-8c02-fdef9e63c877","resourceInvariantUUID":"c84378fd-2a7d-4e0a-8319-239727af6725","resourceCustomizationUUID":"5493d829-08d1-46e0-adb5-1ab76f158432","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":"OTU2Mjg3YzY4ZTE5N2M2ZjA0YjQxODBlYjIwMTZmYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93396283-181f-46d6-91f7-5fa6ee336c9d","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":"ODM3Nzg1MWZkNGFmZjdiMjQxMmY0NzFkNGFhOTdjZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"674c03dc-2461-4fd9-844e-acfbb43b0207","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":"b7e116d6-284a-4ea8-95d2-fcdf11633da9","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":"551c982f-c606-4270-a394-7cbba802a19a","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":"8edd56ae-c8c6-4b27-9cf8-f8287e9ea671","artifactVersion":"2","generatedFromUUID":"b7e116d6-284a-4ea8-95d2-fcdf11633da9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmVhYTAwZTNjMThmOGZkZTY0ZTI2MGJhYTNiNThmMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"715c077e-f392-4268-a7c9-57f48e904dec","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTY2OGJlYTdhNDBkMGZiZTljNjVkZGFlZjEyZGUxZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1303bfb1-cbc5-46aa-bb75-c90dc458843a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:09:12.794Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:12.794Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:12.796Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:12.796Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:12.897Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:09:12.898Z||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-12-30T05:09:12.898Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:12.911Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:12.912Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:13.797Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:13.798Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:13.800Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:13.800Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:09:13.901Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:09:13.902Z||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-12-30T05:09:13.902Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:13.913Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:13.913Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:09:14.801Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:14.802Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:14.804Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:14.804Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-30T05:09:14.904Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:14.905Z||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-12-30T05:09:14.905Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:14.917Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:14.917Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:09:15.804Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:15.805Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:15.808Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:15.808Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:15.911Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-30T05:09:15.912Z||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-12-30T05:09:15.912Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:15.924Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:15.924Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:09:16.808Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:16.809Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:16.811Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:16.811Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-30T05:09:16.911Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:16.912Z||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-12-30T05:09:16.913Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:16.923Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:16.923Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:09:17.812Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:17.813Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:17.814Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:17.815Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:17.915Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:17.915Z||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-12-30T05:09:17.916Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:17.927Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:17.928Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:18.815Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:09:18.816Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:18.818Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:18.818Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:18.918Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:18.919Z||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-12-30T05:09:18.919Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:18.932Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:18.932Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:19.819Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f1c33c83-aba8-4025-8bdd-19e9b6712274", "serviceDescription": "service", "serviceInvariantUUID": "70081968-a3aa-44c9-b3da-3de5d804de9b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5493d829-08d1-46e0-adb5-1ab76f158432", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1dd97f8f-b869-4d20-8c02-fdef9e63c877", "resourceInvariantUUID": "c84378fd-2a7d-4e0a-8319-239727af6725", "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": "ODM3Nzg1MWZkNGFmZjdiMjQxMmY0NzFkNGFhOTdjZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "674c03dc-2461-4fd9-844e-acfbb43b0207", "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": "b7e116d6-284a-4ea8-95d2-fcdf11633da9", "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": "8edd56ae-c8c6-4b27-9cf8-f8287e9ea671", "generatedFromUUID": "b7e116d6-284a-4ea8-95d2-fcdf11633da9" }, "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": "8edd56ae-c8c6-4b27-9cf8-f8287e9ea671", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTY2OGJlYTdhNDBkMGZiZTljNjVkZGFlZjEyZGUxZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1303bfb1-cbc5-46aa-bb75-c90dc458843a" } ], "workloadContext": "Production" } 2022-12-30T05:09:19.820Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:09:19.820Z|137c4bef-ba48-48a4-ac3c-397a86f4135a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1c33c83-aba8-4025-8bdd-19e9b6712274 ASDC 2022-12-30T05:09:19.820Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:bc4db1f0-82a7-48fd-8247-72e08aab81e5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f1c33c83-aba8-4025-8bdd-19e9b6712274 ServiceInvariantUUID:70081968-a3aa-44c9-b3da-3de5d804de9b 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:1303bfb1-cbc5-46aa-bb75-c90dc458843a ArtifactChecksum:MTY2OGJlYTdhNDBkMGZiZTljNjVkZGFlZjEyZGUxZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5493d829-08d1-46e0-adb5-1ab76f158432 ResourceInvariantUUID:c84378fd-2a7d-4e0a-8319-239727af6725 ResourceName:basic_vm ResourceType:VF ResourceUUID:1dd97f8f-b869-4d20-8c02-fdef9e63c877 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:674c03dc-2461-4fd9-844e-acfbb43b0207 ArtifactChecksum:ODM3Nzg1MWZkNGFmZjdiMjQxMmY0NzFkNGFhOTdjZTY= 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:b7e116d6-284a-4ea8-95d2-fcdf11633da9 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:8edd56ae-c8c6-4b27-9cf8-f8287e9ea671 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:8edd56ae-c8c6-4b27-9cf8-f8287e9ea671 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-30T05:09:19.821Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1c33c83-aba8-4025-8bdd-19e9b6712274 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-12-30T05:09:19.862Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:09:19.862Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:09:19.862Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:09:19.863Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1303bfb1-cbc5-46aa-bb75-c90dc458843a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-30T05:09:19.863Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-30T05:09:19.863Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:19.919Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-30T05:09:19.922Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1303bfb1-cbc5-46aa-bb75-c90dc458843a 74812 2022-12-30T05:09:19.923Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:19.923Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:19.923Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:09:19.923Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:19.925Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:19.925Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376959923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:20.029Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-12-30T05:09:20.030Z||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-12-30T05:09:20.030Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:20.043Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:20.043Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:20.926Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:09:20.927Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-30T05:09:20.927Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1303bfb1-cbc5-46aa-bb75-c90dc458843a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-30T05:09:20.928Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-30T05:09:20.928Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-30T05:09:20.928Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-30T05:09:21.035Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18064498976933938121/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-30T05:09:22.209Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:09:22.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-30T05:09:22.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-30T05:09:22.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-30T05:09:22.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.211Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.212Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:22.212Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-30T05:09:22.212Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:09:22.212Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.212Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:22.212Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-30T05:09:22.213Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-30T05:09:22.214Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-30T05:09:22.214Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-30T05:09:22.214Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-30T05:09:22.214Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-30T05:09:22.214Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.214Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.215Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.215Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:22.215Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:09:22.215Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.215Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:22.215Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:09:22.216Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.216Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:22.216Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:09:22.216Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.216Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-30T05:09:22.216Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a33a3914-f1cd-46b8-9f8f-69c3ced37335 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:22.217Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.218Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:22.218Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:22.218Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:22.218Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f1c33c83-aba8-4025-8bdd-19e9b6712274 Model Version:NULL Model InvariantUuid:70081968-a3aa-44c9-b3da-3de5d804de9b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:87b602bb-38c1-4291-ba7e-cdab834ed26b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c84378fd-2a7d-4e0a-8319-239727af6725 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5493d829-08d1-46e0-adb5-1ab76f158432 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2380103c-58a1-4846-86a7-7ffb7bb7cea4 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c2809138-d4a7-4723-8945-360a73bb9bc6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a33a3914-f1cd-46b8-9f8f-69c3ced37335 ModelInvariantUuid:41f4d8ac-ccaf-41a2-be37-2bedc657a975 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6cddeddf-ed9c-446d-a0fd-2959a67d0f89 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:78bb969d-fd8b-48b5-95c0-82eb8a3621f2 ModelInvariantUuid:1953a1c5-9493-48e6-9c3e-5f0089e35f36 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8299ca80-6de5-488c-97d8-9940319d365c 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-12-30T05:09:22.232Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1dd97f8f-b869-4d20-8c02-fdef9e63c877 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-12-30T05:09:22.234Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-12-30T05:09:22.235Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1dd97f8f-b869-4d20-8c02-fdef9e63c877 2022-12-30T05:09:22.235Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 674c03dc-2461-4fd9-844e-acfbb43b0207 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-30T05:09:22.235Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-30T05:09:22.235Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.281Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-30T05:09:22.281Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 674c03dc-2461-4fd9-844e-acfbb43b0207 787 2022-12-30T05:09:22.281Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.282Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:22.282Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:09:22.282Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:22.284Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:22.284Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376962281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:22.384Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:22.385Z||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-12-30T05:09:22.385Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:22.397Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:22.398Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:09:23.284Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2380103c-58a1-4846-86a7-7ffb7bb7cea4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c2809138-d4a7-4723-8945-360a73bb9bc6", "vfModuleModelCustomizationUUID": "72e2438f-dc32-408f-9731-94ae4c2f7fbf", "isBase": true, "artifacts": [ "b7e116d6-284a-4ea8-95d2-fcdf11633da9", "8edd56ae-c8c6-4b27-9cf8-f8287e9ea671" ], "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-12-30T05:09:23.289Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c2809138-d4a7-4723-8945-360a73bb9bc6 VfModuleModelInvariantUUID:2380103c-58a1-4846-86a7-7ffb7bb7cea4 VfModuleModelDescription:NULL Artifacts UUID List:{ b7e116d6-284a-4ea8-95d2-fcdf11633da9 , 8edd56ae-c8c6-4b27-9cf8-f8287e9ea671 } 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-12-30T05:09:23.291Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2380103c-58a1-4846-86a7-7ffb7bb7cea4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c2809138-d4a7-4723-8945-360a73bb9bc6", "vfModuleModelCustomizationUUID": "72e2438f-dc32-408f-9731-94ae4c2f7fbf", "isBase": true, "artifacts": [ "b7e116d6-284a-4ea8-95d2-fcdf11633da9", "8edd56ae-c8c6-4b27-9cf8-f8287e9ea671" ], "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-12-30T05:09:23.291Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c2809138-d4a7-4723-8945-360a73bb9bc6 VfModuleModelInvariantUUID:2380103c-58a1-4846-86a7-7ffb7bb7cea4 VfModuleModelDescription:NULL Artifacts UUID List:{ b7e116d6-284a-4ea8-95d2-fcdf11633da9 , 8edd56ae-c8c6-4b27-9cf8-f8287e9ea671 } 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-12-30T05:09:23.291Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b7e116d6-284a-4ea8-95d2-fcdf11633da9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-30T05:09:23.292Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-30T05:09:23.292Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:23.340Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-30T05:09:23.341Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b7e116d6-284a-4ea8-95d2-fcdf11633da9 5033 2022-12-30T05:09:23.341Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:23.341Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:23.341Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:09:23.341Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:23.343Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:23.343Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376963341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:23.443Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:23.445Z||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-12-30T05:09:23.445Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:23.456Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:23.457Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:24.344Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8edd56ae-c8c6-4b27-9cf8-f8287e9ea671 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-30T05:09:24.346Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-30T05:09:24.346Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:24.398Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-30T05:09:24.399Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8edd56ae-c8c6-4b27-9cf8-f8287e9ea671 903 2022-12-30T05:09:24.399Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:24.399Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:24.399Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:09:24.400Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:24.401Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:24.402Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376964399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:24.502Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:24.503Z||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-12-30T05:09:24.503Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:24.517Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:24.517Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:25.402Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f1c33c83-aba8-4025-8bdd-19e9b6712274 2022-12-30T05:09:25.403Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1dd97f8f-b869-4d20-8c02-fdef9e63c877 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-12-30T05:09:25.417Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@596177f8, org.onap.sdc.toscaparser.api.parameters.Input@177536d1, org.onap.sdc.toscaparser.api.parameters.Input@49e92acc, org.onap.sdc.toscaparser.api.parameters.Input@eb0b368, org.onap.sdc.toscaparser.api.parameters.Input@5c3cdbf1] 2022-12-30T05:09:25.419Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.419Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.419Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-30T05:09:25.419Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5493d829-08d1-46e0-adb5-1ab76f158432 2022-12-30T05:09:25.419Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5493d829-08d1-46e0-adb5-1ab76f158432 matches Tosca VF Customization UUID: 5493d829-08d1-46e0-adb5-1ab76f158432 2022-12-30T05:09:25.419Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5493d829-08d1-46e0-adb5-1ab76f158432 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-12-30T05:09:25.421Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.422Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.422Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5493d829-08d1-46e0-adb5-1ab76f158432: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-30T05:09:25.422Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@695e9003 2022-12-30T05:09:25.422Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.422Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:25.423Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72e2438f-dc32-408f-9731-94ae4c2f7fbf 2022-12-30T05:09:25.423Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72e2438f-dc32-408f-9731-94ae4c2f7fbf 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-12-30T05:09:25.425Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.425Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:25.425Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:09:25.425Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.426Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:25.426Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:09:25.426Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.426Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-30T05:09:25.426Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-30T05:09:25.426Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-30T05:09:25.427Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a33a3914-f1cd-46b8-9f8f-69c3ced37335 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-12-30T05:09:25.429Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.429Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:25.429Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:09:25.429Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.429Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-30T05:09:25.429Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5493d829-08d1-46e0-adb5-1ab76f158432 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-12-30T05:09:25.431Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.431Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.431Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f1c33c83-aba8-4025-8bdd-19e9b6712274: basic_vm 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.432Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.433Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:25.433Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:09:25.433Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:09:25.433Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:25.515Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1dd97f8f-b869-4d20-8c02-fdef9e63c877 1 ASDC deployResourceStructure 2022-12-30T05:09:25.516Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:25.516Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:25.516Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:09:25.516Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:25.518Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:25.518Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376965516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:09:25.618Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:09:25.619Z||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-12-30T05:09:25.619Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:25.642Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:25.643Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:26.520Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:26.520Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:26.520Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:09:26.521Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:26.522Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:26.522Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376966519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:09:26.623Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:26.624Z||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-12-30T05:09:26.624Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:26.638Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:26.638Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:27.523Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:27.524Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:27.524Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:09:27.524Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:27.526Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:27.526Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376967523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-30T05:09:27.626Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:27.628Z||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-12-30T05:09:27.628Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:27.645Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:27.645Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:09:28.533Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:28.533Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:28.533Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:09:28.534Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:09:28.536Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:09:28.536Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376968533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:09:28.636Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:09:28.637Z||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-12-30T05:09:28.638Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:28.668Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:28.669Z||pool-65-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:09:29.536Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc4db1f0-82a7-48fd-8247-72e08aab81e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:09:29.550Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc4db1f0-82a7-48fd-8247-72e08aab81e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:09:29.557Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:09:29.558Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:09:29.558Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:09:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:09:29.648Z||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-12-30T05:09:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:09:29.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:09:29.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-30T05:09:29.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376838585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376844901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376844644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376839314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376853484, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376853483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376853073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376853536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/resourceInstances/pnfd495681f106f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "cds", "timestamp": 1672376854082, "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=? 2022-12-30T05:09:29.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc4db1f0-82a7-48fd-8247-72e08aab81e5 2022-12-30T05:09:29.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4db1f0-82a7-48fd-8247-72e08aab81e5 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-12-30T05:09:29.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376854613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376855735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376856276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376856771, "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-12-30T05:09:29.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc4db1f0-82a7-48fd-8247-72e08aab81e5 2022-12-30T05:09:29.735Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4db1f0-82a7-48fd-8247-72e08aab81e5 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-12-30T05:09:29.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376858474, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376857281, "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-12-30T05:09:29.757Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc4db1f0-82a7-48fd-8247-72e08aab81e5 2022-12-30T05:09:29.757Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4db1f0-82a7-48fd-8247-72e08aab81e5 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-12-30T05:09:29.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "multicloud-k8s-id", "timestamp": 1672376857779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376860501, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eltbjrrubwdluu68ym7/1.0/artifacts/service-DemoPnf4eltbjrrubwdluu68ym7-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "ves-openapi-manager", "timestamp": 1672376852598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376861341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "aai-ml", "timestamp": 1672376862345, "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-12-30T05:09:29.788Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc4db1f0-82a7-48fd-8247-72e08aab81e5 2022-12-30T05:09:29.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc4db1f0-82a7-48fd-8247-72e08aab81e5 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-12-30T05:09:29.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-30T05:09:29.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-30T05:09:29.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376859902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376869791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "cds", "timestamp": 1672376870801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-30T05:09:29.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 779684c0-1826-4a40-81ab-dee0376a53b2 2022-12-30T05:09:29.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 779684c0-1826-4a40-81ab-dee0376a53b2 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-12-30T05:09:29.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376864644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376874429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376875533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376876623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376868586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376877673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376869314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376878368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376878729, "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-12-30T05:09:29.901Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 779684c0-1826-4a40-81ab-dee0376a53b2 2022-12-30T05:09:29.901Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 779684c0-1826-4a40-81ab-dee0376a53b2 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-12-30T05:09:29.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376879067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "multicloud-k8s-id", "timestamp": 1672376879733, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376881512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "ves-openapi-manager", "timestamp": 1672376872598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672376882520, "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-12-30T05:09:29.927Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 779684c0-1826-4a40-81ab-dee0376a53b2 2022-12-30T05:09:29.927Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 779684c0-1826-4a40-81ab-dee0376a53b2 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-12-30T05:09:29.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376887803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:09:29.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:09:29.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-30T05:09:29.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "aai-ml", "timestamp": 1672376888809, "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-12-30T05:09:29.946Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 779684c0-1826-4a40-81ab-dee0376a53b2 2022-12-30T05:09:29.946Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 779684c0-1826-4a40-81ab-dee0376a53b2 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-12-30T05:09:59.558Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc4db1f0-82a7-48fd-8247-72e08aab81e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:09:59.573Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc4db1f0-82a7-48fd-8247-72e08aab81e5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:09:59.584Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:09:59.585Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:09:59.585Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:09:59.585Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:09:59.586Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:09:59.587Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:09:59.587Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:09:59.587Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:09:59.588Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:09:59.588Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:09:59.596Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:10:29.596Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc4db1f0-82a7-48fd-8247-72e08aab81e5 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-12-30T05:10:29.604Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc4db1f0-82a7-48fd-8247-72e08aab81e5 and serviceModelVersionId: f1c33c83-aba8-4025-8bdd-19e9b6712274 2022-12-30T05:10:29.604Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70081968-a3aa-44c9-b3da-3de5d804de9b 2022-12-30T05:10:29.606Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0 2022-12-30T05:10:29.612Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:10:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:10:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:10:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:29.671Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0|INFO|500||Invoke 2022-12-30T05:10:29.672Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bc4db1f0-82a7-48fd-8247-72e08aab81e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2fecee03-bd1e-4b66-8060-c14d716d58af], X-ECOMP-RequestID=[bc4db1f0-82a7-48fd-8247-72e08aab81e5], X-TransactionId=[], X-ONAP-RequestID=[bc4db1f0-82a7-48fd-8247-72e08aab81e5], Content-Type=[application/merge-patch+json]} 2022-12-30T05:10:29.697Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:10:29.847Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?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/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:10:27 GMT], content-length=[0], vertex-id=[204960], x-aai-txid=[1-aai-resources-221230-05:10:27:993-35639], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:10:29.848Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:10:29.849Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70081968-a3aa-44c9-b3da-3de5d804de9b/model-vers/model-ver/f1c33c83-aba8-4025-8bdd-19e9b6712274?depth=0|INFO|500||InvokeReturn 2022-12-30T05:10:29.849Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:10:29.849Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:10:29.854Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:10:29.855Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc4db1f0-82a7-48fd-8247-72e08aab81e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:10:29.855Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:10:29.855Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:29.857Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:29.858Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377029855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:10:29.958Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:29.959Z||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-12-30T05:10:29.959Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:29.972Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:29.973Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:29.985Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:29.986Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.986Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "137c4bef-ba48-48a4-ac3c-397a86f4135a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376951768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:10:29.987Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.987Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.987Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:10:29.988Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.988Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.988Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:10:29.988Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.988Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.988Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.989Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376849633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376959923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.990Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376962281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376963341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376964399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.991Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376965516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376966519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376967523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672376968533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:10:29.992Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||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-12-30T05:10:30.871Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:10:30.871Z|46f426aa-97f4-466a-ab36-ecdeecf488db|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-12-30T05:10:30.872Z|46f426aa-97f4-466a-ab36-ecdeecf488db|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:35.341Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:35.342Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-30T05:10:35.346Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"779684c0-1826-4a40-81ab-dee0376a53b2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4b02af68-6d22-4acf-9468-f73aaca32b6c","serviceDescription":"service","serviceInvariantUUID":"39897647-7d49-4359-b47b-972593df21df","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa5532c5-f381-4a68-9ab1-568d0a4aaa3d","resourceInvariantUUID":"413163b3-f1ac-4693-8579-a3c3a55a9dd0","resourceCustomizationUUID":"24f50962-5573-44f5-8551-6a44ccb701e7","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":"YmM4NzRjNDJlMWZlMjgwYWFhNGJiZDJiOGU1NmNlM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ce1d2db-540b-408a-a849-36da8e052307","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":"79be1c65-aec3-4397-a54c-a1b72dda5eee","artifactVersion":"2","generatedFromUUID":"e61b0db4-bcd4-4ff3-9d05-3d61094f0419"},{"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":"e61b0db4-bcd4-4ff3-9d05-3d61094f0419","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":"OTI0YjMzODhkNTkzMWMwMmQ0ZjAyNDdmMGUxYjY4Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2c51688-07ed-4756-867c-881b912125be","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":"0fe1e55d-1d33-43d9-8f58-89ef310437e1","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":"b92abe53-4473-4c30-bb29-492503f1de63","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":"ea2c09db-5623-46e8-a991-98f856285519","artifactVersion":"2","generatedFromUUID":"0fe1e55d-1d33-43d9-8f58-89ef310437e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjU3ZGQ4MDBiZDhmMjU1NjJiODlhMmE2YzExOTI3OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7b864d6-708c-4698-bf43-f3146bcabbf6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTc0MjJhZmZlMmZhYTA1YWQzMWVhMmQ2YjBiYzIwODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1130e805-c7df-4523-a61f-df4e0fa02535","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:10:35.349Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:35.349Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:35.352Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:35.352Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:10:35.452Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:35.453Z||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-12-30T05:10:35.453Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:35.466Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:35.467Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:36.357Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:36.358Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:36.359Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:36.360Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-30T05:10:36.460Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:36.461Z||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-12-30T05:10:36.461Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:36.481Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:36.481Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:37.362Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:37.363Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:37.365Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:37.365Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-30T05:10:37.466Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:37.467Z||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-12-30T05:10:37.467Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:37.479Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:37.479Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:38.366Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:38.367Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:38.369Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:38.369Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:10:38.469Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:38.470Z||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-12-30T05:10:38.470Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:38.497Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:38.497Z||pool-70-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:39.370Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:39.371Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:39.373Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:39.373Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-30T05:10:39.473Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:39.474Z||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-12-30T05:10:39.474Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:39.490Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:39.491Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:40.374Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:40.375Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:40.377Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:40.377Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:10:40.477Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:40.478Z||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-12-30T05:10:40.478Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:40.489Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:40.489Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:41.378Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:41.378Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:41.380Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:41.380Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-30T05:10:41.481Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:41.482Z||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-12-30T05:10:41.482Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:41.495Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:41.495Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:42.381Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:42.382Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:42.384Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:42.384Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:10:42.484Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:42.485Z||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-12-30T05:10:42.485Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:42.497Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:42.498Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:43.385Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:10:43.385Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:43.387Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:43.387Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:10:43.487Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:43.488Z||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-12-30T05:10:43.488Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:43.499Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:43.500Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:44.389Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4b02af68-6d22-4acf-9468-f73aaca32b6c", "serviceDescription": "service", "serviceInvariantUUID": "39897647-7d49-4359-b47b-972593df21df", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "24f50962-5573-44f5-8551-6a44ccb701e7", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "aa5532c5-f381-4a68-9ab1-568d0a4aaa3d", "resourceInvariantUUID": "413163b3-f1ac-4693-8579-a3c3a55a9dd0", "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": "79be1c65-aec3-4397-a54c-a1b72dda5eee", "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": "e61b0db4-bcd4-4ff3-9d05-3d61094f0419", "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": "OTI0YjMzODhkNTkzMWMwMmQ0ZjAyNDdmMGUxYjY4Mzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e2c51688-07ed-4756-867c-881b912125be", "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": "0fe1e55d-1d33-43d9-8f58-89ef310437e1", "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": "ea2c09db-5623-46e8-a991-98f856285519", "generatedFromUUID": "0fe1e55d-1d33-43d9-8f58-89ef310437e1" }, "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": "ea2c09db-5623-46e8-a991-98f856285519", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTc0MjJhZmZlMmZhYTA1YWQzMWVhMmQ2YjBiYzIwODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1130e805-c7df-4523-a61f-df4e0fa02535" } ], "workloadContext": "Production" } 2022-12-30T05:10:44.389Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:10:44.389Z|46f426aa-97f4-466a-ab36-ecdeecf488db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4b02af68-6d22-4acf-9468-f73aaca32b6c ASDC 2022-12-30T05:10:44.390Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:779684c0-1826-4a40-81ab-dee0376a53b2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4b02af68-6d22-4acf-9468-f73aaca32b6c ServiceInvariantUUID:39897647-7d49-4359-b47b-972593df21df 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:1130e805-c7df-4523-a61f-df4e0fa02535 ArtifactChecksum:ZTc0MjJhZmZlMmZhYTA1YWQzMWVhMmQ2YjBiYzIwODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:24f50962-5573-44f5-8551-6a44ccb701e7 ResourceInvariantUUID:413163b3-f1ac-4693-8579-a3c3a55a9dd0 ResourceName:basic_cnf ResourceType:VF ResourceUUID:aa5532c5-f381-4a68-9ab1-568d0a4aaa3d 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:79be1c65-aec3-4397-a54c-a1b72dda5eee 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:e61b0db4-bcd4-4ff3-9d05-3d61094f0419 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:e2c51688-07ed-4756-867c-881b912125be ArtifactChecksum:OTI0YjMzODhkNTkzMWMwMmQ0ZjAyNDdmMGUxYjY4Mzc= 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:0fe1e55d-1d33-43d9-8f58-89ef310437e1 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:ea2c09db-5623-46e8-a991-98f856285519 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:ea2c09db-5623-46e8-a991-98f856285519 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-30T05:10:44.390Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b02af68-6d22-4acf-9468-f73aaca32b6c 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-12-30T05:10:44.488Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:10:44.489Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-30T05:10:44.489Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-30T05:10:44.490Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1130e805-c7df-4523-a61f-df4e0fa02535 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-30T05:10:44.490Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T05:10:44.490Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-30T05:10:44.635Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T05:10:44.638Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1130e805-c7df-4523-a61f-df4e0fa02535 73674 2022-12-30T05:10:44.639Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-30T05:10:44.639Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-30T05:10:44.639Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:10:44.639Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:44.641Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:44.641Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377044639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:44.741Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:44.742Z||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-12-30T05:10:44.742Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:44.754Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:44.755Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:45.642Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:10:45.645Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-30T05:10:45.645Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1130e805-c7df-4523-a61f-df4e0fa02535, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-30T05:10:45.646Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-30T05:10:45.647Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-30T05:10:45.647Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-30T05:10:45.806Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9979090803550614855/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-12-30T05:10:46.847Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:10:46.847Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-30T05:10:46.847Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-30T05:10:46.848Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-30T05:10:46.848Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:46.848Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-30T05:10:46.848Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:46.849Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:46.849Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-30T05:10:46.849Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.849Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.850Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:46.850Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-30T05:10:46.850Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:10:46.850Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.851Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.851Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:46.851Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-30T05:10:46.851Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:10:46.852Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.852Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.852Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.852Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-30T05:10:46.853Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-30T05:10:46.853Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-30T05:10:46.853Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-30T05:10:46.853Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.854Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T05:10:46.854Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.854Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:46.854Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:10:46.855Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.855Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:46.855Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:10:46.856Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.856Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:46.856Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:10:46.856Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.856Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-30T05:10:46.857Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-30T05:10:46.857Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ba455112-d772-43f3-ad3d-c229b8475d4f 2022-12-30T05:10:46.857Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.857Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.858Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.858Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.858Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.858Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.859Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:46.859Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:46.859Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4b02af68-6d22-4acf-9468-f73aaca32b6c Model Version:NULL Model InvariantUuid:39897647-7d49-4359-b47b-972593df21df Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6ea5c072-cbea-4af6-94ab-997b1aa97c22 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:413163b3-f1ac-4693-8579-a3c3a55a9dd0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:24f50962-5573-44f5-8551-6a44ccb701e7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f2b2f9de-9a4a-4eec-95bf-b443f31628c4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:6118e1d9-3429-4b80-8ebf-3a59fdd7b734 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ba455112-d772-43f3-ad3d-c229b8475d4f ModelInvariantUuid:86de1f29-6667-47e4-a916-033926a80fae ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:94045a9e-4ef8-4367-b8dd-f47130c2cfd8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6e412ca6-0dcd-4304-8740-6972ee8c7255 ModelInvariantUuid:64d3c3b3-7d35-499b-999e-fb8e9306db29 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:866538eb-ef83-4491-a70a-4dc082cf3956 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-12-30T05:10:46.873Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: aa5532c5-f381-4a68-9ab1-568d0a4aaa3d 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-12-30T05:10:46.876Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-12-30T05:10:46.877Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa5532c5-f381-4a68-9ab1-568d0a4aaa3d 2022-12-30T05:10:46.877Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 79be1c65-aec3-4397-a54c-a1b72dda5eee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-30T05:10:46.877Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T05:10:46.877Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:46.921Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T05:10:46.922Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 79be1c65-aec3-4397-a54c-a1b72dda5eee 12 2022-12-30T05:10:46.922Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:46.922Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:46.922Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:10:46.923Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:46.925Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:46.925Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377046922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:47.025Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:47.027Z||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-12-30T05:10:47.027Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:47.042Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:47.043Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:47.926Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e61b0db4-bcd4-4ff3-9d05-3d61094f0419 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-30T05:10:47.926Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T05:10:47.927Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:47.974Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T05:10:47.975Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e61b0db4-bcd4-4ff3-9d05-3d61094f0419 2688 2022-12-30T05:10:47.975Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:47.975Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:47.975Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:10:47.975Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:47.977Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:47.977Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377047975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:48.077Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:48.078Z||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-12-30T05:10:48.078Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:48.089Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:48.089Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:48.978Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2c51688-07ed-4756-867c-881b912125be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-30T05:10:48.978Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T05:10:48.979Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:49.030Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T05:10:49.031Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e2c51688-07ed-4756-867c-881b912125be 828 2022-12-30T05:10:49.031Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:49.032Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:49.032Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:10:49.032Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:49.034Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:49.034Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377049031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:49.134Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:49.135Z||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-12-30T05:10:49.135Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:49.176Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:49.176Z||pool-79-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:50.035Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f2b2f9de-9a4a-4eec-95bf-b443f31628c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6118e1d9-3429-4b80-8ebf-3a59fdd7b734", "vfModuleModelCustomizationUUID": "a2f8cd09-ba5e-45a4-9e75-aeca28c3b059", "isBase": true, "artifacts": [ "e61b0db4-bcd4-4ff3-9d05-3d61094f0419", "0fe1e55d-1d33-43d9-8f58-89ef310437e1", "ea2c09db-5623-46e8-a991-98f856285519" ], "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-12-30T05:10:50.038Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6118e1d9-3429-4b80-8ebf-3a59fdd7b734 VfModuleModelInvariantUUID:f2b2f9de-9a4a-4eec-95bf-b443f31628c4 VfModuleModelDescription:NULL Artifacts UUID List:{ e61b0db4-bcd4-4ff3-9d05-3d61094f0419 , 0fe1e55d-1d33-43d9-8f58-89ef310437e1 , ea2c09db-5623-46e8-a991-98f856285519 } 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-12-30T05:10:50.040Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f2b2f9de-9a4a-4eec-95bf-b443f31628c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6118e1d9-3429-4b80-8ebf-3a59fdd7b734", "vfModuleModelCustomizationUUID": "a2f8cd09-ba5e-45a4-9e75-aeca28c3b059", "isBase": true, "artifacts": [ "e61b0db4-bcd4-4ff3-9d05-3d61094f0419", "0fe1e55d-1d33-43d9-8f58-89ef310437e1", "ea2c09db-5623-46e8-a991-98f856285519" ], "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-12-30T05:10:50.040Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6118e1d9-3429-4b80-8ebf-3a59fdd7b734 VfModuleModelInvariantUUID:f2b2f9de-9a4a-4eec-95bf-b443f31628c4 VfModuleModelDescription:NULL Artifacts UUID List:{ e61b0db4-bcd4-4ff3-9d05-3d61094f0419 , 0fe1e55d-1d33-43d9-8f58-89ef310437e1 , ea2c09db-5623-46e8-a991-98f856285519 } 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-12-30T05:10:50.040Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0fe1e55d-1d33-43d9-8f58-89ef310437e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-30T05:10:50.040Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T05:10:50.041Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:50.080Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T05:10:50.080Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0fe1e55d-1d33-43d9-8f58-89ef310437e1 1164 2022-12-30T05:10:50.080Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:50.080Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:50.080Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:10:50.081Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:50.082Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:50.082Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377050080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:50.183Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:50.184Z||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-12-30T05:10:50.184Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:50.195Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:50.195Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:51.083Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ea2c09db-5623-46e8-a991-98f856285519 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-30T05:10:51.084Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-30T05:10:51.084Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:51.144Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-30T05:10:51.144Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ea2c09db-5623-46e8-a991-98f856285519 200 2022-12-30T05:10:51.144Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:51.144Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:51.145Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:10:51.145Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:51.147Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:51.147Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377051144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:10:51.247Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:51.252Z||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-12-30T05:10:51.252Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:51.263Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:51.264Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:52.148Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4b02af68-6d22-4acf-9468-f73aaca32b6c 2022-12-30T05:10:52.148Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 aa5532c5-f381-4a68-9ab1-568d0a4aaa3d ASDC 2022-12-30T05:10:52.158Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-12-30T05:10:52.180Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12c4ebaf, org.onap.sdc.toscaparser.api.parameters.Input@245a5bcd, org.onap.sdc.toscaparser.api.parameters.Input@7946c618, org.onap.sdc.toscaparser.api.parameters.Input@6b363d1d, org.onap.sdc.toscaparser.api.parameters.Input@5e1a3a47] 2022-12-30T05:10:52.181Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.181Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.181Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-30T05:10:52.182Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 24f50962-5573-44f5-8551-6a44ccb701e7 2022-12-30T05:10:52.182Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 24f50962-5573-44f5-8551-6a44ccb701e7 matches Tosca VF Customization UUID: 24f50962-5573-44f5-8551-6a44ccb701e7 2022-12-30T05:10:52.182Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 24f50962-5573-44f5-8551-6a44ccb701e7 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-12-30T05:10:52.185Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.185Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.185Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 24f50962-5573-44f5-8551-6a44ccb701e7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-30T05:10:52.185Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d55f45b 2022-12-30T05:10:52.185Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.186Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T05:10:52.186Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2f8cd09-ba5e-45a4-9e75-aeca28c3b059 2022-12-30T05:10:52.186Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2f8cd09-ba5e-45a4-9e75-aeca28c3b059 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-12-30T05:10:52.188Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.188Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:52.188Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-30T05:10:52.189Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ba455112-d772-43f3-ad3d-c229b8475d4f 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-12-30T05:10:52.191Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.192Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:52.192Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:10:52.192Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.192Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-30T05:10:52.192Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=24f50962-5573-44f5-8551-6a44ccb701e7 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-12-30T05:10:52.196Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.196Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.196Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4b02af68-6d22-4acf-9468-f73aaca32b6c: basic_cnf 2022-12-30T05:10:52.196Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.196Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.197Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:10:52.198Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:10:52.198Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:52.301Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf aa5532c5-f381-4a68-9ab1-568d0a4aaa3d 1 ASDC deployResourceStructure 2022-12-30T05:10:52.302Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:52.302Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:52.302Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-30T05:10:52.303Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:52.305Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:52.305Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377052301, "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-12-30T05:10:52.405Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:52.406Z||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-12-30T05:10:52.406Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:52.419Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:52.420Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:53.306Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:53.307Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:53.307Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-30T05:10:53.307Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:53.309Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:53.310Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377053306, "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-12-30T05:10:53.410Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:53.411Z||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-12-30T05:10:53.411Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:53.425Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:53.425Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:54.311Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:54.311Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:54.311Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:10:54.312Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:54.314Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:54.314Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377054311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:10:54.414Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:54.415Z||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-12-30T05:10:54.415Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:54.442Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:54.442Z||pool-84-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:55.315Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:55.315Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:55.316Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:10:55.316Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:55.319Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:55.319Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377055315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:10:55.419Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:55.420Z||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-12-30T05:10:55.420Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:55.432Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:55.432Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:56.320Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:56.321Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:56.321Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:10:56.321Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:56.323Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:56.323Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377056320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-30T05:10:56.423Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:10:56.424Z||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-12-30T05:10:56.424Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:56.436Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:56.436Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:10:57.325Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-30T05:10:57.325Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-30T05:10:57.325Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:10:57.325Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:10:57.327Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:10:57.327Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377057325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:10:57.427Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:10:57.428Z||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-12-30T05:10:57.428Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:10:57.440Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:10:57.440Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:10:58.328Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 779684c0-1826-4a40-81ab-dee0376a53b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:10:58.337Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 779684c0-1826-4a40-81ab-dee0376a53b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:10:58.340Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:10:58.340Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:10:58.340Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:10:58.340Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:10:58.340Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:10:58.340Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:10:58.341Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:10:58.341Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:10:58.341Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:10:58.341Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:10:58.343Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:11:28.344Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 779684c0-1826-4a40-81ab-dee0376a53b2 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-12-30T05:11:28.351Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 779684c0-1826-4a40-81ab-dee0376a53b2 and serviceModelVersionId: 4b02af68-6d22-4acf-9468-f73aaca32b6c 2022-12-30T05:11:28.351Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39897647-7d49-4359-b47b-972593df21df 2022-12-30T05:11:28.352Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0 2022-12-30T05:11:28.356Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:11:28.418Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0|INFO|500||Invoke 2022-12-30T05:11:28.419Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[779684c0-1826-4a40-81ab-dee0376a53b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99573566-71ab-4eda-83c5-6a655c3d8e99], X-ECOMP-RequestID=[779684c0-1826-4a40-81ab-dee0376a53b2], X-TransactionId=[], X-ONAP-RequestID=[779684c0-1826-4a40-81ab-dee0376a53b2], Content-Type=[application/merge-patch+json]} 2022-12-30T05:11:28.439Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:11:28.589Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?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/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:11:26 GMT], content-length=[0], vertex-id=[204944], x-aai-txid=[1-aai-resources-221230-05:11:26:728-41263], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:11:28.589Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:11:28.590Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39897647-7d49-4359-b47b-972593df21df/model-vers/model-ver/4b02af68-6d22-4acf-9468-f73aaca32b6c?depth=0|INFO|500||InvokeReturn 2022-12-30T05:11:28.590Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:11:28.591Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:11:28.596Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||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-12-30T05:11:28.597Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 779684c0-1826-4a40-81ab-dee0376a53b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:11:28.597Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:11:28.597Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:11:28.599Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:11:28.599Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377088597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:11:28.700Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:11:28.700Z||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-12-30T05:11:28.701Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:11:28.723Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:11:28.724Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-30T05:11:29.613Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:11:29.614Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:11:29.614Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:11:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:11:29.648Z||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-12-30T05:11:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:11:29.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:11:29.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-30T05:11:29.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc4db1f0-82a7-48fd-8247-72e08aab81e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377029855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:11:29.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:11:39.162Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:11:39.163Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:11:39.163Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:11:39.164Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:11:48.770Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:11:48.771Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:11:48.771Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:11:48.772Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:11:58.399Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:12:29.633Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:12:29.634Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:12:29.634Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:12:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:12:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:12:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:12:30.177Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:12:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:12:30.179Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.179Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.179Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-30T05:12:30.180Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.180Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.181Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-30T05:12:30.181Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.181Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.181Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:12:30.182Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.182Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.182Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-30T05:12:30.182Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.182Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.183Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:12:30.183Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.183Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.183Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-30T05:12:30.184Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.184Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.184Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:12:30.184Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.184Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.185Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377030871, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:12:30.185Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:12:30.185Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.185Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377044639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:12:30.186Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.186Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.186Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377046922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:12:30.186Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.187Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.187Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377047975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-30T05:12:30.187Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.187Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.188Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377049031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:12:30.188Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.188Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.188Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377050080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:12:30.189Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.189Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.189Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377051144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:12:30.189Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.189Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.190Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377052301, "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-12-30T05:12:30.190Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.190Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.190Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377053306, "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-12-30T05:12:30.191Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.191Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.191Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377054311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:12:30.191Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.192Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.192Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377055315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:12:30.192Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.192Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.192Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377056320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-30T05:12:30.193Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.193Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.193Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377057325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:12:30.193Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:30.194Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:12:30.194Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "779684c0-1826-4a40-81ab-dee0376a53b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377088597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:12:30.194Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:12:39.215Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:13:29.633Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:13:29.635Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:13:29.635Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:13:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:13:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:13:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:13:39.196Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:13:39.203Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:14:29.633Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:14:29.634Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:14:29.634Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:14:29.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:14:29.650Z||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-12-30T05:14:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:14:39.194Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:14:39.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:15:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:15:29.633Z||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-12-30T05:15:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:15:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:15:29.648Z||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-12-30T05:15:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:15:39.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:15:39.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:16:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:16:29.634Z||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-12-30T05:16:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:16:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:16:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:16:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:16:39.195Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:16:39.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:17:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:17:29.634Z||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-12-30T05:17:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:17:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:17:29.648Z||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-12-30T05:17:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:17:39.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:17:39.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:18:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:18:29.634Z||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-12-30T05:18:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:18:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:18:29.649Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:18:29.649Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:18:39.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:18:39.207Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:19:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:19:29.634Z||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-12-30T05:19:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:19:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:19:29.648Z||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-12-30T05:19:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:19:39.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:19:39.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:20:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:20:29.634Z||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-12-30T05:20:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:20:29.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:20:29.649Z||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-12-30T05:20:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:20:39.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:20:39.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:29.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:21:29.634Z||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-12-30T05:21:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:21:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:21:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:34.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:34.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-30T05:21:34.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ce805ad-a529-45b2-b909-e59a9c1751f4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c82c9ecd-1123-46d6-bd33-0819453a99b7","serviceDescription":"service","serviceInvariantUUID":"06bf3cd8-117d-4594-86b5-e613bfc9ad8c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"325046f2-9ada-4ac2-aa76-b78ab7c54af5","resourceInvariantUUID":"36cf093a-85b7-4414-8f1c-57cce8fe138c","resourceCustomizationUUID":"e771daec-6575-40d0-bb96-312ad5deb796","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":"MWI1NzcxMmI0NTRhMDAwMzZhNTIxOGY0ZTUxNjMwMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bba44d4-0257-4515-aa2b-78e294b27bb3","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":"YWE4MjNjNjIwM2UzMDA4M2JjMzZiM2QwYWZiOTFkMjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36c94850-2b18-410f-b311-027a5aabbdfd","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":"caca507c-737a-4da2-98d6-9ee070970faf","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":"097a3bdf-554c-4f84-b085-8a468a7a0c22","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":"49da9c8c-cc2b-42b3-99d3-1bf6d405653a","artifactVersion":"2","generatedFromUUID":"d884d5ab-15fe-4874-824f-6264fdc1c824"},{"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":"71c3fe3c-3633-45fb-a9a9-59bc5697ff77","artifactVersion":"2","generatedFromUUID":"caca507c-737a-4da2-98d6-9ee070970faf"},{"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":"d884d5ab-15fe-4874-824f-6264fdc1c824","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":"162f2937-ecbb-4f9f-b445-ad66837579f7","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":"M2MxOWUzNTAwODY2ZmQxOTgxZmE1MDkxYzFkNWUwZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b8d5a9b-7773-449f-86a8-2d2ade263b6f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzcwZjMyODE3MjdkMzRhNDQ5OGI5N2VmZWQxMTZhMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"663083ad-5829-4bd3-a4a0-065e86c77be3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:21:34.864Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:34.864Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:34.868Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:34.868Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:34.968Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:34.969Z||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-12-30T05:21:34.970Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:34.984Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:34.985Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:35.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:35.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:21:35.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:35.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:21:35.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:35.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:21:35.868Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:35.869Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:35.872Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:35.872Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:21:35.972Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:35.973Z||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-12-30T05:21:35.973Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:35.987Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:35.988Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:36.872Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:36.873Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:36.876Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:36.876Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-30T05:21:36.976Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:36.977Z||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-12-30T05:21:36.977Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:37.002Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:37.003Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:37.876Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:37.877Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:37.880Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:37.880Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:37.981Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:37.982Z||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-12-30T05:21:37.982Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:37.998Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:37.999Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:38.881Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:38.882Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:38.884Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:38.884Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-30T05:21:38.984Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:38.985Z||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-12-30T05:21:38.985Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:38.996Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:38.997Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:39.885Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:39.886Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:39.888Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:39.888Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-30T05:21:39.988Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:39.989Z||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-12-30T05:21:39.989Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:40.000Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:40.000Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:40.888Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:40.889Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:40.891Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:40.892Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-30T05:21:40.992Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:40.993Z||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-12-30T05:21:40.993Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:41.012Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:41.012Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:41.892Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:41.893Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:41.895Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:41.896Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:41.996Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:41.997Z||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-12-30T05:21:41.997Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:42.010Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:42.010Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:42.896Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:42.898Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:42.900Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:42.901Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:21:43.000Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:21:43.001Z||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-12-30T05:21:43.001Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:43.016Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:43.017Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:43.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:21:43.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:43.904Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:43.904Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:21:44.005Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:21:44.006Z||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-12-30T05:21:44.006Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:44.021Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:44.022Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:44.906Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c82c9ecd-1123-46d6-bd33-0819453a99b7", "serviceDescription": "service", "serviceInvariantUUID": "06bf3cd8-117d-4594-86b5-e613bfc9ad8c", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e771daec-6575-40d0-bb96-312ad5deb796", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "325046f2-9ada-4ac2-aa76-b78ab7c54af5", "resourceInvariantUUID": "36cf093a-85b7-4414-8f1c-57cce8fe138c", "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": "YWE4MjNjNjIwM2UzMDA4M2JjMzZiM2QwYWZiOTFkMjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36c94850-2b18-410f-b311-027a5aabbdfd", "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": "caca507c-737a-4da2-98d6-9ee070970faf", "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": "71c3fe3c-3633-45fb-a9a9-59bc5697ff77", "generatedFromUUID": "caca507c-737a-4da2-98d6-9ee070970faf" }, "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": "49da9c8c-cc2b-42b3-99d3-1bf6d405653a", "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": "71c3fe3c-3633-45fb-a9a9-59bc5697ff77", "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": "d884d5ab-15fe-4874-824f-6264fdc1c824", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzcwZjMyODE3MjdkMzRhNDQ5OGI5N2VmZWQxMTZhMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "663083ad-5829-4bd3-a4a0-065e86c77be3" } ], "workloadContext": "Production" } 2022-12-30T05:21:44.907Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:21:44.907Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c82c9ecd-1123-46d6-bd33-0819453a99b7 ASDC 2022-12-30T05:21:44.908Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3ce805ad-a529-45b2-b909-e59a9c1751f4 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c82c9ecd-1123-46d6-bd33-0819453a99b7 ServiceInvariantUUID:06bf3cd8-117d-4594-86b5-e613bfc9ad8c 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:663083ad-5829-4bd3-a4a0-065e86c77be3 ArtifactChecksum:NzcwZjMyODE3MjdkMzRhNDQ5OGI5N2VmZWQxMTZhMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e771daec-6575-40d0-bb96-312ad5deb796 ResourceInvariantUUID:36cf093a-85b7-4414-8f1c-57cce8fe138c ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:325046f2-9ada-4ac2-aa76-b78ab7c54af5 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:36c94850-2b18-410f-b311-027a5aabbdfd ArtifactChecksum:YWE4MjNjNjIwM2UzMDA4M2JjMzZiM2QwYWZiOTFkMjI= 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:caca507c-737a-4da2-98d6-9ee070970faf 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:71c3fe3c-3633-45fb-a9a9-59bc5697ff77 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:49da9c8c-cc2b-42b3-99d3-1bf6d405653a 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:71c3fe3c-3633-45fb-a9a9-59bc5697ff77 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:d884d5ab-15fe-4874-824f-6264fdc1c824 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-30T05:21:44.908Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c82c9ecd-1123-46d6-bd33-0819453a99b7 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-12-30T05:21:44.961Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:21:44.962Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:21:44.963Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:21:44.963Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 663083ad-5829-4bd3-a4a0-065e86c77be3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:44.963Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:21:44.964Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:45.035Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:21:45.044Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 663083ad-5829-4bd3-a4a0-065e86c77be3 162985 2022-12-30T05:21:45.044Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-30T05:21:45.045Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:45.045Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:21:45.045Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:45.047Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:45.047Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377705044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:21:45.147Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:45.148Z||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-12-30T05:21:45.149Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:45.162Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:45.163Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:46.048Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:21:46.049Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:21:46.050Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 663083ad-5829-4bd3-a4a0-065e86c77be3, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:46.051Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-30T05:21:46.051Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:46.052Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:46.225Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17569883237059976583/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-30T05:21:47.450Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:21:47.451Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-30T05:21:47.451Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:47.451Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-30T05:21:47.452Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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-BasicCnfMacro-csar.csar 2022-12-30T05:21:47.452Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:47.452Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:47.452Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:47.452Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-30T05:21:47.453Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.453Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.453Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:47.453Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-30T05:21:47.454Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:21:47.454Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.454Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.454Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:47.455Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-30T05:21:47.455Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:21:47.455Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.455Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.456Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.456Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-30T05:21:47.456Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-30T05:21:47.456Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-30T05:21:47.456Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-30T05:21:47.457Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.457Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T05:21:47.457Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.457Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:47.458Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:21:47.458Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.458Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:47.458Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:21:47.459Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.459Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:47.459Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:21:47.459Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.460Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:47.460Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:21:47.460Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.460Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-30T05:21:47.460Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-30T05:21:47.461Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1575262f-b470-4fa3-9cff-7a74be2080ef 2022-12-30T05:21:47.461Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.462Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.462Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.462Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.462Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.463Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.463Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:47.463Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:47.463Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c82c9ecd-1123-46d6-bd33-0819453a99b7 Model Version:NULL Model InvariantUuid:06bf3cd8-117d-4594-86b5-e613bfc9ad8c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:a3ce1670-d252-4ff7-a2ff-ebb208528327 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:36cf093a-85b7-4414-8f1c-57cce8fe138c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e771daec-6575-40d0-bb96-312ad5deb796 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7234ac62-9165-40b5-998c-a5f038cc5bde ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fe254885-e686-49e8-afcc-f09216d23b2a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:bb5cbf16-f3ae-4641-97dd-36fd077389df ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:32ba4789-bd8d-4a36-a039-b649ca635665 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1575262f-b470-4fa3-9cff-7a74be2080ef ModelInvariantUuid:2bda9e4a-457a-4e7d-881e-1c51f6e16029 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:089842a9-1a56-4c44-bcc9-f535dea8f3a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:689e111a-e558-4084-bbcb-2f29e030580c ModelInvariantUuid:62cd64e2-127b-4768-ab1c-dd57be05b1d1 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ed9cd2f6-17e5-4e96-aeeb-146390257f04 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-12-30T05:21:47.475Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 325046f2-9ada-4ac2-aa76-b78ab7c54af5 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-12-30T05:21:47.479Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-12-30T05:21:47.480Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 325046f2-9ada-4ac2-aa76-b78ab7c54af5 2022-12-30T05:21:47.480Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36c94850-2b18-410f-b311-027a5aabbdfd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-30T05:21:47.480Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:21:47.480Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:47.539Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:21:47.540Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 36c94850-2b18-410f-b311-027a5aabbdfd 1565 2022-12-30T05:21:47.540Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:47.540Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:47.540Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:21:47.540Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:47.542Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:47.543Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377707540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:21:47.643Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:47.644Z||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-12-30T05:21:47.644Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:47.654Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:47.655Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:48.543Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bb5cbf16-f3ae-4641-97dd-36fd077389df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32ba4789-bd8d-4a36-a039-b649ca635665", "vfModuleModelCustomizationUUID": "7a9425d5-7b5f-4ef4-914c-2fcf1532ac32", "isBase": true, "artifacts": [ "caca507c-737a-4da2-98d6-9ee070970faf", "71c3fe3c-3633-45fb-a9a9-59bc5697ff77" ], "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": "7234ac62-9165-40b5-998c-a5f038cc5bde", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe254885-e686-49e8-afcc-f09216d23b2a", "vfModuleModelCustomizationUUID": "9d7c5860-0933-4404-833d-39c37e54a42a", "isBase": false, "artifacts": [ "d884d5ab-15fe-4874-824f-6264fdc1c824" ], "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-12-30T05:21:48.550Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32ba4789-bd8d-4a36-a039-b649ca635665 VfModuleModelInvariantUUID:bb5cbf16-f3ae-4641-97dd-36fd077389df VfModuleModelDescription:NULL Artifacts UUID List:{ caca507c-737a-4da2-98d6-9ee070970faf , 71c3fe3c-3633-45fb-a9a9-59bc5697ff77 } 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:fe254885-e686-49e8-afcc-f09216d23b2a VfModuleModelInvariantUUID:7234ac62-9165-40b5-998c-a5f038cc5bde VfModuleModelDescription:NULL Artifacts UUID List:{ d884d5ab-15fe-4874-824f-6264fdc1c824 } 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-12-30T05:21:48.552Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bb5cbf16-f3ae-4641-97dd-36fd077389df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32ba4789-bd8d-4a36-a039-b649ca635665", "vfModuleModelCustomizationUUID": "7a9425d5-7b5f-4ef4-914c-2fcf1532ac32", "isBase": true, "artifacts": [ "caca507c-737a-4da2-98d6-9ee070970faf", "71c3fe3c-3633-45fb-a9a9-59bc5697ff77" ], "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": "7234ac62-9165-40b5-998c-a5f038cc5bde", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe254885-e686-49e8-afcc-f09216d23b2a", "vfModuleModelCustomizationUUID": "9d7c5860-0933-4404-833d-39c37e54a42a", "isBase": false, "artifacts": [ "d884d5ab-15fe-4874-824f-6264fdc1c824" ], "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-12-30T05:21:48.552Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32ba4789-bd8d-4a36-a039-b649ca635665 VfModuleModelInvariantUUID:bb5cbf16-f3ae-4641-97dd-36fd077389df VfModuleModelDescription:NULL Artifacts UUID List:{ caca507c-737a-4da2-98d6-9ee070970faf , 71c3fe3c-3633-45fb-a9a9-59bc5697ff77 } 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:fe254885-e686-49e8-afcc-f09216d23b2a VfModuleModelInvariantUUID:7234ac62-9165-40b5-998c-a5f038cc5bde VfModuleModelDescription:NULL Artifacts UUID List:{ d884d5ab-15fe-4874-824f-6264fdc1c824 } 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-12-30T05:21:48.553Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: caca507c-737a-4da2-98d6-9ee070970faf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-30T05:21:48.553Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:21:48.553Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:48.594Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:21:48.594Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml caca507c-737a-4da2-98d6-9ee070970faf 914 2022-12-30T05:21:48.595Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:48.595Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:48.595Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:21:48.595Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:48.598Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:48.598Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377708594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:21:48.698Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:48.699Z||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-12-30T05:21:48.699Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:48.714Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:48.715Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:49.601Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 49da9c8c-cc2b-42b3-99d3-1bf6d405653a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-30T05:21:49.601Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:21:49.601Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:49.646Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:21:49.650Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 49da9c8c-cc2b-42b3-99d3-1bf6d405653a 12 2022-12-30T05:21:49.650Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:49.650Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:49.650Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:21:49.651Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:49.653Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:49.654Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377709650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:21:49.753Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-30T05:21:49.753Z||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-12-30T05:21:49.753Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:49.764Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:49.765Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:50.654Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 71c3fe3c-3633-45fb-a9a9-59bc5697ff77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-30T05:21:50.655Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:21:50.656Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:50.699Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:21:50.700Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 71c3fe3c-3633-45fb-a9a9-59bc5697ff77 96 2022-12-30T05:21:50.701Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:50.701Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:50.701Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:21:50.702Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:50.704Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:50.704Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377710701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:21:50.804Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:50.805Z||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-12-30T05:21:50.805Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:50.818Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:50.819Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:51.705Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d884d5ab-15fe-4874-824f-6264fdc1c824 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-30T05:21:51.705Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:21:51.706Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:51.755Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:21:51.756Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d884d5ab-15fe-4874-824f-6264fdc1c824 20206 2022-12-30T05:21:51.757Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:51.757Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:51.757Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:21:51.757Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:51.760Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:51.760Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377711757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-30T05:21:51.860Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:51.861Z||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-12-30T05:21:51.861Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:51.878Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:51.878Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:52.763Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c82c9ecd-1123-46d6-bd33-0819453a99b7 2022-12-30T05:21:52.764Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 325046f2-9ada-4ac2-aa76-b78ab7c54af5 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-12-30T05:21:52.778Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10ce4662, org.onap.sdc.toscaparser.api.parameters.Input@56c0694d, org.onap.sdc.toscaparser.api.parameters.Input@610985a7, org.onap.sdc.toscaparser.api.parameters.Input@434229bf, org.onap.sdc.toscaparser.api.parameters.Input@215d8ae3] 2022-12-30T05:21:52.780Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.781Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.781Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-12-30T05:21:52.782Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e771daec-6575-40d0-bb96-312ad5deb796 2022-12-30T05:21:52.782Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e771daec-6575-40d0-bb96-312ad5deb796 matches Tosca VF Customization UUID: e771daec-6575-40d0-bb96-312ad5deb796 2022-12-30T05:21:52.782Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e771daec-6575-40d0-bb96-312ad5deb796 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-12-30T05:21:52.784Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.785Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.786Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e771daec-6575-40d0-bb96-312ad5deb796: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-12-30T05:21:52.786Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bd65751 2022-12-30T05:21:52.786Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.787Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T05:21:52.787Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d7c5860-0933-4404-833d-39c37e54a42a 2022-12-30T05:21:52.787Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d7c5860-0933-4404-833d-39c37e54a42a 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-12-30T05:21:52.790Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.791Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:52.791Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:21:52.791Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.791Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:52.792Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:21:52.792Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.792Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-30T05:21:52.793Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e771daec-6575-40d0-bb96-312ad5deb796 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-12-30T05:21:52.795Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.795Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.795Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c82c9ecd-1123-46d6-bd33-0819453a99b7: basic_cnf_macro 2022-12-30T05:21:52.796Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.796Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.796Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.797Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.797Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.797Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.798Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.798Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.798Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:21:52.799Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:21:52.799Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:52.841Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 325046f2-9ada-4ac2-aa76-b78ab7c54af5 2 ASDC deployResourceStructure 2022-12-30T05:21:52.842Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:52.842Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:52.842Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:21:52.843Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:52.845Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:52.846Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377712842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:21:52.946Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:52.947Z||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-12-30T05:21:52.947Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:52.961Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:52.961Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:53.847Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:53.847Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:53.847Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:21:53.848Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:53.849Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:53.850Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377713846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:21:53.950Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:53.951Z||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-12-30T05:21:53.951Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:53.961Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:53.962Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:54.851Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:54.851Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:54.852Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-30T05:21:54.852Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:54.854Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:54.854Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377714850, "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-12-30T05:21:54.955Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:21:54.956Z||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-12-30T05:21:54.956Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:54.968Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:54.969Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:55.856Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:55.856Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:55.856Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:21:55.857Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:55.859Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:55.859Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377715856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-30T05:21:55.959Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:55.960Z||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-12-30T05:21:55.960Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:55.972Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:55.973Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:56.860Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:56.861Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||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-12-30T05:21:56.861Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-30T05:21:56.861Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:56.863Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:56.863Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377716860, "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-12-30T05:21:56.964Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:21:56.965Z||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-12-30T05:21:56.965Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:56.977Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:56.977Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:21:57.864Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-30T05:21:57.865Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-30T05:21:57.865Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:21:57.866Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:21:57.868Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:21:57.868Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377717864, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:21:57.968Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:21:57.971Z||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-12-30T05:21:57.972Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:21:57.994Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:21:57.994Z||pool-110-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:21:58.869Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:21:58.882Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:21:58.883Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:21:58.884Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:21:58.884Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:22:28.884Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:22:28.899Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:22:28.901Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:22:28.901Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:22:28.901Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:22:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:22:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:22:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:22:29.782Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:22:29.783Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:22:29.783Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:22:29.784Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:22:58.902Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:22:58.916Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:22:58.917Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:22:58.918Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:22:58.918Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:23:28.918Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:23:28.929Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:23:28.931Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:23:28.931Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-30T05:23:28.931Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-30T05:23:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:23:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:23:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:23:29.669Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:23:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:23:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-30T05:23:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-30T05:23:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-30T05:23:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-30T05:23:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-30T05:23:29.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.696Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-30T05:23:29.697Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.698Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.699Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.699Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.699Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.699Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.699Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.700Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.700Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.700Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.700Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.700Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.700Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.701Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.701Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.701Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.702Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.703Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.703Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.703Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.703Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.703Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.703Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.704Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377689633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377684644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.705Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377684902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.706Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.706Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.706Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "ves-openapi-manager", "timestamp": 1672377692598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.706Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.706Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.706Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377703716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.707Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.707Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.707Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377705044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.707Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.707Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.707Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377703296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.708Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.708Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.708Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377704771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.708Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.708Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.708Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377705845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.709Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.709Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.709Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377707540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.709Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.709Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.709Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "cds", "timestamp": 1672377705866, "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-12-30T05:23:29.716Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ce805ad-a529-45b2-b909-e59a9c1751f4 2022-12-30T05:23:29.716Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce805ad-a529-45b2-b909-e59a9c1751f4 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-12-30T05:23:29.727Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.727Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377706921, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.727Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.727Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.728Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377708594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.728Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.728Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.729Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377707996, "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-12-30T05:23:29.734Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ce805ad-a529-45b2-b909-e59a9c1751f4 2022-12-30T05:23:29.734Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce805ad-a529-45b2-b909-e59a9c1751f4 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-12-30T05:23:29.742Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.742Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377709650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.742Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.742Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.743Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.743Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.743Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.743Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "multicloud-k8s-id", "timestamp": 1672377709000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.743Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.744Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.744Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.744Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.744Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.744Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377710701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.744Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.745Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.745Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.745Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.745Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.745Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.746Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.746Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.746Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.746Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.746Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.746Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377711757, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.748Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.748Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.748Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.748Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.748Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.748Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.749Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.749Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.749Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377712842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.749Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.749Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.750Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:23:29.750Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.750Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.750Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.750Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.750Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.751Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.751Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.751Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.751Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.752Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.752Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.752Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377713846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.752Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.752Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.753Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-30T05:23:29.753Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.753Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.753Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.753Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.753Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.754Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.754Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.754Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.754Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.754Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.754Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.755Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377714850, "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-12-30T05:23:29.755Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.755Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.755Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.755Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.756Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.756Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.756Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.756Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377715856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-30T05:23:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377706869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377716860, "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-12-30T05:23:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.765Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.765Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.765Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.765Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.765Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.766Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.766Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.766Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377715722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.767Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.767Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.767Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.767Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.767Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.768Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377717864, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.768Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.768Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.768Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.769Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.769Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.769Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.769Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.770Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.770Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.770Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.770Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.771Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.771Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.771Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.771Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "cds", "timestamp": 1672377717030, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-30T05:23:29.784Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 2022-12-30T05:23:29.784Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 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-12-30T05:23:29.792Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.792Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.792Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.792Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.792Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377710008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.793Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.793Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.793Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.793Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.793Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377718741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377719403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377719818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377720158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "ves-openapi-manager", "timestamp": 1672377712598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377720891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377721922, "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-12-30T05:23:29.805Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 2022-12-30T05:23:29.805Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 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-12-30T05:23:29.813Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.813Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377722492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.813Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.814Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.814Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "multicloud-k8s-id", "timestamp": 1672377722926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.814Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.814Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.814Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377723496, "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-12-30T05:23:29.818Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ce805ad-a529-45b2-b909-e59a9c1751f4 2022-12-30T05:23:29.818Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce805ad-a529-45b2-b909-e59a9c1751f4 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-12-30T05:23:29.825Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.826Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.826Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.826Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.826Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.826Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.827Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.828Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377728445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.828Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.828Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.828Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.829Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "aai-ml", "timestamp": 1672377729450, "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-12-30T05:23:29.833Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ce805ad-a529-45b2-b909-e59a9c1751f4 2022-12-30T05:23:29.833Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce805ad-a529-45b2-b909-e59a9c1751f4 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-12-30T05:23:29.841Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.842Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.842Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.842Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.842Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.842Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.842Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.843Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.843Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.843Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.843Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.843Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.843Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.844Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377709314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.844Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.844Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.844Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.844Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.844Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377732621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.845Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.846Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.846Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.846Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377734941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.847Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.847Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.847Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.847Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.847Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.847Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377735946, "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-12-30T05:23:29.852Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 2022-12-30T05:23:29.852Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 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-12-30T05:23:29.861Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.861Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:23:29.861Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.861Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.861Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377708585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:23:29.862Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:23:29.862Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.862Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377738663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:23:29.862Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.862Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.862Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377745948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:23:29.863Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:23:29.863Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:23:29.863Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "aai-ml", "timestamp": 1672377746951, "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-12-30T05:23:29.868Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 2022-12-30T05:23:29.868Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 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-12-30T05:23:58.932Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:23:58.947Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:23:58.949Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:23:58.950Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:23:58.950Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:23:58.950Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:23:58.951Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:23:58.951Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:23:58.951Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:23:58.951Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:23:58.952Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:23:58.952Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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-12-30T05:23:58.957Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:24:28.957Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 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-12-30T05:24:28.965Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ce805ad-a529-45b2-b909-e59a9c1751f4 and serviceModelVersionId: c82c9ecd-1123-46d6-bd33-0819453a99b7 2022-12-30T05:24:28.965Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06bf3cd8-117d-4594-86b5-e613bfc9ad8c 2022-12-30T05:24:28.967Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06bf3cd8-117d-4594-86b5-e613bfc9ad8c/model-vers/model-ver/c82c9ecd-1123-46d6-bd33-0819453a99b7?depth=0 2022-12-30T05:24:28.973Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:24:29.023Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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/06bf3cd8-117d-4594-86b5-e613bfc9ad8c/model-vers/model-ver/c82c9ecd-1123-46d6-bd33-0819453a99b7?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-12-30T05:24:29.024Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06bf3cd8-117d-4594-86b5-e613bfc9ad8c/model-vers/model-ver/c82c9ecd-1123-46d6-bd33-0819453a99b7?depth=0|INFO|500||Invoke 2022-12-30T05:24:29.047Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06bf3cd8-117d-4594-86b5-e613bfc9ad8c/model-vers/model-ver/c82c9ecd-1123-46d6-bd33-0819453a99b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:24:29.160Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06bf3cd8-117d-4594-86b5-e613bfc9ad8c/model-vers/model-ver/c82c9ecd-1123-46d6-bd33-0819453a99b7?depth=0|INFO|500||InvokeReturn 2022-12-30T05:24:29.161Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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/06bf3cd8-117d-4594-86b5-e613bfc9ad8c/model-vers/model-ver/c82c9ecd-1123-46d6-bd33-0819453a99b7?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:24:27 GMT], content-length=[0], vertex-id=[245944], x-aai-txid=[1-aai-resources-221230-05:24:27:272-74069], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:24:29.161Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:24:29.162Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:24:29.162Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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-12-30T05:24:29.168Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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-12-30T05:24:29.168Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ce805ad-a529-45b2-b909-e59a9c1751f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:24:29.168Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:24:29.169Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:29.171Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:29.171Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377869168, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:24:29.271Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:29.272Z||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-12-30T05:24:29.272Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:29.295Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:29.295Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:24:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:24:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:29.683Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:29.685Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.685Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.686Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.689Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.690Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.691Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377747955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:24:29.692Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377752598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377744901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377763716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.693Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377764181, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377763778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377764823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.694Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.695Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "cds", "timestamp": 1672377765033, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:24:29.711Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afc8669e-c3ab-49de-9a00-308746964931 2022-12-30T05:24:29.711Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afc8669e-c3ab-49de-9a00-308746964931 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-12-30T05:24:29.732Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.732Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "ves-openapi-manager", "timestamp": 1672377765827, "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-12-30T05:24:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of afc8669e-c3ab-49de-9a00-308746964931 2022-12-30T05:24:29.747Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afc8669e-c3ab-49de-9a00-308746964931 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-12-30T05:24:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377769391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "aai-ml", "timestamp": 1672377770396, "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-12-30T05:24:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afc8669e-c3ab-49de-9a00-308746964931 2022-12-30T05:24:29.765Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afc8669e-c3ab-49de-9a00-308746964931 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-12-30T05:24:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.794Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.795Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.796Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.797Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "multicloud-k8s-id", "timestamp": 1672377764644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:24:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.798Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.799Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.800Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.801Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:29.801Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.801Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.801Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377769314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:24:29.801Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:24:29.802Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.802Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377779087, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:29.802Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.802Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.803Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377781013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:24:29.803Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:24:29.803Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:24:29.803Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672377782016, "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-12-30T05:24:29.818Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afc8669e-c3ab-49de-9a00-308746964931 2022-12-30T05:24:29.818Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId afc8669e-c3ab-49de-9a00-308746964931 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 (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:24:30.185Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:24:30.186Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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-12-30T05:24:30.186Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:34.652Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:34.653Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-30T05:24:34.653Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"aed530b7-504e-4fb0-9f64-25c1f29aaf60","serviceDescription":"service","serviceInvariantUUID":"337fe4bc-07a7-4845-a484-ae8a59846da0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a5c66ef-dd0e-4110-b147-2b69094705c5","resourceInvariantUUID":"6286f228-ab66-494d-aa89-f1561f3a1ceb","resourceCustomizationUUID":"d135dab2-9f4e-4569-9de5-107be1d188d0","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":"YmRkNzJjMTc2ZWEzNjJhNmRkODc5MGU2OTU5YThkZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2a62ce1-7b96-4bb5-b88f-a9e3f1bb2e33","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":"M2UzMTMwYmIyNTc1NzdmMDljYmY3YjhkMDM3ODc4YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dacb6b1c-122c-49b0-95ce-295895b40c5b","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":"e9401a5d-4d33-44e9-a686-84d5d3c2122c","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":"f92e43b3-b962-4d19-bc43-4c6497f4779c","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":"47dc0088-9e3a-4dc3-8df6-7817162fce81","artifactVersion":"2","generatedFromUUID":"e9401a5d-4d33-44e9-a686-84d5d3c2122c"},{"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":"ODgxMTczNDQwYWFlMjg3MTQ2MzhjYWVlY2UzYjA3Nzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6c4349e1-4078-4f73-9d00-915bc17966a1","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":"NDk2NmIxZWFjYTM1YzA0MWVlNWQwMzY0MGIyNzUxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58cdbb1c-050c-4cfb-ae65-70c91a0b30af","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWE3MTAzODYyMGM5MTAyZTI5N2ViYjYxYmVmMDEzNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68cb1662-ee0b-49d3-a412-a5ee42c082e5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:24:34.655Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:34.656Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:34.658Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:34.658Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:34.758Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:34.759Z||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-12-30T05:24:34.759Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:34.775Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:34.775Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:35.659Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:35.660Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:35.663Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:35.663Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:24:35.763Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:35.764Z||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-12-30T05:24:35.764Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:35.775Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:35.776Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:36.663Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:36.664Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:36.666Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:36.666Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-30T05:24:36.766Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:36.767Z||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-12-30T05:24:36.767Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:36.778Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:36.778Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:24:37.666Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:37.667Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:37.670Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:37.670Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:37.770Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:37.771Z||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-12-30T05:24:37.771Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:37.789Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:37.790Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:38.670Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:38.671Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:38.673Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:38.674Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-30T05:24:38.774Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:38.775Z||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-12-30T05:24:38.775Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:38.788Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:38.789Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:39.675Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:39.676Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:39.679Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:39.679Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:39.778Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-30T05:24:39.779Z||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-12-30T05:24:39.779Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:39.789Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:39.790Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:24:40.680Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:40.681Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:40.683Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:40.683Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:24:40.783Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:40.784Z||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-12-30T05:24:40.785Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:40.797Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:40.797Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:24:41.684Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:24:41.685Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:41.687Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:41.687Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:24:41.787Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:41.788Z||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-12-30T05:24:41.788Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:41.807Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:41.808Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:42.688Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "aed530b7-504e-4fb0-9f64-25c1f29aaf60", "serviceDescription": "service", "serviceInvariantUUID": "337fe4bc-07a7-4845-a484-ae8a59846da0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d135dab2-9f4e-4569-9de5-107be1d188d0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2a5c66ef-dd0e-4110-b147-2b69094705c5", "resourceInvariantUUID": "6286f228-ab66-494d-aa89-f1561f3a1ceb", "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": "M2UzMTMwYmIyNTc1NzdmMDljYmY3YjhkMDM3ODc4YzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dacb6b1c-122c-49b0-95ce-295895b40c5b", "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": "e9401a5d-4d33-44e9-a686-84d5d3c2122c", "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": "47dc0088-9e3a-4dc3-8df6-7817162fce81", "generatedFromUUID": "e9401a5d-4d33-44e9-a686-84d5d3c2122c" }, "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": "47dc0088-9e3a-4dc3-8df6-7817162fce81", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MWE3MTAzODYyMGM5MTAyZTI5N2ViYjYxYmVmMDEzNzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68cb1662-ee0b-49d3-a412-a5ee42c082e5" } ], "workloadContext": "Production" } 2022-12-30T05:24:42.688Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:24:42.688Z|3ce805ad-a529-45b2-b909-e59a9c1751f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aed530b7-504e-4fb0-9f64-25c1f29aaf60 ASDC 2022-12-30T05:24:42.689Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:aed530b7-504e-4fb0-9f64-25c1f29aaf60 ServiceInvariantUUID:337fe4bc-07a7-4845-a484-ae8a59846da0 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:68cb1662-ee0b-49d3-a412-a5ee42c082e5 ArtifactChecksum:MWE3MTAzODYyMGM5MTAyZTI5N2ViYjYxYmVmMDEzNzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d135dab2-9f4e-4569-9de5-107be1d188d0 ResourceInvariantUUID:6286f228-ab66-494d-aa89-f1561f3a1ceb ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2a5c66ef-dd0e-4110-b147-2b69094705c5 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:dacb6b1c-122c-49b0-95ce-295895b40c5b ArtifactChecksum:M2UzMTMwYmIyNTc1NzdmMDljYmY3YjhkMDM3ODc4YzY= 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:e9401a5d-4d33-44e9-a686-84d5d3c2122c 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:47dc0088-9e3a-4dc3-8df6-7817162fce81 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:47dc0088-9e3a-4dc3-8df6-7817162fce81 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-30T05:24:42.689Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aed530b7-504e-4fb0-9f64-25c1f29aaf60 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-12-30T05:24:42.745Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:24:42.746Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:24:42.746Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:24:42.746Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68cb1662-ee0b-49d3-a412-a5ee42c082e5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-30T05:24:42.746Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:24:42.747Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-30T05:24:42.901Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:24:42.907Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 68cb1662-ee0b-49d3-a412-a5ee42c082e5 82625 2022-12-30T05:24:42.907Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-30T05:24:42.907Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-30T05:24:42.907Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:24:42.908Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:42.910Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:42.910Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377882907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:43.010Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:43.011Z||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-12-30T05:24:43.011Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:43.022Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:43.023Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:43.910Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:24:43.911Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:24:43.912Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 68cb1662-ee0b-49d3-a412-a5ee42c082e5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-30T05:24:43.913Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-30T05:24:43.913Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-30T05:24:43.913Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-30T05:24:44.104Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9227335925541057186/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_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-30T05:24:45.365Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:24:45.366Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-30T05:24:45.367Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-30T05:24:45.367Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-30T05:24:45.367Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:45.367Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-BasicVmMacro-csar.csar 2022-12-30T05:24:45.367Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-30T05:24:45.367Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-BasicVmMacro-csar.csar 2022-12-30T05:24:45.368Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-BasicVmMacro-csar.csar 2022-12-30T05:24:45.368Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-BasicVmMacro-csar.csar 2022-12-30T05:24:45.368Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-30T05:24:45.368Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-30T05:24:45.368Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.369Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.369Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:45.369Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-30T05:24:45.369Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:24:45.370Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.370Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.370Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:45.370Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-30T05:24:45.370Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:24:45.370Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.371Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.371Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.371Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-30T05:24:45.371Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-30T05:24:45.371Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.372Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:45.373Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:24:45.373Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.373Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:45.373Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:24:45.373Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.373Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4d3f97fb-be68-4458-92e6-6bf4832588be 2022-12-30T05:24:45.374Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.375Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.375Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.375Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.375Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.375Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.375Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:45.376Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:45.376Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:aed530b7-504e-4fb0-9f64-25c1f29aaf60 Model Version:NULL Model InvariantUuid:337fe4bc-07a7-4845-a484-ae8a59846da0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5a9c0bf2-1098-4bbd-aad3-c168caad2f13 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6286f228-ab66-494d-aa89-f1561f3a1ceb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d135dab2-9f4e-4569-9de5-107be1d188d0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:70397994-a7a2-4931-a465-0a48b37e7bf2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6be22ecc-c144-4a6c-b132-5f1bc989f91d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4d3f97fb-be68-4458-92e6-6bf4832588be ModelInvariantUuid:23fec0f5-39ae-4e6e-a6f9-6a115293d68f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:2c406caa-4dc7-4ec1-a393-6f1a538b256c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9ccd963b-f969-4416-ab34-449761e0d5cf ModelInvariantUuid:58299c8b-c661-4217-b091-e22389dfa188 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f0203f29-bf0b-42b4-837a-743a924b101e 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-12-30T05:24:45.418Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a5c66ef-dd0e-4110-b147-2b69094705c5 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-12-30T05:24:45.427Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-12-30T05:24:45.429Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a5c66ef-dd0e-4110-b147-2b69094705c5 2022-12-30T05:24:45.429Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dacb6b1c-122c-49b0-95ce-295895b40c5b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-30T05:24:45.429Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:24:45.430Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:45.486Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:24:45.487Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json dacb6b1c-122c-49b0-95ce-295895b40c5b 792 2022-12-30T05:24:45.487Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:45.488Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:45.488Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:24:45.489Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:45.491Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:45.491Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377885487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:45.591Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:45.592Z||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-12-30T05:24:45.592Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:45.605Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:45.605Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:24:46.492Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70397994-a7a2-4931-a465-0a48b37e7bf2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6be22ecc-c144-4a6c-b132-5f1bc989f91d", "vfModuleModelCustomizationUUID": "ccc67484-0420-45a8-a66f-17299ddd76fb", "isBase": true, "artifacts": [ "e9401a5d-4d33-44e9-a686-84d5d3c2122c", "47dc0088-9e3a-4dc3-8df6-7817162fce81" ], "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-12-30T05:24:46.496Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6be22ecc-c144-4a6c-b132-5f1bc989f91d VfModuleModelInvariantUUID:70397994-a7a2-4931-a465-0a48b37e7bf2 VfModuleModelDescription:NULL Artifacts UUID List:{ e9401a5d-4d33-44e9-a686-84d5d3c2122c , 47dc0088-9e3a-4dc3-8df6-7817162fce81 } 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-12-30T05:24:46.498Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70397994-a7a2-4931-a465-0a48b37e7bf2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6be22ecc-c144-4a6c-b132-5f1bc989f91d", "vfModuleModelCustomizationUUID": "ccc67484-0420-45a8-a66f-17299ddd76fb", "isBase": true, "artifacts": [ "e9401a5d-4d33-44e9-a686-84d5d3c2122c", "47dc0088-9e3a-4dc3-8df6-7817162fce81" ], "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-12-30T05:24:46.498Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6be22ecc-c144-4a6c-b132-5f1bc989f91d VfModuleModelInvariantUUID:70397994-a7a2-4931-a465-0a48b37e7bf2 VfModuleModelDescription:NULL Artifacts UUID List:{ e9401a5d-4d33-44e9-a686-84d5d3c2122c , 47dc0088-9e3a-4dc3-8df6-7817162fce81 } 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-12-30T05:24:46.498Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9401a5d-4d33-44e9-a686-84d5d3c2122c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-30T05:24:46.499Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:24:46.499Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:46.554Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:24:46.555Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e9401a5d-4d33-44e9-a686-84d5d3c2122c 5033 2022-12-30T05:24:46.556Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:46.556Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:46.556Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:24:46.557Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:46.559Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:46.559Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377886556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:46.659Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:46.660Z||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-12-30T05:24:46.660Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:46.672Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:46.673Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:24:47.560Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 47dc0088-9e3a-4dc3-8df6-7817162fce81 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-30T05:24:47.561Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:24:47.561Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:47.613Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:24:47.614Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 47dc0088-9e3a-4dc3-8df6-7817162fce81 903 2022-12-30T05:24:47.614Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:47.615Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:47.615Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:24:47.616Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:47.618Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:47.618Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377887614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:24:47.719Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:47.720Z||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-12-30T05:24:47.721Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:47.734Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:47.735Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:48.619Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: aed530b7-504e-4fb0-9f64-25c1f29aaf60 2022-12-30T05:24:48.620Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2a5c66ef-dd0e-4110-b147-2b69094705c5 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-12-30T05:24:48.644Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6485368e, org.onap.sdc.toscaparser.api.parameters.Input@4f21a8e4, org.onap.sdc.toscaparser.api.parameters.Input@2b87fe4, org.onap.sdc.toscaparser.api.parameters.Input@5d47f997, org.onap.sdc.toscaparser.api.parameters.Input@10bb95f7] 2022-12-30T05:24:48.646Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.646Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.646Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-12-30T05:24:48.646Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d135dab2-9f4e-4569-9de5-107be1d188d0 2022-12-30T05:24:48.646Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d135dab2-9f4e-4569-9de5-107be1d188d0 matches Tosca VF Customization UUID: d135dab2-9f4e-4569-9de5-107be1d188d0 2022-12-30T05:24:48.647Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d135dab2-9f4e-4569-9de5-107be1d188d0 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-12-30T05:24:48.649Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.649Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.649Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d135dab2-9f4e-4569-9de5-107be1d188d0: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-12-30T05:24:48.650Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7170b3d1 2022-12-30T05:24:48.650Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.650Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-30T05:24:48.650Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ccc67484-0420-45a8-a66f-17299ddd76fb 2022-12-30T05:24:48.650Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ccc67484-0420-45a8-a66f-17299ddd76fb 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-12-30T05:24:48.653Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.653Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:48.653Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:24:48.653Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.654Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:48.654Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:24:48.654Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.654Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-30T05:24:48.655Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-30T05:24:48.655Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-30T05:24:48.655Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4d3f97fb-be68-4458-92e6-6bf4832588be 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-12-30T05:24:48.657Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.658Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:48.658Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-30T05:24:48.658Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.658Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-30T05:24:48.659Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d135dab2-9f4e-4569-9de5-107be1d188d0 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-12-30T05:24:48.660Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.660Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.661Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid aed530b7-504e-4fb0-9f64-25c1f29aaf60: basic_vm_macro 2022-12-30T05:24:48.661Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.661Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.661Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.661Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.662Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.662Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.662Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.662Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.662Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:24:48.663Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:24:48.663Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:48.811Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2a5c66ef-dd0e-4110-b147-2b69094705c5 1 ASDC deployResourceStructure 2022-12-30T05:24:48.812Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:48.812Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:48.812Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:24:48.813Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:48.815Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:48.815Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377888812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:24:48.915Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:48.916Z||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-12-30T05:24:48.916Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:48.950Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:48.950Z||pool-124-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:49.816Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:49.817Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:49.817Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:24:49.817Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:49.819Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:49.819Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377889816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:24:49.919Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:24:49.920Z||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-12-30T05:24:49.920Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:49.945Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:49.945Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:50.820Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:50.820Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||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-12-30T05:24:50.820Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:24:50.821Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:50.823Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:50.823Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377890820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-30T05:24:50.924Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:24:50.926Z||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-12-30T05:24:50.926Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:50.941Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:50.941Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:24:51.824Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-30T05:24:51.825Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-30T05:24:51.825Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:24:51.825Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:24:51.828Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:24:51.828Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377891824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:24:51.929Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:24:51.930Z||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-12-30T05:24:51.930Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:24:51.943Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:24:51.944Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:24:52.829Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:24:52.840Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:24:52.843Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-12-30T05:24:52.847Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:25:22.848Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 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-12-30T05:25:22.860Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 and serviceModelVersionId: aed530b7-504e-4fb0-9f64-25c1f29aaf60 2022-12-30T05:25:22.861Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 337fe4bc-07a7-4845-a484-ae8a59846da0 2022-12-30T05:25:22.861Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0 2022-12-30T05:25:22.865Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:25:22.900Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0|INFO|500||Invoke 2022-12-30T05:25:22.901Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca5bc0ae-2d04-41aa-a4d4-d9bf1ff099ee], X-ECOMP-RequestID=[59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3], X-TransactionId=[], X-ONAP-RequestID=[59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3], Content-Type=[application/merge-patch+json]} 2022-12-30T05:25:22.919Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:25:23.058Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?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/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:25:21 GMT], content-length=[0], vertex-id=[241808], x-aai-txid=[1-aai-resources-221230-05:25:21:161-27634], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:25:23.059Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:25:23.059Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337fe4bc-07a7-4845-a484-ae8a59846da0/model-vers/model-ver/aed530b7-504e-4fb0-9f64-25c1f29aaf60?depth=0|INFO|500||InvokeReturn 2022-12-30T05:25:23.059Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:25:23.059Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-12-30T05:25:23.064Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|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-12-30T05:25:23.064Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:25:23.064Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:25:23.064Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:23.066Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:23.066Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377923064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:25:23.166Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:23.167Z||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-12-30T05:25:23.167Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:23.183Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:23.184Z||pool-128-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-12-30T05:25:24.079Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-30T05:25:24.079Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"afc8669e-c3ab-49de-9a00-308746964931","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"021d0c77-711e-4f64-a0f2-8cd8f8a391d9","serviceDescription":"service","serviceInvariantUUID":"351fcbf5-205b-4eaf-bbec-6345afdc5b6f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"90d167bb-6c6b-42d9-80fa-42f5d371062e","resourceInvariantUUID":"5089f219-d859-42b5-ad98-0d7a9569b013","resourceCustomizationUUID":"bf3a49c5-089b-41fc-bbc6-0fad85b52ee0","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":"N2Q4NjFiYzMwYmE3NTRhOTQyNmRjZWEwMjQwNDNlMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72ffd720-3d62-4700-bcc5-c44134298c53","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":"8fa4af6a-5271-44c6-89e2-07130614619e","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":"8c3f2c73-2eb2-43a6-8286-d358cd49e0c7","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":"Y2ZkM2NjZjRiN2QzOGQwNjVmODUyMGZkNTM3MjZlYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93c84d8f-1661-4b22-8f63-2b8e1749a33c","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":"077d59a8-a822-4af9-ba68-cc6a5fc35a6b","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":"dd0f0c88-f440-4922-8bd4-df9f6d6e582d","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":"e5bc2be6-8a6b-4818-ac9b-4d23491f0dcd","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":"MWRjN2MyYmQ1MTNiMTJkNmUzYjUyNjNmMmZiOGU4OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f054c62-3cb6-4ead-9acf-bc018401408d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODZiODg2Y2Y2NGJjMzM4ZjM5NzJmMDQxODA2OWY3ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e1753a1-bb61-4194-84e7-5492cd9863bc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-30T05:25:24.080Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:24.080Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:24.081Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:24.082Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:24.182Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:24.183Z||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-12-30T05:25:24.183Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:24.207Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:24.207Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:25.082Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:25.083Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:25.085Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:25.085Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:25.186Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:25:25.187Z||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-12-30T05:25:25.187Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:25.202Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:25.203Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:26.093Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:26.093Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:26.095Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:26.095Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:26.196Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-30T05:25:26.197Z||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-12-30T05:25:26.197Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:26.209Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:26.210Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:27.097Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:27.097Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:27.100Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:27.100Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:27.200Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:27.201Z||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-12-30T05:25:27.201Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:27.214Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:27.215Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:25:28.100Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:28.101Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:28.103Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:28.103Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:28.203Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:28.204Z||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-12-30T05:25:28.204Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:28.224Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:28.225Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:29.103Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:29.104Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:29.106Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:29.106Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:29.207Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:29.208Z||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-12-30T05:25:29.208Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:29.223Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:29.223Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:25:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:25:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:25:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:25:29.687Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce805ad-a529-45b2-b909-e59a9c1751f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377869168, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:25:29.688Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:25:30.107Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:30.108Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:30.110Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:30.110Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:30.210Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:30.211Z||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-12-30T05:25:30.211Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:30.225Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:30.225Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:31.110Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:31.111Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:31.113Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:31.113Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:25:31.213Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:31.214Z||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-12-30T05:25:31.214Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:31.226Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:31.227Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:25:32.114Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-30T05:25:32.114Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:32.116Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:32.116Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:25:32.216Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:32.217Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-30T05:25:32.217Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:32.233Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:32.233Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:33.117Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "021d0c77-711e-4f64-a0f2-8cd8f8a391d9", "serviceDescription": "service", "serviceInvariantUUID": "351fcbf5-205b-4eaf-bbec-6345afdc5b6f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "bf3a49c5-089b-41fc-bbc6-0fad85b52ee0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "90d167bb-6c6b-42d9-80fa-42f5d371062e", "resourceInvariantUUID": "5089f219-d859-42b5-ad98-0d7a9569b013", "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": "ODZiODg2Y2Y2NGJjMzM4ZjM5NzJmMDQxODA2OWY3ZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e1753a1-bb61-4194-84e7-5492cd9863bc" } ], "workloadContext": "Production" } 2022-12-30T05:25:33.117Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-30T05:25:33.117Z|59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 021d0c77-711e-4f64-a0f2-8cd8f8a391d9 ASDC 2022-12-30T05:25:33.118Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:afc8669e-c3ab-49de-9a00-308746964931 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:021d0c77-711e-4f64-a0f2-8cd8f8a391d9 ServiceInvariantUUID:351fcbf5-205b-4eaf-bbec-6345afdc5b6f 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:3e1753a1-bb61-4194-84e7-5492cd9863bc ArtifactChecksum:ODZiODg2Y2Y2NGJjMzM4ZjM5NzJmMDQxODA2OWY3ZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:bf3a49c5-089b-41fc-bbc6-0fad85b52ee0 ResourceInvariantUUID:5089f219-d859-42b5-ad98-0d7a9569b013 ResourceName:test-pnf ResourceType:PNF ResourceUUID:90d167bb-6c6b-42d9-80fa-42f5d371062e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-30T05:25:33.118Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 021d0c77-711e-4f64-a0f2-8cd8f8a391d9 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-12-30T05:25:33.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:25:33.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:25:33.225Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:25:33.225Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e1753a1-bb61-4194-84e7-5492cd9863bc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-30T05:25:33.225Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-12-30T05:25:33.225Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-30T05:25:33.289Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-12-30T05:25:33.294Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3e1753a1-bb61-4194-84e7-5492cd9863bc 110871 2022-12-30T05:25:33.294Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-30T05:25:33.294Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-30T05:25:33.294Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-30T05:25:33.295Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:33.297Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:33.297Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377933294, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:25:33.397Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:33.398Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-30T05:25:33.398Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:33.413Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:33.413Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-30T05:25:34.297Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-30T05:25:34.298Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-12-30T05:25:34.299Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3e1753a1-bb61-4194-84e7-5492cd9863bc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-30T05:25:34.299Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-30T05:25:34.299Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-30T05:25:34.300Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-30T05:25:34.401Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5521726476505888489/Definitions/service-TestPnfMacro-template.yml 2022-12-30T05:25:35.185Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-30T05:25:35.186Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-30T05:25:35.186Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-30T05:25:35.186Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-30T05:25:35.187Z|afc8669e-c3ab-49de-9a00-308746964931|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-TestPnfMacro-csar.csar 2022-12-30T05:25:35.187Z|afc8669e-c3ab-49de-9a00-308746964931|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-TestPnfMacro-csar.csar 2022-12-30T05:25:35.187Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||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-12-30T05:25:35.187Z|afc8669e-c3ab-49de-9a00-308746964931|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-TestPnfMacro-csar.csar 2022-12-30T05:25:35.187Z|afc8669e-c3ab-49de-9a00-308746964931|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-TestPnfMacro-csar.csar 2022-12-30T05:25:35.188Z|afc8669e-c3ab-49de-9a00-308746964931|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-TestPnfMacro-csar.csar 2022-12-30T05:25:35.188Z|afc8669e-c3ab-49de-9a00-308746964931|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-TestPnfMacro-csar.csar 2022-12-30T05:25:35.188Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-12-30T05:25:35.188Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.188Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.189Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-30T05:25:35.189Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-30T05:25:35.189Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:25:35.190Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.190Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.190Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-30T05:25:35.190Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-12-30T05:25:35.191Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-30T05:25:35.191Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.191Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.191Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.191Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.192Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.192Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.192Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.192Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.193Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.193Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.193Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:021d0c77-711e-4f64-a0f2-8cd8f8a391d9 Model Version:NULL Model InvariantUuid:351fcbf5-205b-4eaf-bbec-6345afdc5b6f 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-12-30T05:25:35.216Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 90d167bb-6c6b-42d9-80fa-42f5d371062e 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-12-30T05:25:35.218Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-12-30T05:25:35.219Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 90d167bb-6c6b-42d9-80fa-42f5d371062e 2022-12-30T05:25:35.219Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 021d0c77-711e-4f64-a0f2-8cd8f8a391d9 2022-12-30T05:25:35.219Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 021d0c77-711e-4f64-a0f2-8cd8f8a391d9 2022-12-30T05:25:35.219Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 90d167bb-6c6b-42d9-80fa-42f5d371062e 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-12-30T05:25:35.223Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f4c40f6, org.onap.sdc.toscaparser.api.parameters.Input@754097a3, org.onap.sdc.toscaparser.api.parameters.Input@71afbbe3, org.onap.sdc.toscaparser.api.parameters.Input@c6ffe54, org.onap.sdc.toscaparser.api.parameters.Input@61c954df] 2022-12-30T05:25:35.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 021d0c77-711e-4f64-a0f2-8cd8f8a391d9: test-pnf 2022-12-30T05:25:35.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Processing PNF resource: 90d167bb-6c6b-42d9-80fa-42f5d371062e 2022-12-30T05:25:35.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-30T05:25:35.224Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-30T05:25:35.225Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||Resource customization UUID: bf3a49c5-089b-41fc-bbc6-0fad85b52ee0 is the same as notified resource customizationUUID: bf3a49c5-089b-41fc-bbc6-0fad85b52ee0 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-12-30T05:25:35.276Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 90d167bb-6c6b-42d9-80fa-42f5d371062e 0 ASDC deployResourceStructure 2022-12-30T05:25:35.276Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-30T05:25:35.277Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-30T05:25:35.277Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-30T05:25:35.277Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:25:35.279Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:25:35.279Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377935276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:25:35.380Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:25:35.380Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-30T05:25:35.380Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:25:35.394Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:25:35.394Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-30T05:25:36.280Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afc8669e-c3ab-49de-9a00-308746964931 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T05:25:36.371Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afc8669e-c3ab-49de-9a00-308746964931 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-30T05:25:36.378Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-30T05:25:36.378Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-30T05:25:36.378Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-30T05:25:36.378Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-30T05:25:36.379Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:25:36.379Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:25:36.379Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:25:36.379Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:25:36.379Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-30T05:25:36.379Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:25:36.406Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-30T05:26:06.406Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afc8669e-c3ab-49de-9a00-308746964931 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-12-30T05:26:06.415Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afc8669e-c3ab-49de-9a00-308746964931 and serviceModelVersionId: 021d0c77-711e-4f64-a0f2-8cd8f8a391d9 2022-12-30T05:26:06.416Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 351fcbf5-205b-4eaf-bbec-6345afdc5b6f 2022-12-30T05:26:06.417Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0 2022-12-30T05:26:06.421Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-12-30T05:26:06.459Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0|INFO|500||Invoke 2022-12-30T05:26:06.460Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[afc8669e-c3ab-49de-9a00-308746964931], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67394887-f65e-4fa6-9714-17d9d764271e], X-ECOMP-RequestID=[afc8669e-c3ab-49de-9a00-308746964931], X-TransactionId=[], X-ONAP-RequestID=[afc8669e-c3ab-49de-9a00-308746964931], Content-Type=[application/merge-patch+json]} 2022-12-30T05:26:06.479Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-30T05:26:06.593Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?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/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 05:26:04 GMT], content-length=[0], vertex-id=[254112], x-aai-txid=[0-aai-resources-221230-05:26:04:694-14408], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-30T05:26:06.593Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-30T05:26:06.594Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/351fcbf5-205b-4eaf-bbec-6345afdc5b6f/model-vers/model-ver/021d0c77-711e-4f64-a0f2-8cd8f8a391d9?depth=0|INFO|500||InvokeReturn 2022-12-30T05:26:06.594Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-30T05:26:06.595Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:26:06.599Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:26:06.599Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afc8669e-c3ab-49de-9a00-308746964931 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-30T05:26:06.600Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-30T05:26:06.600Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-12-30T05:26:06.601Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-30T05:26:06.602Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377966599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:26:06.702Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-30T05:26:06.703Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-30T05:26:06.703Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:26:06.732Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:26:06.732Z||pool-140-thread-1|||||INFO|500||cambria reply ok (30 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-12-30T05:26:07.620Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:26:07.620Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:26:07.620Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:26:17.172Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:26:17.172Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:26:17.173Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:26:17.173Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:26:26.726Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:26:26.727Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:26:26.728Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:26:26.728Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:26:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:26:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:26:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:26:29.757Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:26:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.758Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-30T05:26:29.759Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:26:29.760Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377882907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377885487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377886556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.761Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377887614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377888812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377889816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377890820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377891824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "59b09feb-f4fd-4ba4-8c3f-7f2820fea0a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377923064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:26:29.762Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.763Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:26:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:26:29.764Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:26:36.284Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:26:36.284Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:26:36.285Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:26:36.285Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:26:45.854Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:27:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:27:29.634Z||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-12-30T05:27:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:27:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:27:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:27:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:27:30.175Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:27:30.176Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:27:30.176Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-30T05:27:30.177Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:27:30.177Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:27:30.177Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-30T05:27:30.177Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:27:30.177Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377870185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377933294, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377935276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afc8669e-c3ab-49de-9a00-308746964931", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672377966599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-30T05:27:30.178Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-30T05:27:39.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:28:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:28:29.633Z||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-12-30T05:28:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:28:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:28:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:28:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:28:39.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:28:39.209Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:29:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:29:29.634Z||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-12-30T05:29:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:29:29.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:29:29.649Z||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-12-30T05:29:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:29:39.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:29:39.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:30:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:30:29.633Z||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-12-30T05:30:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:30:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:30:29.648Z||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-12-30T05:30:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:30:39.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:30:39.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:31:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:31:29.634Z||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-12-30T05:31:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:31:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:31:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:31:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:31:39.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:31:39.186Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:32:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:32:29.635Z||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-12-30T05:32:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:32:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:32:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:32:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:32:39.203Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:32:39.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:33:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:33:29.634Z||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-12-30T05:33:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:33:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:33:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:33:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:33:39.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:33:39.190Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:34:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:34:29.634Z||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-12-30T05:34:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:34:29.647Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:34:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:34:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:34:39.203Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:34:39.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:35:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:35:29.634Z||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-12-30T05:35:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:35:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:35:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:35:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:35:39.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:35:39.205Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:36:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:36:29.634Z||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-12-30T05:36:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:36:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:36:29.648Z||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-12-30T05:36:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:36:39.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:36:39.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:37:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:37:29.634Z||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-12-30T05:37:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:37:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:37:29.648Z||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-12-30T05:37:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:37:39.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:37:39.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:38:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:38:29.633Z||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-12-30T05:38:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:38:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:38:29.648Z||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-12-30T05:38:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:38:39.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:38:39.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:39:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:39:29.634Z||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-12-30T05:39:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:39:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:39:29.650Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T05:39:29.650Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:39:39.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:39:39.203Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:40:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:40:29.634Z||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-12-30T05:40:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:40:29.651Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:40:29.652Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:40:29.652Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:40:39.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:40:39.199Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:41:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:41:29.636Z||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-12-30T05:41:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:41:29.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:41:29.648Z||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-12-30T05:41:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:41:39.207Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:41:39.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:42:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:42:29.634Z||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-12-30T05:42:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:42:29.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:42:29.648Z||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-12-30T05:42:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:42:39.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:42:39.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:43:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:43:29.633Z||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-12-30T05:43:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:43:29.647Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:43:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:43:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:43:39.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:43:39.213Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:44:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:44:29.633Z||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-12-30T05:44:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:44:29.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:44:29.648Z||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-12-30T05:44:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:44:39.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:44:39.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:45:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:45:29.634Z||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-12-30T05:45:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:45:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:45:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:45:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:45:39.195Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:45:39.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:46:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:46:29.634Z||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-12-30T05:46:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:46:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:46:29.648Z||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-12-30T05:46:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:46:39.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:46:39.218Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:47:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:47:29.635Z||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-12-30T05:47:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:47:29.647Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:47:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:47:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:47:39.195Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:47:39.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:48:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:48:29.634Z||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-12-30T05:48:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:48:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:48:29.648Z||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-12-30T05:48:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:48:39.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:48:39.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:49:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:49:29.634Z||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-12-30T05:49:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:49:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:49:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:49:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:49:39.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:49:39.203Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:50:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:50:29.634Z||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-12-30T05:50:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:50:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:50:29.648Z||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-12-30T05:50:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:50:39.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:50:39.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:51:29.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:51:29.634Z||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-12-30T05:51:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:51:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:51:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:51:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:51:39.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:51:39.210Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:52:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:52:29.636Z||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-12-30T05:52:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:52:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:52:29.654Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:52:29.656Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:52:39.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:52:39.219Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:53:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:53:29.634Z||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-12-30T05:53:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:53:29.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:53:29.651Z||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-12-30T05:53:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:53:39.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:53:39.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:54:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:54:29.633Z||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-12-30T05:54:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:54:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:54:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:54:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:54:39.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:54:39.210Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:55:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:55:29.633Z||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-12-30T05:55:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:55:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:55:29.649Z||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-12-30T05:55:29.650Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:55:39.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:55:39.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:56:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:56:29.634Z||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-12-30T05:56:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:56:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:56:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T05:56:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:56:39.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:56:39.197Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:57:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:57:29.634Z||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-12-30T05:57:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:57:29.647Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:57:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T05:57:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:57:39.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:57:39.216Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:58:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:58:29.634Z||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-12-30T05:58:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:58:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:58:29.648Z||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-12-30T05:58:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:58:39.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:58:39.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:59:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:59:29.633Z||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-12-30T05:59:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:59:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T05:59:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T05:59:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T05:59:39.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T05:59:39.206Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:00:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:00:29.633Z||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-12-30T06:00:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:00:29.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:00:29.648Z||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-12-30T06:00:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:00:39.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:00:39.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:01:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:01:29.634Z||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-12-30T06:01:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:01:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:01:29.650Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T06:01:29.651Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:01:39.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:01:39.234Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:02:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:02:29.635Z||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-12-30T06:02:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:02:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:02:29.649Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T06:02:29.649Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:02:39.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:02:39.204Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:03:29.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:03:29.635Z||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-12-30T06:03:29.636Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:03:29.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:03:29.648Z||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-12-30T06:03:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:03:39.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:03:39.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:04:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:04:29.634Z||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-12-30T06:04:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:04:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:04:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T06:04:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:04:39.193Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:04:39.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:05:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:05:29.633Z||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-12-30T06:05:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:05:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:05:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T06:05:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:05:39.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:05:39.232Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:06:29.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:06:29.635Z||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-12-30T06:06:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:06:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:06:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T06:06:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:06:39.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:06:39.200Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:07:29.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:07:29.634Z||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-12-30T06:07:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:07:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:07:29.648Z||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-12-30T06:07:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:07:39.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:07:39.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:08:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:08:29.634Z||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-12-30T06:08:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:08:29.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:08:29.649Z||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-12-30T06:08:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:08:39.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:08:39.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:09:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:09:29.633Z||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-12-30T06:09:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:09:29.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:09:29.651Z||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-12-30T06:09:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:09:39.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:09:39.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:10:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:10:29.633Z||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-12-30T06:10:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:10:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:10:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T06:10:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:10:39.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:10:39.193Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:11:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:11:29.633Z||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-12-30T06:11:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:11:29.649Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:11:29.649Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T06:11:29.649Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:11:39.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:11:39.230Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:12:29.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:12:29.641Z||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-12-30T06:12:29.641Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:12:29.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:12:29.648Z||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-12-30T06:12:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:12:39.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:12:39.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:13:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:13:29.635Z||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-12-30T06:13:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:13:29.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:13:29.651Z||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-12-30T06:13:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:13:39.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:13:39.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:14:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:14:29.634Z||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-12-30T06:14:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:14:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:14:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T06:14:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:14:39.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:14:39.193Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:15:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:15:29.634Z||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-12-30T06:15:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:15:29.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:15:29.650Z||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-12-30T06:15:29.651Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:15:39.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:15:39.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:16:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:16:29.633Z||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-12-30T06:16:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:16:29.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:16:29.648Z||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-12-30T06:16:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:16:39.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:16:39.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:17:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:17:29.633Z||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-12-30T06:17:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:17:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:17:29.648Z||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-12-30T06:17:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:17:39.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:17:39.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:18:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:18:29.633Z||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-12-30T06:18:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:18:29.647Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:18:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T06:18:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:18:39.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:18:39.194Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:19:29.634Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:19:29.635Z||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-12-30T06:19:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:19:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:19:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T06:19:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:19:39.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:19:39.199Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:20:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:20:29.634Z||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-12-30T06:20:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:20:29.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:20:29.649Z||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-12-30T06:20:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:20:39.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:20:39.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:21:29.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:21:29.633Z||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-12-30T06:21:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:21:29.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:21:29.649Z||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-12-30T06:21:29.649Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:21:39.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:21:39.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:22:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:22:29.633Z||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-12-30T06:22:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:22:29.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:22:29.648Z||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-12-30T06:22:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:22:39.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:22:39.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:23:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:23:29.634Z||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-12-30T06:23:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:23:29.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:23:29.648Z||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-12-30T06:23:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:23:39.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:23:39.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:24:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:24:29.635Z||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-12-30T06:24:29.635Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:24:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:24:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T06:24:29.649Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:24:39.200Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:24:39.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:25:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:25:29.634Z||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-12-30T06:25:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:25:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:25:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T06:25:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:25:39.215Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:25:39.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:26:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:26:29.633Z||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-12-30T06:26:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:26:29.647Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:26:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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-12-30T06:26:29.648Z|3038ab92-b085-475c-b471-77cc212d54bc|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:26:39.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:26:39.228Z|3038ab92-b085-475c-b471-77cc212d54bc|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:27:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:27:29.633Z||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-12-30T06:27:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:27:29.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:27:29.648Z||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-12-30T06:27:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:27:39.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:27:39.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:28:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:28:29.634Z||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-12-30T06:28:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:28:29.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:28:29.648Z||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-12-30T06:28:29.648Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:28:39.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:28:39.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:29:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:29:29.634Z||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-12-30T06:29:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:29:29.648Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:29:29.649Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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-12-30T06:29:29.649Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:29:39.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:29:39.191Z|bc4db1f0-82a7-48fd-8247-72e08aab81e5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:30:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:30:29.633Z||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-12-30T06:30:29.634Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:30:29.647Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:30:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T06:30:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:30:39.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:30:39.211Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:31:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:31:29.633Z||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-12-30T06:31:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:31:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:31:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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-12-30T06:31:29.648Z|779684c0-1826-4a40-81ab-dee0376a53b2|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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:31:39.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:31:39.249Z|779684c0-1826-4a40-81ab-dee0376a53b2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-30T06:32:29.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:32:29.633Z||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-12-30T06:32:29.633Z||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 q0Y7QLcNRl1GfjSd) ... 2022-12-30T06:32:29.647Z|afc8669e-c3ab-49de-9a00-308746964931|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-30T06:32:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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-12-30T06:32:29.648Z|afc8669e-c3ab-49de-9a00-308746964931|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 q0Y7QLcNRl1GfjSd) ...